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