let C, D be V8() ManySortedSet of the carrier of S; :: thesis: ( ( for s being Element of S holds C . s = Class (R . s) ) & ( for s being Element of S holds D . s = Class (R . s) ) implies C = D )
assume that
A3: for s being Element of S holds C . s = Class (R . s) and
A4: for s being Element of S holds D . s = Class (R . s) ; :: thesis: C = D
now
let i be set ; :: thesis: ( i in the carrier of S implies C . i = D . i )
assume i in the carrier of S ; :: thesis: C . i = D . i
then reconsider s = i as Element of S ;
C . s = Class (R . s) by A3;
hence C . i = D . i by A4; :: thesis: verum
end;
hence C = D by PBOOLE:3; :: thesis: verum