theorem
  x is Element of GPFuncs X iff x is PartFunc of X,X
proof
  carr(GPFuncs X) = PFuncs(X,X) by Def37;
  hence thesis by PARTFUN1:45,46;
end;
