Given a matrix $A \in R^{n \times n}$ which is normal ($AA^H=A^HA$ where $A^H$ is hermitian of $A$) and nilpotent ($A^k=0$ for some $k$). Now we need to show that $A=0$.
(This is essentially exercise 5(b) in sec. 80 on p.162 of Paul R. Halmos' Finite-Dimensional Vector Spaces.)
I tried to show in the following way,
we know that, $AA^H=A^HA$
pre-multiply by $A^{k-1}\implies A^kA^H=A^{k-1}A^HA$
Now, we have $0 = A^{k-1}A^HA$, since $A$ nilpotent.
I am not sure how to proceed from here to show $A=0$. Can someone help me in this problem?
All the eigenvalues of a nilpotent matrix must be zero (this can be seen by taking powers of the Jordan canonical form). A normal matrix is diagonalizable. So $A=U \Lambda U^H$ where $\Lambda$ is the diagonal matrix containing the eigenvalues on the diagonal. But $\Lambda$ must be zero because $A$ is nilpotent. So $A=U 0 U^H=0$.