theorem
  for A,B being non empty set, x being Element of A, f being Function of
  A,B holds f.x in rng f
proof
  let A,B be non empty set, x be Element of A, f be Function of A,B;
  dom f = A by Def1;
  hence thesis by FUNCT_1:def 3;
end;
