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;
let x, y be set ; :: according to NECKLACE:def 4,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) )
assume ( x in the carrier of (union_of R,S) & y in the carrier of (union_of R,S) & [x,y] in the InternalRel of (union_of R,S) ) ; :: thesis: [y,x] in the InternalRel of (union_of R,S)
then A1: [x,y] in the InternalRel of R \/ the InternalRel of S by NECKLA_2:def 2;
per cases ( [x,y] in the InternalRel of R or [x,y] in the InternalRel of S ) by A1, XBOOLE_0:def 3;
end;