MathOverflow will be down for maintenance for approximately 3 hours, starting Monday evening (06/24/2013) at approximately 9:00 PM Eastern time (UTC-4).
1

Is the following statement true: If $A\succeq 0$ and $B \preceq 0$ are two $n\times n$ real-valued matrices, then $AB \preceq 0$.

If not, is it true that $\forall x\ge 0$ (i.e., all vectors in the positive orthant), $x^TABx \le 0$?

If not, is the second statement true if all entries of $B$ are non-positive.

I'd really appreciate help with this.

Thanks!

flag
4 
In MATLAB notation (sorry I don't know how to type matrices here), if A = [1 -2; -2 4] and B = [-1 -2; -2 -4] then $A$ is nonnegative definite, $B$ is nonpositive definite and has nonpositive entries, and $[1,~0] AB [1,~0]^T=3$. – alex o. May 17 2012 at 5:48

1 Answer

6

No, $AB$ won't even be Hermitian in general. The correct formulation is that $A^{1/2}BA^{1/2} \preceq 0$.

link|flag
2 
However, it is true that all eigenvalues of $AB$ are negative. This is because $AB=A^{1/2}(A^{1/2}BA^{1/2})A^{-1/2}$. – Federico Poloni May 17 2012 at 8:01

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.