Prove that all of the eigenvalues of skew-symmetric matrix are complex numbers with the real part equal to $0$. Has anyone got a clue how to do it?
2026-03-26 08:23:12.1774513392
On
Prove that the eigenvalues of skew-symmetric matrices are purely imaginary numbers
11.7k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
$S$ being skew-symmetric means $S+S^{*}=0$, therefore $\forall x$ holds $x^{*}(S+S^{*})x = 0$. Assume $v$ is an eigenvector, hence $Sv = \lambda v$ and $v\neq 0$. Then, $v^{*}(S+S^{*})v = v^{*}Sv + v^{*}S^{*}v = v^{*}\lambda v + (Sv)^{*} v = \lambda v^{*} v + \bar{\lambda} v^{*} v = (\lambda + \bar{\lambda})v^{*}v = 0$, which means $\mathrm{Re}(\lambda) =0$.
The eigenvalue problem for a skew-symmetric matrix $M$ is \begin{align}M\textbf{x} &=\lambda \textbf{x}\\ \left(M\textbf{x}^*\right)^T\textbf{x}&=\left(\lambda^*\textbf{x}^*\right)^T\textbf{x}\\ \left(\textbf{x}^*\right)^TM^T\textbf{x}&=\lambda^*\left(\textbf{x}^*\right)^T\textbf{x}\\ \left(\textbf{x}^*\right)^T\left(-M\right)\textbf{x}&=\lambda^*\left(\textbf{x}^*\right)^T\textbf{x}\\ \left(\textbf{x}^*\right)^T\left(-\lambda\textbf{x}\right)&=\lambda^*\left(\textbf{x}^*\right)^T\textbf{x}\\ -\lambda\|\textbf{x}\|^2&=\lambda^*\|\textbf{x}\|^2\\ -\lambda&=\lambda^*\\ \therefore \Re(\lambda)&=0 \end{align}
where we have used the notation $^*$ for complex conjugation and $^T$ for transposition. From line 3 to line 4, we use the property of a skew-symmetric matrix: $M^T=-M$. The conclusion is equivalent to saying that $\lambda$ is either $0$ or pure imaginary.