Kreizhn
- 714
- 1
Homework Statement
Here is a really simple lin.alg problem that for some reason I'm having trouble doing.
Assume that \left\{ v_i \right\} is a set of linearly independent vectors. Take w to be a non-zero vector that can be written as a linear combination of the v_i. Show that \left\{ v_i - w \right\} is still linearly independent.
The Attempt at a Solution
For some reason I'm quite stuck on this. My first goal was to let b_i be such that we can write
w = \sum_j b_j v_j
and then consider the sum
\sum_i a_i (v_i-w) = 0 [/itex]<br /> and show that each a_i must necessarily be zero. Substituting the first equation into the other yields<br /> \begin{align*}\sum_i a_i (v_i - \sum_j b_j v_j ) &amp;= \sum_i a_i - \sum_{i,j} a_i b_j v_j \\<br /> &amp;= \sum_i \left( a_i - \sum_j a_j b_i \right) v_i <br /> \end{align*}<br /> where in the last step I've switched the indices in the double summation. By linear independence of the v_i it follows that <br /> a_i = \sum_j a_j b_i<br /> but that's where I'm stuck.<br /> <br /> It's possible that I'm doing this the wrong way also. Any help would be appreciated.