let x, y be object ; NECKLACE:def 3,RELAT_2:def 3 ( 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))
; [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;