let A, B be OrderSortedSet of S; :: thesis: ( ( for s being Element of S holds A . s = ParsedTerms X,s ) & ( for s being Element of S holds B . s = ParsedTerms X,s ) implies A = B )
assume that
A11: for s being Element of S holds A . s = ParsedTerms X,s and
A12: for s being Element of S holds B . s = ParsedTerms X,s ; :: thesis: A = B
for i being set st i in the carrier of S holds
A . i = B . i
proof
let i be set ; :: thesis: ( i in the carrier of S implies A . i = B . i )
assume i in the carrier of S ; :: thesis: A . i = B . i
then reconsider s = i as Element of S ;
A . s = ParsedTerms X,s by A11;
hence A . i = B . i by A12; :: thesis: verum
end;
hence A = B by PBOOLE:3; :: thesis: verum