deffunc H1( Element of PFuncs (A,REAL), Element of PFuncs (A,REAL)) -> Element of PFuncs (A,REAL) = $1 (#) $2;
ex F being BinOp of (PFuncs (A,REAL)) st
for f, g being Element of PFuncs (A,REAL) holds F . (f,g) = H1(f,g)
from BINOP_1:sch 4();
hence
ex b1 being BinOp of (PFuncs (A,REAL)) st
for f, g being Element of PFuncs (A,REAL) holds b1 . (f,g) = f (#) g
; verum