deffunc H1( Element of Funcs (A,REAL), Element of Funcs (A,REAL)) -> Element of Funcs (A,REAL) = addreal .: ($1,$2);
consider F being BinOp of (Funcs (A,REAL)) such that
A1:
for x, y being Element of Funcs (A,REAL) holds F . (x,y) = H1(x,y)
from BINOP_1:sch 4();
take
F
; for f, g being Element of Funcs (A,REAL) holds F . (f,g) = addreal .: (f,g)
let f, g be Element of Funcs (A,REAL); F . (f,g) = addreal .: (f,g)
thus
F . (f,g) = addreal .: (f,g)
by A1; verum