I read the following statement:
$\text{tr} [ A(B+C)] \leq \left\Vert B+C \right\Vert$. Since $B+C \geq 0$, one can always find $A$ s.t. the inequality is saturated.
Here, $A$ is a hermitian PSD matrix with $\text{tr}(A) = 1$, whereas $B,C \geq 0$ and also hermitian.
Regarding that, I have the following questions:
- Is it obvious what operator norm they are using?
- Why is $\text{tr} [ A(B+C)] \leq \left\Vert B+C \right\Vert$ true? Could I show that by saying $\text{tr} [ A(B+C)] \leq \left\Vert A \right\Vert \left\Vert B+C \right\Vert$, and as $\text{tr}(A) = 1 \Longrightarrow \left\Vert A \right\Vert \geq 1$, then the statement is true?
- Why $B+C \geq 0$ must be true so that we can find $A$ that saturates the inequality?
- How can I find such $A$ that saturates the bound? Is it related to the eigenvectors of $(B+C)$?
P.s.: I only know introductory linear algebra, so I'm sorry if these questions are obvious.