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