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