theorem
  [x,y] in [:{x1},{y1}:] iff x = x1 & y = y1
proof
  x=x1 & y=y1 iff x in {x1} & y in {y1} by TARSKI:def 1;
  hence thesis by Lm16;
end;
