let R be Ring; :: thesis: for V being LeftMod of R
for W1, W2, W3 being Submodule of V st W1 is Submodule of W3 & W2 is Submodule of W3 holds
W1 + W2 is Submodule of W3

let V be LeftMod of R; :: thesis: for W1, W2, W3 being Submodule of V st W1 is Submodule of W3 & W2 is Submodule of W3 holds
W1 + W2 is Submodule of W3

let W1, W2, W3 be Submodule of V; :: thesis: ( W1 is Submodule of W3 & W2 is Submodule of W3 implies W1 + W2 is Submodule of W3 )
assume A1: ( W1 is Submodule of W3 & W2 is Submodule of W3 ) ; :: thesis: W1 + W2 is Submodule of W3
now :: thesis: for v being Vector of V st v in W1 + W2 holds
v in W3
let v be Vector of V; :: thesis: ( v in W1 + W2 implies v in W3 )
assume v in W1 + W2 ; :: thesis: v in W3
then consider v1, v2 being Vector of V such that
A2: ( v1 in W1 & v2 in W2 ) and
A3: v = v1 + v2 by ZMODUL01:92;
( v1 in W3 & v2 in W3 ) by A1, A2, ZMODUL01:23;
hence v in W3 by A3, ZMODUL01:36; :: thesis: verum
end;
hence W1 + W2 is Submodule of W3 by ZMODUL01:44; :: thesis: verum