theorem
  {x} \/ {y} = {x} implies x = y
proof
  assume {x} \/ {y} = {x};
  then y in {x} or x in {y} by Lm4;
  hence thesis by TARSKI:def 1;
end;
