I am trying to solve 3c from this released exam:
Determine all operators $T \in \mathcal{L}(V)$ such that $T^3 = T$ and $T^* = -T$. What can $T$ be?
From part b I have deduced that the eigenvalues must be imaginary. Using a similar argument to what I used in part b:
Consider any eigenvalue $\lambda$ for $T$ then:
$$Tx = \lambda x$$ and: $$\langle Tx, y \rangle = \langle x, -Ty \rangle$$ $$\langle T^3x, y \rangle = \langle x, -Ty \rangle$$ $$\langle \lambda^3x, y \rangle = \langle x, -\lambda y \rangle$$
Let $\lambda = ib$ and we see:
$$ \lambda^3 = -\overline{\lambda}$$ $$ (ib)^3 = ib$$ $$ -ib = ib$$ $$ b = 0$$
So the eigenvalues must be all zero then. I do not know how to make any further deductions, any further guidance would be appreciated.