theorem
  not x in X implies (X\/{x})\{x}=X
proof
A1: (X \/ {x}) \ {x} = X \ {x} by XBOOLE_1:40;
  assume not x in X;
  hence thesis by A1,Th56;
end;
