theorem Th11:
  field {[x,y]} = {x,y}
proof
  dom {[x,y]} = {x} & rng {[x,y]} = {y} by Th3;
  hence thesis by ENUMSET1:1;
end;
