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

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