let K be non empty add-associative addLoopStr ; for V, W being non empty VectSpStr of K
for f, g, h being Form of V,W holds (f + g) + h = f + (g + h)
let V, W be non empty VectSpStr of K; for f, g, h being Form of V,W holds (f + g) + h = f + (g + h)
let f, g, h be Form of V,W; (f + g) + h = f + (g + h)
now let v be
Vector of
V;
for w being Vector of W holds ((f + g) + h) . v,w = (f + (g + h)) . v,wlet w be
Vector of
W;
((f + g) + h) . v,w = (f + (g + h)) . v,wthus ((f + g) + h) . v,
w =
((f + g) . v,w) + (h . v,w)
by Def3
.=
((f . v,w) + (g . v,w)) + (h . v,w)
by Def3
.=
(f . v,w) + ((g . v,w) + (h . v,w))
by RLVECT_1:def 6
.=
(f . v,w) + ((g + h) . v,w)
by Def3
.=
(f + (g + h)) . v,
w
by Def3
;
verum end;
hence
(f + g) + h = f + (g + h)
by BINOP_1:2; verum