I am looking for a good argument that the eigenvalues of the block matrix
$$\begin{pmatrix} 0 & A \\ -A & 0 \end{pmatrix}$$
where $A = \mbox{diag} (a_1,...,a_n)$ is itself a diagonal matrix, are exactly the diagonal entries of $A$ with both signs multiplied with $i$. By calculating a few explicit examples, I figured out that this might be true, but I don't see a good general argument. If anything is unclear, please let me know.
The vector $v_1=[-ia_1,\underbrace{0,\dots,0}_{n-1},1,\underbrace{0,\dots,0}_{n-1}]^T$ is an eigenvector relative to $ia_1$, because $$ \begin{bmatrix} 0 & A \\ -A & 0 \end{bmatrix}v_1 =ia_1v_1 $$ Similarly, the vector $v_{n+1}=[ia_1,\underbrace{0,\dots,0}_{n-1},1,\underbrace{0,\dots,0}_{n-1}]^T$ is an eigenvector because $$ \begin{bmatrix} 0 & A \\ -A & 0 \end{bmatrix}v_{n+1} =-ia_1v_1 $$ Can you generalize?