Let $B = \{v_1, v_2\}$ be a basis for the subspace $S$ of $\mathbb{R}^4$ and let $w_1, w_2, w_3 \in S$. Show that $\{w_1, w_2, w_3\}$ is linearly dependent.
We know that $\{v_1, v_2 \}$ is linearly independent. We know that $S = \text{span } \{v_1, v_2\}$ thus $w_1, w_2, w_3 \in\text{span } \{v_1, v_2\}$, so let $w_1 = a_1v_1 + a_2v_2$, $w_2 = b_1v_1 + b_2v_2, w_3 = c_1v_1 + c_2v_2$.
Any hints?
Edit: Is it enough to say that
$\alpha w_2 + Bw_3 = v_1(\alpha b_1 + Bc_1) + v_2(\alpha b_2 + Bc_2)$
And that we can let $w_3 = v_1(\alpha b_1 + Bc_1) + v_2(\alpha b_2 + Bc_2)$? Or is that not strong enough?