Suppose $(v_1 ... v_n )$ is linearly independent in a vector space V, and $w \in V$, if $(v_1 + w,.... v_n +w)$is linearly dependent, then $w \in span(v_1 ... v_n)$.
I'm still getting the hang of linear algebra proofs, which have a different "feel" to them than analysis proofs.
So, we know that $span (v_1 ... v_n ) = V$, so that it makes sense that $(v_1 + w,.... v_n +w)$ would be linearly dependent.
Because $w \in V$ , we know that $w$ must be able to be written as: $$w=\sum ^n _{i=1} a_i v_i$$
But how do you PROVE that? If we subtracted $w$ from $(v_1 + w,.... v_n +w)$, we would be left with the linearly independent list.
A nudge in the right directions is appreciated.
If $c_1 + ... + c_n $ is non-zero, it would therefore mean that $c_1 v_1 + ... + c_n v_n \neq 0$, and could not be independent.
– Astrum Aug 27 '13 at 07:43So that would mean $\sum ^n _{i=1} c_i v_i = 0$, which means that it is dependent, and if it did not equal zero, we would have:
$$-\frac{\sum ^n _{i=1} c_i v_i }{\sum ^n _{i=1} c_i} = w$$
– Astrum Aug 27 '13 at 07:57$$\sum ^n _{i=1} b_i v_i = w$$
Cool! Thanks for the help
– Astrum Aug 27 '13 at 08:01