Let $(a_n)_n$ be sequence of bounded linear operator on a Hilbert space $E$ and $b$ be a positive operator on $E$, Why $$\left\|\displaystyle\sum_{n=1}^da_n^*ba_n\right\|\leq\|b\|\left\|\displaystyle\sum_{n=1}^da_n^*a_n\right\|\;??$$ Thank you for your help..
Asked
Active
Viewed 92 times
3
1 Answers
2
If $b$ is positive it follows that $a_n^* b a_n$ is positive. As a sum of positives $\sum a_n^* ba_n$ is positve. One can then see
$$\langle x, \sum_n a_n^* b a_nx \rangle = \sum_n \langle a_n x, b a_nx \rangle ≤\|b\|\sum_n\langle a_n x,a_nx\rangle =\|b\|\,\langle x, \sum_n a_n^* a_n x\rangle ≤ \|b\|\ \left\|\sum_n a_n^*a_n\right\|\,\|x\|$$ Taking the supremum over $\|x\|=1$ gives you the desired inequality in the case that $b$ is positive.
s.harp
- 21,879
$$\langle x,\sum_n a_n^* b a_n x\rangle =\sum_n \langle a_n x, b a_nx\rangle≤|b|,\sum_n\langle x,a_n^a_nx\rangle ≤|b|,\left|\sum a_n^a_n\right|,|x|^2$$ Taking the supremum over $|x|=1$ gives the desired inequality. I think you might be able to start from this case and see the general case.
– s.harp Jun 30 '17 at 14:12