theorem Th45:
  for f being PartFunc of X,Y holds f in PFuncs(X,Y)
proof
  let f be PartFunc of X,Y;
  dom f c= X & rng f c= Y by RELAT_1:def 19;
  hence thesis by Def3;
end;
