True or false: $V$ is a real vector space and $\left\{a,b,c \right \}$ is linearly independent in $V$. Then for any $x,y,z \in \mathbb{R}$ , $\left\{xa+yb+zc,b,c \right\}$ is also linearly independent.
This is a task from a test-exam but sadly we didnt't get the solutions. I'm not sure how to solve that correctly that's why I ask here.
What is very confusing is $zc,b,c$.. do you know what's meant by that?
Anyway, I think this is true because it's said that $\left\{a,b,c \right \}$ is linearly independent in $V$, so multiplying them with real numbers will keep them linearly independent as well but I think the importance is this $zc,b,c$ which might make it wront the problem is I don't understand that notation.
The span of $\{xa+yb+zc,b,c\}$ is contained in the span of $\{a,b,c\}$; call $V$ this space and compute the coordinate vectors with respect to the basis $\{a,b,c\}$: you get the three columns $$ \begin{bmatrix}x\\y\\z\end{bmatrix} \quad \begin{bmatrix}0\\1\\0\end{bmatrix} \quad \begin{bmatrix}0\\0\\1\end{bmatrix} $$ and the problem reduces to computing the rank of $$ \begin{bmatrix} x & 0 & 0 \\ y & 1 & 0 \\ z & 0 & 1 \end{bmatrix} $$ The rank is clearly $2$ if $x=0$. If $x\ne0$, we can easily compute the RREF of the matrix as $$ \begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} $$ which has rank $3$. So the set $\{xa+yb+zc\}$ is linearly independent if and only if $x\ne0$.