theorem Th119:
  not x in X & not y in X implies X = X \ {x,y}
proof
  X \ {x,y} = X iff X misses {x,y} by XBOOLE_1:83;
  hence thesis by Lm20;
end;
