deffunc H1( Point of (TOP-REAL n), Point of (TOP-REAL n)) -> Point of (TOP-REAL n) = $1 (#) $2;
ex f being Function of [: the carrier of (TOP-REAL n), the carrier of (TOP-REAL n):], the carrier of (TOP-REAL n) st
for x, y being Element of the carrier of (TOP-REAL n) holds f . (x,y) = H1(x,y)
from BINOP_1:sch 4();
hence
ex b1 being Function of [:(TOP-REAL n),(TOP-REAL n):],(TOP-REAL n) st
for x, y being Point of (TOP-REAL n) holds b1 . (x,y) = x (#) y
by A1; verum