theorem Th11:
  x <> y implies {x} misses {y}
proof
  assume x <> y;
  then not x in {y} by TARSKI:def 1;
  hence thesis by Lm6;
end;
