7

How can I prove the following?

If $A$ and $B$ are two symmetric, positive semidefinite matrices then all eigenvalues of $AB$ are non-negative.

MikeL
  • 627

1 Answers1

7

Suppose that $A$ is non-singular. Then $AB$ is similar to $$ A^{-1/2} (AB) A^{1/2} = (A^{1/2}) B(A^{1/2}) $$ Letting $C = A^{1/2}$, we have $(A^{1/2}) B(A^{1/2}) = C^*BC$, which means that $(A^{1/2}) B(A^{1/2})$ is congruent to $B$, and is thus symmetric and positive semidefinite. Since $AB$ is similar to a positive semidefinite matrix, its eigenvalues are non-negative.

Otherwise, we note that for $t>0$, the matrix $A + tI$ is positive-definite. Thus, the matrix $(A+tI)B$ has non-negative eigenvalues.

Since the eigenvalues of a matrix depend continuously upon its entries, the eigenvalues of $\lim_{t \to 0^+} (A+tI)B = AB$ must be non-negative.

Ben Grossmann
  • 225,327
  • Thanks a lot for your answer. I couldn't understand the very last step of the proof: why $A^{\frac12} B A^{\frac12}$ is positive semi-definite? – MikeL Oct 21 '14 at 07:57
  • Note that for any $x$, $x^(C^BC)x = (Cx)^*B(Cx) \geq 0$. – Ben Grossmann Oct 21 '14 at 12:15
  • Sorry; I had a few "typos" there. I meant to say that $C^*BC$ is conrguent to a PSD matrix. – Ben Grossmann Oct 21 '14 at 12:23
  • @Omnomnomnom "Since AB is similar to a positive semidefinite matrix, its eigenvalues are non-negative." This isnt clear to me at all – Trajan May 12 '20 at 16:25
  • @Permian What part is unclear? Do you see that $A^{1/2}BA^{1/2}$ is positive semidefinite? Do you understand that positive semidefinite matrices have non-negative eigenvalues? – Ben Grossmann May 12 '20 at 19:20