theorem
  x is Element of GFuncs X iff x is Function of X,X
proof
  carr(GFuncs X) = Funcs(X,X) by Def40;
  hence thesis by FUNCT_2:9,66;
end;
