[guided]Fix any $t \in I$. The $k$ equations obtained from differentiating the dependence relation (one for each derivative order $r = 0, 1, \ldots, k-1$) can be assembled into matrix form. The equation for derivative order $r$ reads $\sum_{j=1}^k c_j f_j^{(r)}(t) = 0$, which is exactly the $r$-th row of the matrix equation
\begin{align*}
W(t) \begin{pmatrix} c_1 \\ c_2 \\ \vdots \\ c_k \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ \vdots \\ 0 \end{pmatrix},
\end{align*}
where $W(t)$ is the Wronskian matrix defined in the first step. The vector $c = (c_1, \ldots, c_k)^\top$ is nonzero (not all $c_j$ are zero, by the definition of linear dependence). Therefore the homogeneous system $W(t) \, c = 0$ has a nontrivial solution, meaning $c$ lies in the null space of $W(t)$.
Why does a nontrivial null vector force the determinant to be zero? Because an invertible matrix has trivial null space: if $\det W(t) \neq 0$, then $W(t) \in GL_k(\mathbb{R})$, and the unique solution to $W(t) \, c = 0$ would be $c = W(t)^{-1} \cdot 0 = 0$. This contradicts $c \neq 0$. Therefore
\begin{align*}
W(f_1, \ldots, f_k)(t) = \det W(t) = 0.
\end{align*}
Since $t \in I$ was arbitrary, $W(f_1, \ldots, f_k)(t) = 0$ for all $t \in I$.
Note that this argument uses the same nonzero vector $c$ at every point $t$. The coefficients $c_1, \ldots, c_k$ come from the dependence relation and are independent of $t$, so $c$ is a simultaneous nontrivial null vector for the entire family $\{W(t)\}_{t \in I}$. This is stronger than merely saying the determinant vanishes — it says the null space contains a fixed direction at every point.
It is also important to note that the converse does not hold in general: $W(f_1, \ldots, f_k)(t) = 0$ for all $t$ does not imply linear dependence unless additional structure is present (for instance, when the $f_j$ are solutions of a single linear ODE of order $k$, the converse does hold by the existence and uniqueness theorem).[/guided]