5

I have two positive-definite matrices $A$ and $B$ (not necessarily symmetric), and we have $AB=BA$, is there any theorem that ensures that the product of $A$ and $B$, $AB$ is positive definite? Or semi-positive definite?

  • For the symmetric case, see this answer: http://math.stackexchange.com/a/113859/49610

    That you don't require them to be symmetric is an interesting wrinkle, though.

    – Branimir Ćaćić Jan 03 '14 at 13:45
  • 1
    Also, you may find this answer interesting: http://math.stackexchange.com/a/4351/13675 – kjo Jan 03 '14 at 13:57

2 Answers2

0

If $A$ and $B$ are positive definite then for nonzero $x$ we have $x^TAx >0$ and $x^T Bx>0$ so that $$x^TAxx^TBx >0$$ now $$x^TAxx^TBx = x^TA\|x\|^2Bx =\|x\|^2(x^TABx) >0$$ Since $\|x\|^2>0$ is the length of $x$ we have that also $x^TABx>0$ for all nonzero $x$. Thus $AB$ is also positive definite.

Slugger
  • 5,556
0

Since $A$ and B are commutable, $AB=BA$, hence they are joint diagonalizable with a unitary matrix, $U$, $U^\dagger U=I$:

$A=U^\dagger D_A U$

$B=U^\dagger D_B U$

hence

$AB=U^\dagger D_A U U^\dagger D_B U=U^\dagger D_A D_B U$.

Now if entries of $D_A$ and $D_B$ are positive (nonnegative), i.e., $A$ and $B$ are P.D. (P.S.D.) then $AB$ is P.D. (P.S.D).