I encountered the following problem on my algebra qualifying exam yesterday: If $T: \mathbb{R}^4 \to \mathbb{R}^4$ is a linear transformation which satisfies $T^4 = -I$, where $I$ is the identity map, find all possible Jordan canonical forms for $T$ over $\mathbb{C}$.
I started by writing the characteristic polynomial $x^4+1$ and factoring it over $\mathbb{C}$. I did this by making the substitution $y=x^2$, which yields $y=i$ or $y=-i$, which in turn yields $x=i^{1/2},-i^{1/2},i^{3/2},-i^{3/2}$. So, I concluded that the characteristic polynomial splits over $\mathbb{C}$ and is in fact separable. Then by Cayley-Hamilton, the minimal polynomial must be the same as the characteristic polynomial in order to share the same roots, hence our elementary divisors are $x-i^{1/2},x+i^{1/2},x-i^{3/2},x+i^{3/2}$, which yields a matrix in Jordan form as follows: $$\begin{pmatrix} i^{1/2} & 0 & 0 & 0 \\ 0 & -i^{1/2} & 0 & 0 \\ 0 & 0 & i^{3/2} & 0 \\ 0 & 0 & 0 & -i^{3/2} \end{pmatrix}.$$
Most of the problems we did in class similar to this one had many possibilities for the Jordan form, so I was surprised to find only one in this problem. I'm not sure where I might have made a mistake -- could anyone correct my work?
Just because $T$ satisfies $T^4 +I = 0$, $T$ doesn't need to have an eigenvalue for all of the zeros of $x^4 +1$. In other words, $x^4+1$ isn't necessarily the characteristic polynomial of $T$. What you do know, however, is that the minimal polynomial of $T$ divides $x^4 +1$.
So, for example, $T$ could have the characteristic polynomial $(x - e^{i\frac{\pi}{4}})^4$, because it then has the minimal polynomial $x - e^{i\frac{\pi}{4}}$, and that divides $(x^4 + 1)$.
Another possibility is that $T$ has the characteristic polynomial $(x - e^{i\frac{\pi}{4}})^2(x - e^{-i\frac{\pi}{4}})^2=$ $ (x^2 - x\sqrt{2}+ 1)^2$, in which case the minimal polynomial is $(x^2 - x\sqrt{2}+ 1)$ which also divides $(x^4 + 1)$.