let R be Ring; :: thesis: for V being RightMod of R
for v1, v2 being Vector of V st v1 <> v2 holds
Sum {v1,v2} = v1 + v2

let V be RightMod of R; :: thesis: for v1, v2 being Vector of V st v1 <> v2 holds
Sum {v1,v2} = v1 + v2

let v1, v2 be Vector of V; :: thesis: ( v1 <> v2 implies Sum {v1,v2} = v1 + v2 )
assume v1 <> v2 ; :: thesis: Sum {v1,v2} = v1 + v2
then ( rng <*v1,v2*> = {v1,v2} & <*v1,v2*> is one-to-one & Sum <*v1,v2*> = v1 + v2 ) by FINSEQ_2:147, FINSEQ_3:103, RLVECT_1:62;
hence Sum {v1,v2} = v1 + v2 by Def3; :: thesis: verum