reserve A, B, X, Y, Z, x, y for set;
reserve f for Function;
reserve O for Ordinal;

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;
