The Jordan-Chevalley decomposition says that given a linear operator $L$, you can decompose it as $L = S + N$, where $S$ is diagonalizable and $N$ is nilpotent.
My textbook (Linear Algebra by Peterson) has a corollary of the Jordan-Chevalley that says that given $p(t) = (t-\lambda)^n$, the associated companion matrix $C_p$ is similar to a Jordan block (matrix with $\lambda$ on diagonal and $1$'s on superdiagonal).
So if I apply the JC decomposition to $C_p$, I get $C_p = \lambda I_n + (C_p - \lambda I_n) $. So I need to show that $C_p - \lambda I_n$ is similar to the matrix with $1$'s on the superdiagonal. I don't see how to do this without going into the Frobenius Canonical form and showing that the characteristic polynomial and minimal polynomial of $C_p$ are the same. (I.e. Using theorem that says if two operators have same minimal polynomial, then they are similar)
Is there an easy way to do this?
The eigenvalues of the companion matrix $C_p$ are the roots of $p(t)$. Thus we can write $C_p = S \Lambda S^{-1}$ where $\Lambda = \lambda I_n$. The eigenvalues of $C_p - \lambda I_n$ are therefore all zero, which means that $C_p - \lambda I_n$ is nilpotent. The Jordan canonical form of a nilpotent matrix, which is obtained through a similarity transformation, is a matrix with 1's on the superdiagonal and zero everywhere else. Hence, $C_p - \lambda I_n$ is similar to a matrix with 1's on the superdiagonal.