Suppose that $(v_1,v_2,...,v_n) \subseteq V $ is linearly independent and let $w \in V$. If
$$(v_1+w,v_2+w,...,v_n+w)$$
is linearly dependent, prove that $w \in span(v_1,v_2,...,v_n)$
I'm not sure where I would start this one. I know that if $(v_1+w,v_2+w,...,v_n+w)$ is dependent then there are $s_1 \neq s_2$ where $0=s_1(v_1)+s_2(v_2)$. From here I'm not sure where to proceed.
$\def\vec#1{{\bf#1}}$I think the contrapositive will be the way to go here. So, let $\{\vec v_1,\vec v_2,\ldots,\vec v_n\}$ be linearly independent, and suppose $\vec w\notin span\{\vec v_1,\vec v_2,\ldots,\vec v_n\}$; we have to show that $\{\vec v_1+\vec w,\vec v_2+\vec w,\ldots,\vec v_n+\vec w\}$ is linearly independent.
Let $$\alpha_1(\vec v_1+\vec w)+\alpha_2(\vec v_2+\vec w)+\cdots+\alpha_n(\vec v_n+\vec w)=\vec 0\ .$$ Then $$(\alpha_1+\alpha_2+\cdots+\alpha_n)\vec w=-\alpha_1\vec v_1-\alpha_2\vec v_2-\cdots-\alpha_n\vec v_n$$ which is in $span\{\vec v_1,\vec v_2,\ldots,\vec v_n\}$; since $\vec w\notin span\{\vec v_1,\vec v_2,\ldots,\vec v_n\}$, the only way this can be true is if $$\alpha_1+\alpha_2+\cdots+\alpha_n=0\ .$$ This means $$\alpha_1\vec v_1+\alpha_2\vec v_2+\cdots+\alpha_n\vec v_n=\vec 0\ ;$$ since the vectors $\vec v_k$ are linearly independent, all the scalars $\alpha_k$ are zero, and this completes the proof.