So here is the link to my problem, which i've copied here:
A set is linearly independent $\iff$ $\det(W)\neq0$
Proof. First $\det(W)\neq 0 \implies$ linear independence:
By contradiction. Assume our vectors are linearly dependent. Then $\exists c_i \neq 0$ such that
$$\sum_{i=1}^k c_i\cdot y_i(x)=0$$
Taking derivatives:
$$\left. \begin{matrix} \sum_{i=1}^k c_i y_i=0 \\ \vdots \\ \sum_{i=1}^k c_i y_i^{(k-1)}=0\end{matrix} \right \} k~\text{equations}$$
$\exists \vec{c}\neq 0_v; W(x)\vec{x}=0_v \implies \det(W)=0$ So by the contrapositive: $\det(W)\neq 0 \implies$ linear independence.
On page 15 at the top between where it says "Taking derivatives: ..." and "So by the contrapositive..." I don't understand the line in between. Could someone please explain the logic in a bit more depth than the notes do?