theorem
  X \ {x} = {} implies X = {} or X = {x}
proof
  assume X \ {x} = {};
  then X c= {x} by XBOOLE_1:37;
  hence thesis by Lm3;
end;
