theorem Th56:
  X \ {x} = X iff not x in X
proof
  X \ {x} = X iff X misses {x} by XBOOLE_1:83;
  hence thesis by Lm5,Lm6;
end;
