theorem
  x in X \/ {y} iff x in X or x = y
proof
  x in X \/ {y} iff x in X or x in {y} by XBOOLE_0:def 3;
  hence thesis by TARSKI:def 1;
end;
