theorem
  {x} = {y1,y2} implies y1 = y2
proof
  assume
A1: { x } = { y1,y2 };
  then x = y1 by Th4;
  hence thesis by A1,Th4;
end;
