theorem Th16:
  for f being PartFunc of {x},Y holds rng f c= {f.x}
proof
  let f be PartFunc of {x},Y;
  dom f = {} or dom f = {x} by ZFMISC_1:33;
  hence thesis by FUNCT_1:4,RELAT_1:42;
end;
