A question on a trace inequality - MathOverflow most recent 30 from http://mathoverflow.net2013-05-23T08:23:42Zhttp://mathoverflow.net/feeds/question/20924http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/20924/a-question-on-a-trace-inequalityA question on a trace inequalitySunni2010-04-10T14:23:03Z2010-04-11T04:40:16Z
<p>Let $A, B\in M_{n}(\mathbb{R})$ be symmetric positive definite matrices. It is easy to see $Tr(A^2+AB^2A)=Tr(A^2+BA^2B)$. Numerical experiments indicate $$Tr[(A^2+AB^2A)^{-1}]\ge Tr[(A^2+BA^2B)^{-1}],~~(1)$$ but it seems difficult to show it. </p>
<p>Remark. When $n=2,3$, by direct computation, (1) is true. Here is an expriment done by matlab:</p>
<p>for s=1:1000</p>
<pre><code>as=randn(4,4);
bs=randn(4,4);
ts=as*as';
rs=bs*bs';
ls=trace(inv(ts^2+ts*rs^2*ts)-inv(ts^2+rs*ts^2*rs))
</code></pre>
<p>end</p>
<p>{\bf Updated.} What about $A, B\in M_{n}(\mathbb{C})$ be positive definite Hermitian matrices. </p>
http://mathoverflow.net/questions/20924/a-question-on-a-trace-inequality/20964#20964Answer by Jon for A question on a trace inequalityJon2010-04-10T23:04:59Z2010-04-11T03:34:34Z<p>For what it is worth, a weaker conjecture is proved below.</p>
<p>Applying the formula for the derivative of the inverse $$d(M^{-1}) = -M^{-1}\ dM\ M^{-1},$$ to compute the t=0 derivative of the LHS of $$Tr(A^2+A(t^{1/2}B)^2A)^{-1}-Tr(A^2+(t^{1/2}B)A^2(t^{1/2}B))^{-1} \ge 0$$
gives $$Tr(A^{-2}BA^2BA^{-2})\ge Tr(A^{-1}B^2A^{-1})=Tr(BA^{-2}B).$$ Replacing $A^{-2}$ by $P$ gives the weaker conjecture that $$Tr(PBP^{-1}BP)\ge Tr(BPB)$$ for positive B and P.</p>
<p>PROOF OF WEAKER CONJECTURE: By the spectral theorem, we may take P=Diag($p_1,p_2,...$). Then $$Tr(BPB)=\Sigma p_j |B_{ij}|^2=\Sigma |B_{ij}|^2 (p_i+p_j)/2 $$ and $$Tr(PBP^{-1}BP)=\Sigma |B_{ij}|^2 p_i^2 p_j^{-1}=\Sigma |B_{ij}|^2 (p_i^2 p_j^{-1}+p_i^{-1}p_j^2)/2.$$ It remains to show that $$p_i^2 p_j^{-1}+p_i^{-1}p_j^2\ge p_i+p_j$$ for positive $p_{i,j}$. By homogeneity we may take $p_i=1$. Multiplying through by $p_j$, the inequality now follows from the identity $$1+p^3-p-p^2=(p-1)^2(1+p)\ge 0.$$ $\square$</p>
http://mathoverflow.net/questions/20924/a-question-on-a-trace-inequality/20975#20975Answer by fedja for A question on a trace inequalityfedja2010-04-11T03:12:04Z2010-04-11T04:21:06Z<p>Note first that $A^2+AB^2A=(A+iAB)(A-iBA)$. The reverse product is $(A-iBA)(A+iAB)=A^2+BA^2B-i(BA^2-A^2B)=X-iC$. Thus, the quantity on the left is <code>$\operatorname{Tr} (X-iC)^{-1}$</code> and that on the right is <code>$\operatorname{Tr} X^{-1}$</code>. Moreover, the self-adjoint complex matrix $X-iC$ is positive definite (as the product of an invertible operator and its adjoint). Similarly, considering the factorization $A^2+AB^2A=(A-iAB)(A+iBA)$, we can write the quantity on the left as <code>$\operatorname{Tr} (X+iC)^{-1}$</code>. Symmetrizing, we see that it will suffice to show that $(X-iC)^{-1}+(X+iC)^{-1}\ge 2X^{-1}$ in the sense of quadratic forms (then the inequality for traces will hold too). We can multiply by $X^{1/2}$ from both sides to reduce it to $(I-iD)^{-1}+(I+iD)^{-1}\ge 2I$ where $D=X^{-1/2}CX^{-1/2}$ and both operators on the left are positive definite. Diagonalizing the self-adjoint operator $iD$, we see that the inequality reduces to $(1+p)^{-1}+(1-p)^{-1}\ge 2$ for $p\in(-1,1)$.</p>
http://mathoverflow.net/questions/20924/a-question-on-a-trace-inequality/20981#20981Answer by Jon for A question on a trace inequalityJon2010-04-11T04:28:03Z2010-04-11T04:40:16Z<p>Fedja's answer crossed this [deleted] post, which extended the earlier version of his argument.</p>