theorem
  Y c= rng f & f"Y is finite implies Y is finite
proof
  assume Y c= rng f;
  then f.:(f"Y) = Y by FUNCT_1:77;
  hence thesis;
end;
