theorem
  {x} \ {y} = {} implies x = y
proof
  assume {x} \ {y} = {};
  then x in {y} by Lm1,XBOOLE_1:37;
  hence thesis by TARSKI:def 1;
end;
