defpred S1[ set ] means $1 in I; defpred S2[ set ] means $1 in J; set X = { x where x is Element of R : ( S1[x] & S2[x] ) } ; set Y = { x where x is Element of R : S1[x] } ; set Z = { x where x is Element of R : S2[x] } ; A1:
{ x where x is Element of R : ( S1[x] & S2[x] ) }={ x where x is Element of R : S1[x] }/\{ x where x is Element of R : S2[x] }from DOMAIN_1:sch 10();
( { x where x is Element of R : S1[x] }= I & { x where x is Element of R : S2[x] }= J )
by DOMAIN_1:52; hence
for b1 being Subset of R holds ( b1= I /\ J iff b1={ x where x is Element of R : ( x in I & x in J ) } )
by A1; :: thesis: verum