let V be Z_Module; :: thesis: for W1, W2 being Submodule of V
for v being VECTOR of V st ( v in W1 or v in W2 ) holds
v in W1 + W2

let W1, W2 be Submodule of V; :: thesis: for v being VECTOR of V st ( v in W1 or v in W2 ) holds
v in W1 + W2

let v be VECTOR of V; :: thesis: ( ( v in W1 or v in W2 ) implies v in W1 + W2 )
assume A1: ( v in W1 or v in W2 ) ; :: thesis: v in W1 + W2
now :: thesis: v in W1 + W2
per cases ( v in W1 or v in W2 ) by A1;
suppose A2: v in W1 ; :: thesis: v in W1 + W2
( v = v + (0. V) & 0. V in W2 ) by Th33, RLVECT_1:4;
hence v in W1 + W2 by A2, Th92; :: thesis: verum
end;
suppose A3: v in W2 ; :: thesis: v in W1 + W2
( v = (0. V) + v & 0. V in W1 ) by Th33, RLVECT_1:4;
hence v in W1 + W2 by A3, Th92; :: thesis: verum
end;
end;
end;
hence v in W1 + W2 ; :: thesis: verum