theorem
  dom curry' f = proj2 dom f
proof
  dom curry ~f = proj1 dom ~f by Def1;
  hence thesis by Th11;
end;
