Prove that in $\mathbb{R}^2$ it holds: {$(a,c), (b,d)$} is linearly independent $\iff ad - bc \neq 0$
Forward direction ($\implies$) :
Linearly independent means the coefficients $x$ and $y$ have to be zero for $$x(a,c) + y(b,d) = (0,0)$$ Which can be rewritten as $$(xa + yb, xc + yd) = (0,0)$$
If $x$ and $y$ would not be zero (so not linearly independent), we could have with the first equation: $$y = - \frac{a}{b}x$$
Substituting in the second equation would give: $$x(c - \frac{a}{b}d) = 0$$
Because we assume $x$ to be non-zero, we have $$c - \frac{a}{b}d = 0 \iff ad - bc = 0$$
First, is this correct until now ? Second, how do I prove it in the other direction ? Like how do I prove that $ad - bc \neq 0$ implies the vectors are linearly independent ?
$(\Rightarrow)$ We shall use proof by contraposition. Assume $ad-bc=0$. We prove that $\{(a,c),(b,d)\}$ is linearly dependent. Note that $-d(a,c)+c(b,d)=(-da,-dc)+(cb+cd)=(-da+cb,0)=0$, because $ad-bc=0$. Therefore, $\{(a,c),(b,d)\}$ is linearly dependent.
$(\Leftarrow)$ If $\alpha(a,c)+\beta(b,d)=0$, then \begin{cases} \alpha a+\beta b=0 \ \ \ \ \ \text{(1)} \\ \alpha c+\beta d=0 \ \ \ \ \ \text{(2)} \end{cases}
Multiplying the first equation by $c$ and the second one by $a$, we have \begin{cases} \alpha ac+\beta bc=0 \\ \alpha ac+\beta ad=0 \end{cases}
Subtracting the equations, we have $\beta(bc-ad)=0\Rightarrow\beta=0$, because $ad-bc\neq0$.
On the other hand, multiplying the Eq. (1) by $d$ and Eq. (2) by $b$, we have \begin{cases} \alpha ad+\beta bd=0 \\ \alpha bc+\beta bd=0 \end{cases}
Subtracting the equations, we have $\alpha(ad-bc)=0\Rightarrow\alpha=0$, because $ad-bc\neq0$.
Therefore, if $\alpha(a,b)+\beta(b,d)=0$ and $ad-bc\neq0$ , then $\alpha=\beta=0$. Therefore, $\{(a,c),(b,d)\}$ is linearly independent.