let A, B be set ; :: thesis: for N, M being ManySortedSet of [:A,B:] st ( for i, j being set st i in A & j in B holds
N . i,j = M . i,j ) holds
M = N
let N, M be ManySortedSet of [:A,B:]; :: thesis: ( ( for i, j being set st i in A & j in B holds
N . i,j = M . i,j ) implies M = N )
assume A1:
for i, j being set st i in A & j in B holds
N . i,j = M . i,j
; :: thesis: M = N
A2:
( dom M = [:A,B:] & dom N = [:A,B:] )
by PBOOLE:def 3;
hence
M = N
by A2, FUNCT_1:9; :: thesis: verum