theorem
  for f being PartFunc of X,Y holds Z|`f is PartFunc of X,Z
proof
  let f be PartFunc of X,Y;
  dom(Z|`f) c= X & rng(Z|`f) c= Z by RELAT_1:85;
  hence thesis by RELSET_1:4;
end;
