
theorem T2103:
  for C be set, f be total C-defined Function holds f is Function of C, rng f
  proof
    let C be set, f be total C-defined Function;
    dom f = C by PARTFUN1:def 2;
    hence thesis by FUNCT_2:1;
  end;
