
theorem Th7:
  for X being set, f being Function holds f is Denumeration of X
  iff dom f = card X & rng f = X & f is one-to-one
proof
  let X be set, f be Function;
  X = {} implies card X = {};
  hence thesis by FUNCT_2:2,def 1,def 3;
end;
