theorem
  z in [:{x},{y}:] implies z`1 = x & z`2 = y
proof
  assume z in [:{x},{y}:];
  then z`1 in {x} & z`2 in {y} by Th4;
  hence thesis by TARSKI:def 1;
end;
