let K be non empty multMagma ; for V, W being non empty ModuleStr over K
for f being Functional of V
for g being Functional of W
for v being Vector of V holds FunctionalFAF ((FormFunctional (f,g)),v) = (f . v) * g
let V, W be non empty ModuleStr over K; for f being Functional of V
for g being Functional of W
for v being Vector of V holds FunctionalFAF ((FormFunctional (f,g)),v) = (f . v) * g
let f be Functional of V; for g being Functional of W
for v being Vector of V holds FunctionalFAF ((FormFunctional (f,g)),v) = (f . v) * g
let h be Functional of W; for v being Vector of V holds FunctionalFAF ((FormFunctional (f,h)),v) = (f . v) * h
let v be Vector of V; FunctionalFAF ((FormFunctional (f,h)),v) = (f . v) * h
set F = FormFunctional (f,h);
set FF = FunctionalFAF ((FormFunctional (f,h)),v);
hence
FunctionalFAF ((FormFunctional (f,h)),v) = (f . v) * h
by FUNCT_2:63; verum