theorem
  {z} c= {x,y} implies z = x or z = y
proof
A1: z in {z} by TARSKI:def 1;
  assume {z} c= {x,y};
  then z in {x,y} by A1;
  hence thesis by TARSKI:def 2;
end;
