let A, B be OSGeneratorSet of FreeOSA X; :: thesis: ( ( for s being Element of S holds A . s = OSFreeGen (s,X) ) & ( for s being Element of S holds B . s = OSFreeGen (s,X) ) implies A = B )
assume that
A60: for s being Element of S holds A . s = OSFreeGen (s,X) and
A61: for s being Element of S holds B . s = OSFreeGen (s,X) ; :: thesis: A = B
for i being object st i in the carrier of S holds
A . i = B . i
proof
let i be object ; :: 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 SortSymbol of S ;
A . s = OSFreeGen (s,X) by A60;
hence A . i = B . i by A61; :: thesis: verum
end;
hence A = B ; :: thesis: verum