let n be Nat; ex f being Function of [:REAL,(REAL n):],(REAL n) st
for r being Element of REAL
for x being Element of REAL n holds f . (r,x) = r * x
deffunc H1( real number , Element of REAL n) -> Element of REAL n = $1 * $2;
ex f being Function of [:REAL,(REAL n):],(REAL n) st
for r being Element of REAL
for x being Element of REAL n holds f . (r,x) = H1(r,x)
from BINOP_1:sch 4();
hence
ex f being Function of [:REAL,(REAL n):],(REAL n) st
for r being Element of REAL
for x being Element of REAL n holds f . (r,x) = r * x
; verum