Given that the vectors $v_{1}, v_{2}, v_{3}, v_{4} $ are linearly independent.
Are the following $b_{1}, b_{2}, b_{3}$ vectors linearly independent too?
$b_{1}= 3v_{1} + 2v_{2} + v_{3} + v_{4} $
$b_{2}= 2v_{1} + 5v_{2} + 3v_{3} + 2v_{4} $
$b_{3}= 3v_{1} + 4v_{2} + 2v_{3} + 3v_{4} $
What I've done so far
$k_{1}(3v_{1} + 2v_{2} + v_{3} + v_{4})+k_{2}(2v_{1} + 5v_{2} + 3v_{3} + 2v_{4})+k_{3}(3v_{1} + 4v_{2} + 2v_{3} + 3v_{4}) = 0$
then I don't know what to do. I don't even know whether the $0$ above is supposed to be a vector or a scalar.
I’ve solves this kinds of problems with separate vectors but I don’t know how to solve this one, could you please help?
Thank you.
Result: Let $\alpha_{ij}$; $1\leq i, j\leq n$ be scalars such that the system of equations:
$$\sum\limits_{j=1}^n x_j\alpha_{ij}=0,\qquad 1\leq i\leq n$$
has only trivial solution. Let $\{v_1, v_2,\dots, v_n\}$ be any linearly independent set of vectors. Then $\{\sum\limits_{i=1}^n \alpha_{i1}v_i, \sum\limits_{i=1}^n \alpha_{i2}v_i, \dots, \sum\limits_{i=1}^n \alpha_{in}v_i\}$ is also linearly independent.
Proof Suppose on the contrary that that $\{v_1, v_2,\dots, v_n\}$ is linearly independent and $\{\sum\limits_{i=1}^n \alpha_{i1}v_i, \sum\limits_{i=1}^n \alpha_{i2}v_i, \dots, \sum\limits_{i=1}^n \alpha_{in}v_i\}$ is linearly dependent. Then $\exists$ scalars $c_1,c_2, \dots, c_n$ (not all zero) such that
$$c_1\sum\limits_{i=1}^n \alpha_{i1}v_i+c_2\sum\limits_{i=1}^n \alpha_{i2}v_i+\dots +c_n\sum\limits_{i=1}^n \alpha_{in}v_i=\bf{0}.$$
Since $\{v_1, v_2,\dots, v_n\}$ is linearly independent, we must have
$$\sum\limits_{j=1}^n c_j\alpha_{ij}=0,\qquad 1\leq i\leq n,$$
which is a contradiction.
The similar technique can be applied if the "sum" set has cardinality lesser that $n$.