Let $T: L^2([0,1]) \to L^2([0,1])$, $f(x) \mapsto x \cdot f(x)$. I want to show that $T$ is bounded by finding an upper bound on its norm $\| T \|$.
What I've tried
Using Cauchy-Schwarz we have \begin{align} \| T \|^2 & = \sup_{\| f \|_2 = 1} \| T f \|^2 = \sup_{\int_{0}^{1} |f(x)|^2 dx = 1} \int_{0}^{1} x^2 | f(x) |^2 dx \\ & \le \sup_{\int_{0}^{1} |f(x)|^2 dx = 1} \sqrt{\int_{0}^{1} x^4 dx} \sqrt{\int_{0}^{1} | f(x) |^4 dx} \\ & = \frac{1}{\sqrt{5}}\sup_{\int_{0}^{1} |f(x)|^2 dx = 1} \sqrt{\int_{0}^{1} | f(x) |^4 dx} \end{align} I am not sure if the next step is correct: $$ \sup_{\int_{0}^{1} |f(x)|^2 dx = 1} \sqrt{\int_{0}^{1} | f(x) |^4 dx} \le \sup_{\int_{0}^{1} |f(x)|^2 dx = 1} \sqrt{\left(\int_{0}^{1} | f(x) |^2 dx\right)^{2}} = 1. $$ If the above step is incorrect, how can we continue or is there a neater way? Hints are greatly appreciated.
The solution is easier than you think: $$ ||Tf||^2 =\int_0^1 |xf(x)|^2 dx =\int_0^1|x|^2|f(x)|^2 dx \le \int_0^1 |f(x)|^2 dx =||f||^2. $$ So $||T||\le 1$, and by considering functions of the form $n\mathcal{X}_{[1-1/n, 1]}$ you can see that in fact $||T||=1$.