
theorem Th6:
  for X being without_pairs set, Y being Relation holds X \ Y = X
proof
  let X being without_pairs set;
  let Y being Relation;
  X /\ Y = {};
  then X misses Y by XBOOLE_0:def 7;
  hence thesis by XBOOLE_1:83;
end;
