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