Let $A$ be a complex matrix such that $A^n = I$, show that $A$ is diagonalisable.
How do I do this?
I would hazard a guess that since $A^n = I$ that means that $A^n$ is obvious diagonal, and I suppose that a diagonal matrix can only be formed by the square of another diagonal matrix, but I am not sure if that is the case. Also I think this neglects the complex cases.
Is there a Jordan block argument that I should use?
If $J$ is the Jordan canonical form of $A$, then $J^n=I$, so the same identity holds for every Jordan block. Thus you can work with an upper triangular matrix $A$ of order $m$ (where $m\le n$) with the same diagonal coefficients, and $A^n=I$.
Let $\varepsilon$ be the common coefficient on the diagonal, so $A=\varepsilon I+B$ where $B=[b_{ij}]$ is nilpotent and nonzero, if $m>1$. From $A^n=I$ we get $$ I=\sum_{k=0}^n \binom{n}{k}\varepsilon^{n-k}B^k $$ When you consider $B^k$ with $k>1$, the coefficients in positions $(i,i+1)$ (for $i=1,\dots,m-1$) are zero, so we conclude that $b_{i,i+1}=0$. Similarly, the coefficients in positions $(i,i+2)$ are zero in $B^k$ for $k>2$, so $b_{i,i+2}=0$ and we can go on. Thus $B$ is diagonal. Since $A$ is a Jordan block, assuming $m>1$ is a contradiction.