let x, y be set ; :: according to NECKLACE:def 3,RELAT_2:def 3 :: thesis: ( not x in the carrier of (union_of (R,S)) or not y in the carrier of (union_of (R,S)) or not [x,y] in the InternalRel of (union_of (R,S)) or [y,x] in the InternalRel of (union_of (R,S)) )
set U = union_of (R,S);
set cU = the carrier of (union_of (R,S));
set IU = the InternalRel of (union_of (R,S));
set cR = the carrier of R;
set cS = the carrier of S;
assume that
x in the carrier of (union_of (R,S)) and
y in the carrier of (union_of (R,S)) and
A1: [x,y] in the InternalRel of (union_of (R,S)) ; :: thesis: [y,x] in the InternalRel of (union_of (R,S))
A2: [x,y] in the InternalRel of R \/ the InternalRel of S by A1, NECKLA_2:def 2;
per cases ( [x,y] in the InternalRel of R or [x,y] in the InternalRel of S ) by A2, XBOOLE_0:def 3;
end;