I have following block matrices:
$$M_1 = \left(\begin{array}{cc}A & B\\B' & D\end{array}\right)$$ and
$$M_2 = \left(\begin{array}{cc}A & -B\\-B' & D\end{array}\right)$$ I want to show that $\mathrm{eig}(M_1) = \mathrm{eig}(M_2)$. How can I prove that?
If you conjugate $M_1$ with $$ \pmatrix{I&0\cr0&-I\cr}, $$ where the block sizes of this matrix match those of $M_1$ and $M_2$, what do you get?
What does conjugation do to the eigenvalues?