Suppose $A$ is a complex Hermitian matrix which then can be expressed as
$A = B + iC$ for $B$ and $C$ are real matrix.
I have proved that $A$ is Hermitian iff the following matrix $M$ is symmetric:
$$ M = \begin{pmatrix} B & -C\\ C & B \end{pmatrix} $$
let $\lambda $ be an eigenvalue of $A$ then is $\lambda$ also an eigenvalue of $M$?
My first approach was the following:
since I proved that $M$ is symmetric and wants to show that the eigenvalue of $A$ is also an eigenvalue of $M$, I got some ideas from here and here.
Since the $det(M) = |det(B+iC)|^2 = |det(A)|^2$ and we also know that the determinant is a product of eigenvalues,
$det(A) = \lambda \Delta$, (where $\Delta$ is the product of all the eigenvalues of $A$ except $\lambda$)
$\lambda$ has to involve in the $det(M)$. But since $det(M) = |det(A)|^2$, I think it will have $\lambda ^2$ instead of $\lambda$.
I am kind of stuck here and my mind is tunneled right now. Is this whole process wrong or am I missing something?