True/false: There are $4$ linearly independent vectors $v_1,v_2,v_3,v_4 \in \mathbb{R}^3$.
I think the statement is true.
Let's take as example (this is my own example, not of the task!!):
$$a\begin{pmatrix} 1\\ 0\\ 0 \end{pmatrix}+b\begin{pmatrix} 0\\ 1\\ 0 \end{pmatrix}+c\begin{pmatrix} 0\\ 0\\ 1 \end{pmatrix}+d\begin{pmatrix} 0\\ 0\\ 1 \end{pmatrix}=\begin{pmatrix} 0\\ 0\\ 0 \end{pmatrix}$$
We get that $a=b=0$
Now if $c=0$, then $d=0$, but of course we cannot know that in this case. We have to know it..?
Anyway you can see I'm not sure : /
Vectors are linearly independent if their weighted sum (linear combination) is zero if and only if all the weights are $0$s.
This is not the case in the OP:
$$0\cdot\begin{pmatrix} 1\\ 0\\ 0 \end{pmatrix}+0\cdot\begin{pmatrix} 0\\ 1\\ 0 \end{pmatrix}+(-1)\cdot\begin{pmatrix} 0\\ 0\\ 1 \end{pmatrix}+(+1)\cdot\begin{pmatrix} 0\\ 0\\ 1 \end{pmatrix}=\begin{pmatrix} 0\\ 0\\ 0 \end{pmatrix}.$$
That is, the vectors above are not linearly independet.
So, the statement is false.
Above, we only showed that the example four-tuple was linearly dependent. But, it is true in general that in $R^3$ only three (or less) linearly independent vectors can be singled out.