theorem Th42:
  f <> {} implies f/.1 in rng f
proof
  assume f <> {};
  then 1 in dom f by FINSEQ_5:6;
  hence thesis by PARTFUN2:2;
end;
