2

Let $A,B$ be positive self-adjoint bounded operators and $\lambda >0$ then I want to show that if

$$A-B \ge 0 $$ that is $\langle x,(A-B)x \rangle \ge 0$ we have that the resolvents (whose existence is clear) satisfy $$(A+\lambda I)^{-1}-(B+\lambda I)^{-1} \le 0,$$ i.e. exactly the opposite relation. Although this is intuitively clear, I got nowhere by applying the definition. I guess there is some trick to flip this inequality over to the other.

Zimkovic
  • 327

1 Answers1

2

We immediately have that $B+\lambda\leq A+\lambda$ and that both are invertible. So all we need to show is that if $X\leq Y$ with $X$ and $Y$ invertible, then $Y^{-1}\leq X^{-1}$.

We start with $X\leq Y$. By conjugating with $Y^{-1/2}$ (which is also positive), we get $$ 0\leq Y^{-1}XY^{-1/2}\leq I, $$ which we can rewrite as $$ 0\leq (X^{1/2}Y^{-1/2})^*X^{1/2}Y^{-1/2}\leq I. $$ A positive operator is between $0$ and $I$ precisely when its spectrum is contained in $[0,1]$. And, for invertible $R$, the spectrum of $R^*R$ is the same as that of $RR^*$. Thus $$ 0\leq X^{1/2}Y^{-1/2}(X^{1/2}Y^{-1/2})^*\leq I. $$ This can be rewritten as $$ X^{1/2}Y^{-1}X^{1/2}\leq I. $$ Conjugating with $X^{-1/2}$ we get $$ Y^{-1}\leq X^{-1}. $$

Martin Argerami
  • 205,756