theorem Th32:
  f is one-to-one implies rng f = dom(f") & dom f = rng(f")
proof
  assume f is one-to-one;
  then f" = f~ by Def5;
  hence thesis by RELAT_1:20;
end;
