theorem Th9:
  {a} is mutually-disjoint
proof
  let x,y be set such that
A1: x in {a} and
A2: y in {a} and
A3: x <> y;
  x = a by A1,TARSKI:def 1;
  hence thesis by A2,A3,TARSKI:def 1;
end;
