let $V$ be a vectorspace and $\{a_1,a_2,a_3,a_4\}$ a base of $V$; Moreover $b_1:=2a_1-a_2,$ $b_2:=a_2+a_3+a_4,$ $b_3:=a_3-a_4$; Show that $b_1,b_2,b_3$ are linear independent;
By definition of linear independence:
(1) $x\cdot b_1+y\cdot b_2+z\cdot b_3 = 0 \Rightarrow x=y=z=0$
so
(2) $x\cdot_(2a_1-a_2)+y\cdot (a_2+a_3+a_4)+z\cdot(a_3-a_4) = 0 \Rightarrow x=y=z=0$.
This is where I'm stuck already. I've tried resorting (2) so that I have $a_1\cdot(2x)+a_2\cdot(\dots$ but that doesn't get me anywhere.
Any help or pointers are much welcome!
Thanks Anton
Suppose that $x(2a_1-a_2)+y(a_2+a_3+a_4)+z(a_3-a_4)=0$. This is the same thing as asserting that $2xa_1+(-x+y)a_2+(y+z)a_3+(y-z)a_4=0$. Since $\{a_1,a_2,a_3,a_4\}$ is a basis, then$$\left\{\begin{array}{l}2x=0\\-x+y=0\\y+z=0\\y-z=0.\end{array}\right.$$It is easy to see that the only solution of this system is $x=y=z=0$.