canephalanx
- 3
- 0
How can I prove given an arbitrary set of vectors v1 and v2, given they are linearly independent, that their sum (v1 + v2) is also linearly independent?
The discussion revolves around proving the linear independence of the sum of two vectors, v1 and v2, given that they are linearly independent. Participants explore the implications of adding these vectors to the set and the conditions under which the resulting set remains linearly independent.
Participants express differing views on whether the set {v1, v2, v1 + v2} can be linearly independent. Some argue it cannot be, while others explore the conditions under which it might be dependent or independent, indicating a lack of consensus.
Participants reference the need for specific conditions and definitions related to linear independence and dependency, but these assumptions and definitions remain unresolved within the discussion.
canephalanx said:let me rephrase that, how can i show that v1,v2, and v1+v2 is linearly independent given v1 and v2 is linearly independent. I seemed to have left out a key statement.
Well, that reduces to (a+ c)v1+ (b+ c)v1= 0. Since v1 and v2 are independent, you must have a+ c= 0 and b+ c= 0. Obviously a= b= c is one solution to that but those are only two equations in three unknows. We can typically solve two equations in two unknowns. Okay, solve for a and b, say, treating c as a number. Then let c be whatever you want.JThompson said:[tex]\vec{v_{1}}, \vec{v_{1}}, \mbox{ and }\vec{v_1}+\vec{v_2}[/tex] are linearly independent if the only solution to
[tex]a\vec{v_{1}}+b\vec{v_{2}}+c(\vec{v_{1}}+\vec{v_{2}})=0[/tex]
is [tex]a=0, b=0, c=0[/tex].
Is this the case, or can you find other values that satisfy this equation?