I'm trying to prove the following statement, which really feels like it should be correct.
If $A\succ B \succ 0$ for symmetric $A,B$, then show that $||Ax||_2 \ge || Bx||_2$ for vector $x$.
The closest I've gotten is using Cholesky factorizations and that $Ax = R^\top R x$ is 'similar' to $ x^\top R^\top R x $, but I can't progress any further. Is this statement even correct? If it is, then what about if $A$ and $B$ are not symmetric?
Edit: It turns about that this is not true for symmetric $A,B$, due to the comments below. So in this case, (this is very unlikely to be true, but)
If $A\succ B \succ 0$ for non-symmetric $A,B$, is $||Ax||_2 \ge || Bx||_2$ true?