theorem
  for f being PartFunc of {x},Y holds f.:P c= {f.x}
proof
  let f be PartFunc of {x},Y;
  f.:P c= rng f & rng f c= {f.x} by Th16,RELAT_1:111;
  hence thesis;
end;
