let K be non empty right_complementable add-associative right_zeroed left-distributive doubleLoopStr ; for V, W being non empty VectSpStr of K
for g being Functional of W
for v being Vector of V
for w being Vector of W holds (FormFunctional ((0Functional V),g)) . (v,w) = 0. K
let V, W be non empty VectSpStr of K; for g being Functional of W
for v being Vector of V
for w being Vector of W holds (FormFunctional ((0Functional V),g)) . (v,w) = 0. K
let h be Functional of W; for v being Vector of V
for w being Vector of W holds (FormFunctional ((0Functional V),h)) . (v,w) = 0. K
let v be Vector of V; for w being Vector of W holds (FormFunctional ((0Functional V),h)) . (v,w) = 0. K
let y be Vector of W; (FormFunctional ((0Functional V),h)) . (v,y) = 0. K
set 0F = 0Functional V;
set F = FormFunctional ((0Functional V),h);
thus (FormFunctional ((0Functional V),h)) . (v,y) =
((0Functional V) . v) * (h . y)
by Def11
.=
(0. K) * (h . y)
by FUNCOP_1:7
.=
0. K
by VECTSP_1:7
; verum