Hermitian Matrix Diagonal

Alejandro Mascort

November 7, 2024

Prove that diagonal elements of a Hermitian matrix are real.

Show Solution

As we know a Hermitian matrix AA satisfies the property AT=A\overline{A^T} = A. Let’s consider the diagonal elements of AA denoted by aiia_{ii}.

According to the definition of the conjugate transpose, the diagonal elements of AT\overline{A^T} are given by aiiT=aii\overline{a_{ii}^T} = a_{ii}. Since AT=A\overline{A^T} = A, we have aii=aiia_{ii} = \overline{a_{ii}}.

So considering aii=x+iya_{ii} = x + iy, we have that x+iy=xiyx + iy = x - iy which implies that y=yy = -y and y=0y = 0. Therefore, the diagonal elements of a Hermitian matrix are real.