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

theorem Th8:
  dom f is finite implies rng f is finite
proof
  assume dom f is finite;
  then f.:(dom f) is finite;
  hence thesis by RELAT_1:113;
end;
