We have the initial value problem $$\dot{\mathbf{y}} = f(\mathbf{y}), \mathbf{y}(0) = \mathbf{y_0},$$ with $f(\mathbf{y})$ continuously differentiable. There exists a $T > 0$ such that $\mathbf{y_0} = \mathbf{\Phi}^T \mathbf{y_0}$ and $\mathbf{y_0} \neq \mathbf{\Phi}^t \mathbf{y_0}$ for all $0 < t < T$. I already know that $\mathbf{\Phi}^{t+T} \mathbf{y_0} = \mathbf{\Phi}^t \mathbf{y_0}$. Now I want to show that the number $1$ is an eigenvalue of the Wronski matrix $W(T;0,\mathbf{y_0})$. In our lecture about numerical mathematics, we defined the Wronski matrix as follows:
$$W(t;t_0,\mathbf{z}) := \left.\frac{\partial}{\partial \mathbf{y}} \mathbf{\Phi}^{t_0,t} \mathbf{y} \right|_{\mathbf{y} = \mathbf{z}} \in \mathbb{R}^{d,d}$$
The standard solution suggests to write down $\mathbf{\Phi}^t \mathbf{y_0} = \mathbf{\Phi}^{t+T} \mathbf{y_0} = \mathbf{\Phi}^T \mathbf{\Phi}^t \mathbf{y_0}$ which holds for all $t \in \mathbb{R}$. Then I am supposed to differentiate both sides with respect to $t$ and plugging in $t = 0$ should lead me to $$\mathbf{f}(\mathbf{y_0}) = W(T;0,\mathbf{y_0}) \mathbf{f}(\mathbf{y_0}).$$
I don't really understand how to differentiate given equation and how to apply product or chain rule there and how that should give me above equation. After all, they suggest to differentiate with respect to $t$ whereas the Wronski matrix is defined with a partial derivative with respect to $\mathbf{y}$? How do they obtain the Wronski matrix out of it? Could someone just write down every step taken to obtain the desired result? Thanks a lot in advance.