5

Suppose $A$ is a $n\times n$ matrix with complex entries and $A^*A=A^2$.
Does it imply $A=A^*.$

1 Answers1

1

Yes.

If $A$ is normal and satisfies the above equality, then $A$ is Hermitian, by the spectral theorem.

In the case that $A$ is non-normal, we have $$ \operatorname{trace}(A^*A) > \sum_{j=1}^n |\lambda|^2 \geq \left|\sum_{j=1}^n \lambda^2 \right| = \left|\operatorname{trace}(A^2)\right| $$ So, if $A$ is not normal, it is impossible to have $A^*A = A^2$.

We conclude that if $A^*A = A^2$, then $A$ is Hermitian, as desired.

Ben Grossmann
  • 234,171
  • 12
  • 184
  • 355