Suppose we have a real matrix $A$ which satisfies $A^4=I$, can we determine if $A$ is diagonalizable?
I believe the answer is that we can't because all we know about the matrix $A$ is that it is invertible (otherwise $A^4$ couldn't be an invertible matrix)..
How can I prove it? How can I find such a matrix $A$ which isn't diagonalizable but $A^4 = I$?
The only matrix $A$ I was able to find which satisfies $A^4=I$ is the identity matrix itself but the identity matrix is diagonalizable.
I suppose we are considering $\mathbb{R}$ or $\mathbb{C}$.
The minimal polynomial of $A$ divides $$x^4 -1 = (x-1) (x+1) (x^2 +1) $$
A matrix is diagonalizable over the field $F$ if and only if its minimal polynomial is a product of distinct linear factors over $F$, moreover the minimal and characteristic polynomial have the same roots.
Call $p(x)$ the minimal polynomial of $A$ in the field we are considering.
Thus if $F = \mathbb{C}$ the matrix is always diagonalizable, because the roots of $x^4 -1$ are all differents and so $p(x)$ is a product of distinct linear factors over $\mathbb{C}$ because $p(x) \mid x^4 -1$.
If $F = \mathbb{R}$ we need further information to decide if $A$ is diagonalizable or not.