Prove that vectors $\vec{x},\vec{y}$ (belonging to $\mathbb{R}^3$) are linearly dependent only if the following is true $$ \begin{vmatrix} x_1&y_1 \\ x_2&y_2 \end{vmatrix} =\begin{vmatrix} x_1&y_1 \\ x_3&y_3 \end{vmatrix}=\begin{vmatrix} x_2&y_2 \\ x_3&y_3 \end{vmatrix} = 0. $$
Could someone give any tips on how to do this?
Create a 3 by 3 matrix
$$\left[ \begin{array}{ccc} x_1 & y_1 & z_1 \\ x_2& y_2 &z_2 \\ x_3 &y_3 &z_3 \end{array} \right]$$.
Then the determinant of $z$ is given by
$$ z_3 \Bigl| \begin{array}{cc} x_1 & y_1 \\ x_2 & y_2 \end{array}\Bigr| - z_2 \Bigl| \begin{array}{cc} x_1 & y_1 \\ x_3 & y_3 \end{array}\Bigr| + z_1 \Bigl| \begin{array}{cc} x_2 & y_2 \\ x_3 & y_3 \end{array}\Bigr| $$
So given your conditions the determinant of my matrix is zero regardless of the vector $z$ so $x,y$ must be dependent. Conversely, if $x,y$ are linearly dependent then the determinant of my matrix equals zero for any vector $z$ and hence each of your determinants must be zero.