8

Suppose $A$ is an $n\times n$ complex matrix. How to show the following two properties

  1. If $\lambda$ is an eigenvalue of $A\bar{A}$, so is $\bar{\lambda}$. Here $\bar{A}$ means the entrywise conjugate of $A$.

  2. The algebraic multiplicity of negative eigenvalues (if any) of $A\bar{A}$ are even.

Sunni
  • 4,536

3 Answers3

5
  1. It is known that the characteristic polynomial of $A\overline A$ is equal to the characteristic polynomial of $\overline AA$. Then $$ {\det(\overline AA-\lambda I)}=\det(A\overline A-\lambda I) $$ but for real numbers $\lambda$ the conjugate of the LHS is equal to the RHS, therefore the characteristic polynomial of $A\overline A$ has real coefficients.

  2. An idea would be to prove that the characteristic polynomial of $A\overline A$ takes positive values for $\lambda \geq 0$. Then, if there exists a negative eigenvalue $\mu&lt0$ with odd multiplicity, (we can consider $\mu$ to be the the greatest such eigenvalue) then for $\lambda\in (-\mu-\varepsilon,-\mu) \cap [0,\infty)$ (for some $\varepsilon$ small enough) the polynomial would take negative values and we have a contradiction. It remains to prove that $$ \det(A\overline A-\lambda I)\geq 0,\ \forall \lambda \geq 0 $$ One way to do this is to prove that all the coefficients of the characteristic polynomial are positive.

Beni Bogosel
  • 23,381
2

here's a try:

(edit, deleted my development for q1 which was wrong, my bad!, thanks to Henning Makholm)

  • If I'm not mistaken, you can show that the determinant is positive (because I think that you can show something like $\det(A\overline{A})=\det(A)det(\overline A)=\overline{\det A}^2$) which thus implies that the product of eigenvalue be positive. The product of $\lambda$ and $\overline{\lambda}$ is obviously positive if $\rm{Im}\lambda\neq 0$ but if you have a $\lambda\in\mathbb R$ and $\lambda&lt0$ then there must be another $\lambda'\in\mathbb R$ with $\lambda'&lt0$. This implies that there be an even number of real negative eigenvalues.

(edit, as Beni mentioned, this just shows that the total number of real negative eigenvalues is even (product is positive) which might not answer the question)

tibL
  • 2,140
  • Yes, but what you say doesn't prevent the existence of, let's say an eigenvalue -2 with multiplicity 1 and an eigenvalue -4 with multiplicity 3. You say that the product of ALL real eigenvalues is positive. But it is asked that the multiplicity of EVERY negative eigenvalue is positive. – Beni Bogosel Apr 23 '12 at 20:18
  • 1
    Um, how do you get $z_{ij}=|a_{ij}|^2$? It is not true for $A=\pmatrix{0&1\1&0}$, for example. – hmakholm left over Monica Apr 23 '12 at 20:23
  • @HenningMakholm, yes absolutely, sorry, stupid mistake. thanks! – tibL Apr 23 '12 at 20:26
0

I noticed property 2 was contained in Theorem 1 in Djokovic, On Some Representations of Matrices, Linear and Multilinear Algebra, 1976, Vol. 4, pp. 33-40.

Sunni
  • 4,536