
theorem
  for f being Function st f is one-to-one holds f" is rng-retract of f
proof
  let f be Function;
  assume f is one-to-one;
  hence dom (f") = rng f & f*(f") = id rng f by FUNCT_1:32,39;
end;
