theorem
  for f being Function st f is one-to-one holds card dom f = card rng f
proof
  let f be Function;
  assume
A1:  f is one-to-one;
  f .: dom f = rng f by RELAT_1:113;
  hence thesis by A1,Th4,Th32;
end;
