let V, W be non empty ModuleStr over INT.Ring ; for f being Form of V,W holds f + (NulForm (V,W)) = f
let f be Form of V,W; f + (NulForm (V,W)) = f
set g = NulForm (V,W);
now for v being Vector of V
for w being Vector of W holds (f + (NulForm (V,W))) . (v,w) = f . (v,w)let v be
Vector of
V;
for w being Vector of W holds (f + (NulForm (V,W))) . (v,w) = f . (v,w)let w be
Vector of
W;
(f + (NulForm (V,W))) . (v,w) = f . (v,w)thus (f + (NulForm (V,W))) . (
v,
w) =
(f . (v,w)) + ((NulForm (V,W)) . (v,w))
by BLDef2
.=
(f . (v,w)) + 0
by FUNCOP_1:70
.=
f . (
v,
w)
;
verum end;
hence
f + (NulForm (V,W)) = f
; verum