i know how to prove that
- a real symmetric nilpotent matrix is null
- a real antisymmetric nilpotent matrix is null
But, is a complex symetric nilpotent matrix is null (Q1) ?
I think that a complex antisymetric nilpotent matrix is null. Because if $A$ is complex antisymetric nilpotent matrix, $A$ is diagonalizable, so $A=PDP^{-1}$ with $D$ the diagonal of eigenvalues. But $A$ is nilptotent. For an integer $p$, $A^p=0$ $\Rightarrow D^p=0 \Rightarrow D=0 \Rightarrow A=0$.
Can we prove that a complex antisymetric nilpotent matrix is null without using the argument above (Q2) ?
First, a complex antisymmetric matrix is NOT diagonalizable. Second, a complex antisymmetric nilpotent matrix is not always null.
The following matrix is a counterexample for both: $$ A = \begin{pmatrix} 0 & 1 & 0\\ -1 & 0 & i\\ 0 & -i & 0 \end{pmatrix} $$ $A$ is an antisymmetric matrix, but its characteristic polynomial is $-x^3$ so it is nilpotent and it isn't diagonalizable. $$ B = \begin{pmatrix} 0 & 1 & 0\\ 1 & 0 & i\\ 0 & i & 0 \end{pmatrix} $$ Moreover, $B$ is symmetric nilpotent, but not null, with the same reasoning above.