Show that two vectors $\vec a_{1} = (a_{11},a_{12}), \vec a_{2}=(a_{21},a_{22}) $ in plane are linearly independent if and only if $ a_{11}a_{22}-a_{12}a_{21} \neq 0. $
So here is my textbook's description on linear dependence and linear independence:
In general, given k vectors $ \vec a_{1}, \dots , \vec a_{k} $, if any one of $ \vec a_{1}, \dots , \vec a_{k} $ is a linear combination of the other vectors, $ \vec a_{1}, \dots \vec a_{k} $ are called linearly dependent. If vectors $ \vec a_{1}, \dots , \vec a_{k} $ are not linearly dependent, then they are called linearly independent.
Using this description, I tried solving the problem but I just keep getting stuck on how the equation $ a_{11}a_{22}-a_{12}a_{21} \neq 0 $ could be related to the linear independence of the two vectors in the question, $ \vec a_{1} $ and $ \vec a_{2} $.
If $\vec a_1=\lambda\vec a_2$ or equivalently $a_{11}=\lambda a_{21}$ and $a_{12}=\lambda a_{22}$ then it is easy to verify that $a_{11}a_{22}-a_{12}a_{21}=0$.
Same story if $\vec a_2=\lambda\vec a_1$.
If conversely $a_{11}a_{22}-a_{12}a_{21}=0$ then $a_{22}\vec a_1=a_{12}\vec a_2$.
This gives three options:
So in all cases $\vec a_1$ and $\vec a_2$ appear to be linearly dependent.