logo

The eigenvectors of distinct eigenvalues of Hermitian matrices are orthogonal. 📂Matrix Algebra

The eigenvectors of distinct eigenvalues of Hermitian matrices are orthogonal.

Theorem

Let AA be a Hermitian matrix of size n×nn \times n. Let the eigenvectors corresponding to two distinct eigenvalues λ,μ\lambda , \mu of AA be x\mathbf{x} and y\mathbf{y}, that is,

Ax=λxAy=μy \begin{align*} A \mathbf{x} =& \lambda \mathbf{x} \quad \\ A \mathbf{y} =& \mu \mathbf{y} \end{align*}

Then, the two eigenvectors are orthogonal to each other.

xy \mathbf{x} \perp \mathbf{y}

Explanation

Hermitian matrices have the property that not only all eigenvalues are real but also the eigenvectors corresponding to these eigenvalues are orthogonal to each other. These properties can clearly be useful in some proof somewhere. Considering the concept of eigenvalues, it seems obvious, but if you look carefully at the definition, it is not at all obvious.

Proof

Assuming that x\mathbf{x} is an eigenvector of λ\lambda, and y\mathbf{y} is an eigenvector of μ\mu. When multiplying both sides of Ax=λxA \mathbf{x} = \lambda \mathbf{x} by y\mathbf{y}^{\ast} to the left, it follows that:

yAx=λyx \begin{equation} \mathbf{y}^{\ast} A \mathbf{x} = \lambda \mathbf{y}^{\ast} \mathbf{x} \label{lambda} \end{equation}

Similarly, when multiplying both sides of Ay=μyA \mathbf{y} = \mu \mathbf{y} by x\mathbf{x}^{\ast} to the left, it follows that:

xAy=μxy \mathbf{x}^{\ast} A \mathbf{y} = \mu \mathbf{x}^{\ast} \mathbf{y}

Since μ\mu is real and AA is a Hermitian matrix, taking the conjugate transpose ^{\ast} of both sides of the equation yields:

(xAy)=(μxy)    yAx=μyx    yAx=μyx \begin{align} && \left( \mathbf{x}^{\ast} A \mathbf{y} \right)^{\ast} =& \left( \mu \mathbf{x}^{\ast} \mathbf{y} \right)^{\ast} \notag{} \\ \implies && \mathbf{y}^{\ast} A^{\ast} \mathbf{x} =& \mu^{\ast} \mathbf{y}^{\ast} \mathbf{x} \notag{} \\ \implies && \mathbf{y}^{\ast} A \mathbf{x} =& \mu \mathbf{y}^{\ast} \mathbf{x} \label{mu} \end{align}

Then, by (lambda)\eqref{lambda} and (mu)\eqref{mu}, the following equation holds:

λyx=yAx=μyx \lambda \mathbf{y}^{\ast} \mathbf{x} = \mathbf{y}^{\ast} A \mathbf{x} = \mu \mathbf{y}^{\ast} \mathbf{x}

Organizing to the left-hand side, it follows that:

(λμ)yx=0 (\lambda - \mu ) \mathbf{y}^{\ast} \mathbf{x} = 0

Assuming that λ\lambda and μ\mu are distinct real numbers,

yx=0    yx=0 \mathbf{y}^{\ast} \mathbf{x} = 0 \implies \mathbf{y} \cdot \mathbf{x} = 0

Therefore,

xy \mathbf{x} \perp \mathbf{y}

See Also