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