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