I was trying to show that if functions $~f~$ and $~g~$ defined on interval $~I~$ are linearly dependent then the Wronskian determinant is zero.
Suppose $~f, g \in I~$ and $~f g~$ are linearly dependent, then $\forall x \in I$, there exist $c_1$ and $c_2$ where both are not zero such that:
$$c_1 f(x) + c_2 g(x) =0$$
$$\Leftrightarrow c_1 f'(x) + c_2 g'(x) =0~~~~~~~~\forall ~x \in I$$
Fix an arbitrary $x_0 \in I$
WLOG, suppose $c_1 \neq 0$
$$\Leftrightarrow f(x_0)= \dfrac{-c_2}{c_1}g(x_0)$$
Also $$f'(x_0) = \dfrac{-c_2}{c_1}g'(x_0)$$
Hence the determinant can be computed as $~fg'(x_0)-gf'(x_0)~$ and by substitution of $~f~$ and $~f'~$, we are able to get the determinant is zero for all arbitrary $~x~$.
Hence the Wronskian determinant for $~f~$ and $~g~$ are zero?
Your reasoning is pretty good, but I would suggest the following corrections: