3

I am given a matrix $A\in M(n\times n, \mathbb{C})$ normal (in matrix form $AA^*=A^*A$) and $A^2=A$. The task is to prove that the matrix is Hermitian.

But when I try something like $A^*=\,\,...$ , then I can't reach $A$, because I can't "get rid of star" in expression. Also it is not enough to show $BA=BA^*$ for some $B$ since matrix don't form a field, and I haven't got any other thoughts.

Thanks in advance!

nakajuice
  • 2,549

2 Answers2

6

Hint: by spectral theorem, a normal matrix is hermitian if and only if all its eigenvalues are real. What complex numbers have the property that they are equal to their squares?

tomasz
  • 35,474
3

Hint By spectral theorem, a normal matrix is diagonalizable by a unitary matrix.

Then what are the eigenvalues of a diagonalizable matrix $A$ which satisfies $$A^2=A?$$

Sungjin Kim
  • 20,102