Assume we have two $n \times n$ real nondegenerate matrices $ A^2 $ and $B^2$, such that $$ A^2 \geq B^2 > 0, $$ where "$\geq$" means positive semidefinite (Loewner) ordering. Does the following inequality holds for any real matrix $C$ $$ ACA \geq BCB \ ? $$ If not, under which conditions on $C$ (or additional conditions on $A$ and $B$) does it holds?
I would appreciate any ideas, suggestions, counterexamples. Thanks!
I don't know if there are any nice (i.e. not-too-strong) conditions for the inequality to hold, but I'm sure that it doesn't always hold, even when $C$ is positive definite. Counterexample: \begin{align} A&=A^2=I,\\ B&=B^2=\frac12\pmatrix{1&1\\ 1&1},\\ C&=\operatorname{diag}(1,4). \end{align} In this case, we have $A^2\ge B^2\ge 0$ but $ACA-BCB=\frac14\pmatrix{-1&-5\\ -5&11}$ is indefinite. While $B$ is not positive definite here, by continuity, we can obtain a valid counterexample by adding a small positive multiple of $I$ to both $A$ and $B$.
Edit.