let $A^*=iA$ where $A \in M_{2\times2}(\Bbb{C})$. How would you prove that every eigenvalue $\lambda$ of $A$ must satisfy $\lambda=-i\bar \lambda$
My Proof: I have already shown that $A$ is normal and thus unitarily diagonalizable therefore $U^*AU=D$ where $U$ is a unitary matrix, and $D$ is the diagonal matrix. Then $(U^*AU)^*=U^*A^*U=U^*(iA)U=i(U^*AU)=D^*$, and then from there we can conclude that $U^*AU=-iD^*=-i\bar{D}$ and thus all the eigenvalues of A satisfy $\lambda=-i\bar \lambda$.
Is this proof correct?
Given $A^{*} = iA$.
To Prove: $\lambda = -i\overline{\lambda}$.
Let $\lambda$ be an eigenvalue of $A$, i.e., there exists a non-zero vector $x$, such that,
$$Ax = \lambda x$$ Therefore, $$A^{*}x = iAx = i\lambda x$$ Therefore, $i\lambda$ is an eigenvalue of $A^{*}$.
It is not difficult to prove that if $A$ has a non-zero eigenvalue $\lambda$ that $\overline{\lambda}$ is an eigenvalue of $A^*$. (Do mention in the comments if you aren't able to prove this part.)
Using these pieces of information we have,
$$\overline{\lambda} = i \lambda \implies \lambda = -i \overline{\lambda}$$
Hence,proved.