let x be VECTOR of V; :: thesis: ( x in(z * M1)+(z * M2) implies x in z *(M1 + M2) ) assume
x in(z * M1)+(z * M2)
; :: thesis: x in z *(M1 + M2) then consider w1, w2 being VECTOR of V such that A1:
x = w1 + w2
and A2:
w1 in z * M1
and A3:
w2 in z * M2
; consider v2 being VECTOR of V such that A4:
w2 = z * v2
and A5:
v2 in M2
byA3; consider v1 being VECTOR of V such that A6:
w1 = z * v1
and A7:
v1 in M1
byA2; A8:
v1 + v2 in M1 + M2
byA7, A5;
x = z *(v1 + v2)byA1, A6, A4, CLVECT_1:def 2; hence
x in z *(M1 + M2)byA8; :: thesis: verum
end;
then A9:
(z * M1)+(z * M2)c= z *(M1 + M2)
;
for x being VECTOR of V st x in z *(M1 + M2) holds x in(z * M1)+(z * M2)