let W1, W2 be MSSubset of U0; :: thesis: ( ( for s being SortSymbol of S holds W1 . s = Constants (U0,s) ) & ( for s being SortSymbol of S holds W2 . s = Constants (U0,s) ) implies W1 = W2 )
assume that
A2: for s being SortSymbol of S holds W1 . s = Constants (U0,s) and
A3: for s being SortSymbol of S holds W2 . s = Constants (U0,s) ; :: thesis: W1 = W2
for s being object st s in the carrier of S holds
W1 . s = W2 . s
proof
let s be object ; :: thesis: ( s in the carrier of S implies W1 . s = W2 . s )
assume s in the carrier of S ; :: thesis: W1 . s = W2 . s
then reconsider t = s as SortSymbol of S ;
W1 . t = Constants (U0,t) by A2;
hence W1 . s = W2 . s by A3; :: thesis: verum
end;
hence W1 = W2 ; :: thesis: verum