[Math] If $f$ is diagonalisable then its minimal polynomial is the product of distinct linear factors

linear algebraminimal-polynomials

I'm trying to prove that if a linear operator $f$ is diagonalisable then its minimal polynomial is the product of distinct linear factors. This is what I have so far:

Let $f$ be diagonalisable. So there exists a basis relative to which $f$ has a diagonal matrix, say $D$. So the characteristic polynomial of $f$ is given by $p_f(x)=(x-\lambda_1)(x-\lambda_2)\ldots(x-\lambda_s),$ where $\lambda_i$ are the diagonal entries of $D$.

I know that the minimal polynomial must divide the characteristic polynomial and have the same linear factors. Without loss of generality let the first $i$ linear factors be distinct. So I claim that the minimal polynomial $m_f(x)=\pm (x-\lambda_1)(x-\lambda_2)\ldots(x-\lambda_i).$

However, how can I now verify that $m_f(D)=0$ ?

Best Answer

This is very basic, and you do not need to use the characteristic polynomial or the fact that the minimal polynomial divides it at all. You just need to realise that "diagonalisable" means that the sum of the eigenspaces fills the whole space, so a linear operator is zero if (and obviously only if) it is zero on each of the eigenspaces.

Now on the eigenspace for an eigenvalue$~\lambda$, our $f$ acts by scalar multiplication by$~\lambda$. It easily follows that on this eigenspace any polynomial $P[f]$ acts by scalar multiplication by$~P[\lambda]$ (just check that $f^k$ acts by multiplication by $\lambda^k$, and then combine the monomials of the polynomial $P$ linearly). So by the above, $P[f]=0$ iff $P[\lambda]=0$ for every eigenvalue$~\lambda$. The minimal monic polynomial$~P$ with that property is the product of (just) one factor $X-\lambda$ for each distinct eigenvalue$~\lambda$ of$~f$; there are distinct linear factors.

Related Question