Show that if ${v_1, v_2, v_3}$ is linearly independent then ${v_1, v_2}$ is also linearly independent.
$$av_1 + bv_2 + cv_3 = 0 \implies a = b = c = 0$$
Thus we need to show that $xv_1 + yv_2 = 0$ if $x=y=0$.
Edit
Assume $v1, v2$ is linearly dependent. Then $xv_1 + yv_2 = 0$, assume WLOG $x \ne 0$. Adding $cv_3$ we have $xv_1 + yv_2 + cv_3 = cv_3$. By (1) we have $a = b = c = 0$, thus $x = 0$ contradiction?