6

Prove that: if $g \in L^{\infty}$, the operator $T$ defined by $Tf = fg$ is bounded on $L^{p}$ for $1\leq p\leq \infty$. Its operator norm is at most $||g||_{\infty}$, with equality if $\mu$ is semifinite, where $\mu$ is the measure on $\mathcal{M}$, the measure space.

My approach: I consider $\hat{g(x)}(f) = f(g(x))$, which is a linear operator on $L^{p}$. Clearly $||\hat{g(x)}|| = ||g(x) || \leq ||g||_{\infty}$ , which gives me the first part of the proof. I am clueless about the second part, involving semifinite measure.

HK Lee
  • 19,964
user24367
  • 1,286

3 Answers3

3

If $f\in L^p$, then $$\lVert{Tf}\rVert_p^p=\int|fg|^p=\int|f|^p|g|^p\leq\lVert g\rVert_\infty^p\int|f|^p=\lVert g\rVert_\infty^p \lVert f\rVert_p^p,$$ because $|g|\leq\lVert g\rVert_\infty$, so $\lVert Tf\rVert_p\leq\lVert g\rVert_\infty\lVert f\rVert_p$ and therefore $\lVert T\rVert\leq\lVert g\rVert_\infty$. Thus $T$ is bounded.

3

Hint for the second part: you need $\mu$ to be semifinite so that for any $\epsilon > 0$, there is a set $A$ with $0 < \mu(A) < \infty$ on which $|g(x)| > \|g\|_\infty - \epsilon$.

Robert Israel
  • 448,999
  • Where would we go from here by your hint? – Wolfy Apr 26 '16 at 23:38
  • Given $\epsilon > 0$, take such a set $A$ and let $f$ be the indicator function of $A$. Then $|Tf|p \ge (|g|\infty - \epsilon) |f|_p$. – Robert Israel Apr 27 '16 at 00:07
  • I see so by the last inequality you have and what we prove for the first part then we have equality or is there a step I am missing in between there? – Wolfy Apr 27 '16 at 00:17
0

The last inequality from Robert Israel implies that for every $\epsilon > 0$, $\|T\| \ge \|g\|_\infty - \epsilon$, and consequently $\|T\| \ge \|g\|_\infty$.

xidil
  • 1