reserve a,b,r for Real;
reserve A,B for non empty set;
reserve f,g,h for Element of PFuncs(A,REAL);

theorem Th10:
  (addpfunc A).(f,g) = (addpfunc A).(g,f)
by RFUNCT_3:14,BINOP_1:def 2;
