consider M being ManySortedSet of [:F1(),F2(),F3():] such that
A1: for i, j, k being set st i in F1() & j in F2() & k in F3() holds
M . (i,j,k) = F4(i,j,k) from ALTCAT_1:sch 3();
take M ; :: thesis: for i being Element of F1()
for j being Element of F2()
for k being Element of F3() holds M . (i,j,k) = F4(i,j,k)

thus for i being Element of F1()
for j being Element of F2()
for k being Element of F3() holds M . (i,j,k) = F4(i,j,k) by A1; :: thesis: verum