deffunc H1( Real, Real) -> set = (h ") . (f . ((h . $1),(h . $2)));
A1:
for a, b being Element of [.0,1.] holds H1(a,b) in [.0,1.]
ex f being BinOp of [.0,1.] st
for a, b being Element of [.0,1.] holds f . (a,b) = H1(a,b)
from FUZNORM1:sch 1(A1);
hence
ex b1 being BinOp of [.0,1.] st
for x1, x2 being Element of [.0,1.] holds b1 . (x1,x2) = (h ") . (f . ((h . x1),(h . x2)))
; verum