My textbook says
: Let $M$ be a $3 \times 3$ Hermitian matrix which satisfies the matrix equation $$ M^{2}-5 M+6 I=0 $$ Where $I$ refers to the identity matrix. Which of the following are possible eigenvalues of the matrix $M$ (a) (1,2,3) (b) (2,2,3) (c) (2,3,5) (d) (5,5,6)
Then it proceeds as:
According to Cayley-Hamilton theorem, we can write $\lambda^{2}-5 \lambda+6=0 \Rightarrow \lambda=2,3$ Correct option is (b)
It's clear that the author has used the Cayley Hamilton theorem but in reverse but how can we use the converse Cayley Hamilton theorem? I've read that the converse of Cayley Hamilton theorem doesn't hold in general so what's the author doing here?
I'd be glad if someone pointed out my mistake. Much thanks.
What the author is doing is using that if a matrix $M$ satisfies a polynomial $p(t)$, the minimal polynomial of $M$ divides $p(t)$. As all the eigenvalues of $M$ appear as roots of the minimal polynomial, you get that the eigenvalues of $M$ are contained in the set $\{2,3\}$.