I was solving the problem from linear algebra and was able to complete it almost but I have the last step which I cannot solve by myself but I have spent like 3-4 hours trying to crack it.
Suppose $V$ is a finite dimensional vector space and $T:V\to V$ is a linear operator such that it has the following matrix in some basis: $$\begin{bmatrix} 0 & 1 & 0 &\cdots & 0 \\ 0 & 0 & 1 & \cdots & 0 \\ \vdots & \ddots & \vdots \\ 0 & 0 & 0 & \cdots & 1 \\ a_0 & a_1 & a_2 & \cdots & a_{n-1} \end{bmatrix}$$
Show that characteristic polynomial of this operator is the same as the minimal polynomial. Find the characteristic polynomial.
My approach: I was able to find the characteristic polynomial which is $$P(t)=(-1)^n(t^n-a_{n-1}t^{n-1}-\dots-a_2t^2-a_1t-a_0).$$
But I don't know how to show that minimal polynomial coincides with characteristic polynomial. Moreover, I think that the converse of this problem is also true.
Would be very thankful if you can show the solution. Please avoid using Jordan canonical form and Rational canonical form and other difficult topics since this problem is before those topics and the solution should be not so difficult.