If B is a PSD matrix, I intuitively think it is true that $\|ABC\| \leq \|B\|\, \|AC\|$, but I can not prove it. Anybody can help? Thank you so much!
2026-04-03 19:36:52.1775245012
Operator norm of ABC where B is a PSD matrix
276 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Your statement is false. For a counterexample, consider $$ A = C = \pmatrix{0&1\\0&0}, \quad B = \pmatrix{1&1\\1&1} $$
The statement will hold in the case where $C = A^T$, assuming that $\|\cdot\|$ is the operator norm induced by the usual (Euclidean) norm on $\Bbb R^n$. One proof is as follows.
Because $B$ is PSD, there exists an $M$ such that $B = MM^T$. With that, we have $$ \|ABC\| = \|(AM)(AM)^T\| = \|AM\|^2 \leq \|A\|^2 \|M\|^2 = \|AA^T\| \cdot \|MM^T\| = \|B\| \cdot \|AC\| $$