Prove that an $n \times n$ matrix $A$ with entries from $\mathbb{C}$ satisfying $A^3 = A$ can be diagonalized.
There's a solution, which can be found here (page 4, question 12.3.22). I am having trouble understanding some of the reasoning.
SOLUTION: If $A^3=A$, then the minimal polynomial of $A$ divides $x^3-x= x(x-1)(x+1).$ Hence, the only possible eigenvalues for $A$ are $0$ and $\pm 1$. Suppose $C^{-1}AC$ is in Jordan form; Then $C^{-1}A^3C$ is also in Jordan form. Suppose we have an eigenvalue $\lambda = 0,\pm 1,$ and $J$ is a Jordan block of eigenvalue $\lambda$. Then $J^3=J$ if and only if J is of size 1. Hence all Jordan blocks of $A$ have size 1, so $A$ is diagonalizable.
- How do we know the minimal polynomial divides $p(x)=x^3 - x$?
Is it because the minimal polynomial, say $\min(A)$, is the unique monic polynomial of smallest degree such that $\min(A)=0$? We know that $$p(A) = A^3-A = 0$$ So this could possibly mean that $\min(A) = p$. But we need more information to conclude that so the most we can is that $\min(A)$ divides $p$. Correct?
- How do we know that the Jordan block should satisfy $J^3 = J$?
I will change notation a bit. Let $J_{\lambda}$ denote Jordan blocks. I believe the author is saying that $J_{\lambda}^3= J_{\lambda}$. I have no idea why this is being considered.
If we let $J$ denote the Jordan form of $A$, then $$J=C^{-1}AC = C^{-1}A^3C = J^3.$$ From this, I believe it follows that the Jordan blocks have size 1.