If $A, B, A^2-B^2$ are positive definite prove that $A-B$ is positive definite

1.8k Views Asked by At

If $A, B, A^2-B^2$ are real symmetric positive definite matrices, prove that $A-B$ is also positive definite .

2

There are 2 best solutions below

3
On BEST ANSWER

Let $M> 0$ mean that $M$ is positive definite. We have $$ A^2 - B^2 > 0 \implies\\ A^{-1}(A^2 - B^2)A^{-1} > 0 \implies\\ I - A^{-1}B^2A^{-1} > 0 $$ Thus, $A^{-1}B^2A^{-1} = (BA^{-1})^T(BA^{-1})$ is positive definite with eigenvalues strictly less than $1$. Since the spectral norm $\|BA^{-1}\|$ is at most $1$, conclude that the eigenvalues of $BA^{-1}$ are all at most $1$ (in absolute value).

Thus, the matrix $A^{-1/2}BA^{-1/2} = A^{-1/2}(BA^{-1})A^{1/2}$ is positive definite with eigenvalues at most $1$. Thus, we have $$ I - A^{-1/2}BA^{-1/2} > 0 \implies\\ A^{1/2}(I - A^{-1/2}BA^{-1/2})A^{1/2} > 0 \implies\\ A - B > 0 $$ which was the desired conclusion.

0
On

Denote $A^{1/2}$ to be the Hermitian square root of $A$ and $\rho$ to be the spectral radius.

Hint: $A^2-B^2>0$ $\Leftrightarrow$ $I-A^{-1}BBA^{-1}>0$ $\Leftrightarrow$ $\|BA^{-1}\|<1$ $\Rightarrow$ $\rho(BA^{-1})<1$ $\Leftrightarrow$ $\rho(A^{-1/2}BA^{-1/2})<1$ $\Leftrightarrow$ $I-A^{-1/2}BA^{-1/2}>0$ $\Leftrightarrow$ $A-B>0$.

Try to work out all the implications.