theorem
  {x,y} c= {z} implies {x,y} = {z}
proof
  assume {x,y} c= {z};
  then x=z & y=z by Th20;
  hence thesis by ENUMSET1:29;
end;
