:: deftheorem DefUnion defines Union ROUGHS_3:def 1 :
for R1, R2 being RelStr
for b3 being strict RelStr holds
( b3 = Union (R1,R2) iff ( the carrier of b3 = the carrier of R1 \/ the carrier of R2 & the InternalRel of b3 = the InternalRel of R1 \/ the InternalRel of R2 ) );