I have came up with a proof that any 3 vectors, $\mathbf u$, $\mathbf v$, $\mathbf w$, are always linearly dependent in 2D. I'm a bit of a noob when it comes to linear algebra, so I'm wondering if my proof is good or not. I know that questions like this were already asked before(this and this), but I haven't come across a satisfactory answer for my specific proof. Also, many of the answers delve into matrices which I have not learned about yet.
Proof
Let $a,b,c$ be scalars. We can setup the following equation to check for linear dependence: $$a\mathbf u+b\mathbf v+c\mathbf w=0\tag1$$ There are two cases to consider from this point.
Case $1$: $\mathbf u$ and $\mathbf v$ are linearly independent.
In this case, we can rewrite $(1)$ as follows:
$$a\mathbf u+b\mathbf v=-c\mathbf w\tag2$$
Because $\mathbf u$ and $\mathbf v$ are linearly independent, any vector can be formed from a linear combination of $\mathbf u$ and $\mathbf v$. Because $a\mathbf u+b\mathbf v$ represents a linear combination of $\mathbf u$ and $\mathbf v$, the vector $-c\mathbf w$ can be formed no matter what value $c$ is. Setting $c$ to be non-zero ensures that at least one of the scalars are non-zero while satisfying $(2)$. Therefore, because there exists at least one solution that is not $a=b=c=0$, the 3 vectors are linearly dependent in this case.
Case $2$: $\mathbf u$ and $\mathbf v$ are linearly dependent. In this case, it follows that the equation $a\mathbf u+b\mathbf v=0$ is guaranteed to be satisfied with some non-zero scalars $a$ and $b$. We can simply let $c=0$ to convert $(1)$ to $a\mathbf u+b\mathbf v=0$. Because at least one of $a$ or $b$ are non-zero, we have proven that there is at least one solution that is not $a=b=c=0$. Therefore, the 3 vectors are linearly dependent in this case.
With the two cases satisfied, the proof is complete.