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