Prove that $X>Y>0 \Rightarrow Y^{-1}>X^{-1}>0$

91 Views Asked by At

Let $X,Y$ be some invertible positive definite matrices such that $X>Y>0$, how do we prove that $Y^{-1}>X^{-1}>0$?

Any hint is greatly appreciated! I just need some initial directions.

Thanks a lot!!

2

There are 2 best solutions below

0
On

Let $\Delta Y= X-Y$. Then $$\frac{\mathrm{d}}{\mathrm{d}t}\frac{1}{Y+t\Delta Y}=-\frac{1}{Y+t\Delta Y}\Delta Y\frac{1}{Y+t\Delta Y}$$ so that $$\frac{1}{Y}-\frac{1}{X}=\int_0^1\mathrm{d} t\frac{1}{Y+t\Delta Y}\Delta Y\frac{1}{Y+t\Delta Y}\text{.}$$

0
On

Can you adapt the basic fact about real numbers $$\dfrac{1}{y} - \dfrac{1}{x} = \dfrac{x-y}{xy}$$ to apply to matrices? (I haven't thought any further on this to see if it works out, but it's what I'd start with.)

Edit: Thinking about it some more, you'd immediately hit a problem with matrix multiplication not being commutative. I imagine that there's a way to work around that, but I haven't got it yet.