theorem
  for f being Function
  st dom f is infinite & f is one-to-one holds rng f is infinite
proof
  let f be Function;
  assume
A1: dom f is infinite;
  assume f is one-to-one;
  then dom f,rng f are_equipotent;
  hence thesis by A1,Th37;
end;
