
theorem
  for f be real-valued Function holds f is Function of dom f,REAL
  proof
    let f be real-valued Function;
    rng f c= REAL;
    hence thesis by FUNCT_2:2;
  end;
