4

I am trying to solve the following (very standard) exercise:

Let $(X,\mathcal M,\mu)$ be a measure space and $f\in L^r\cap L^\infty$ for some $1\leqslant r<\infty$. Then $f\in L^p$ for $1\leqslant p < r$ and $$\lim_{p\to\infty} \|f\|_p = \|f\|_\infty.$$

I have worked through the proof here: Limit of $L^p$ norm and find it satisfactory, however I am trying to take a different approach. I'd like to show that $$r\leqslant p \implies \|f\|_r\leqslant \|f\|_p$$ and then use monotone convergence to prove the result. I am stuck on how to prove this inequality though.

Math1000
  • 36,983

1 Answers1

10

In general, the $p$-norms of a function aren't increasing. If there is a measurable set $E$ with $1 < \mu(E) < +\infty$, then

$$\lVert \chi_E\rVert_p = \mu(E)^{\frac{1}{p}}$$

is decreasing. Generally, there are $f$ for which $\lVert f\rVert_p$ is (eventually) decreasing and $f$ for which $\lVert f\rVert_p$ is (eventually) increasing.

If $\mu$ is a probability measure however, then Jensen's inequality shows that for $r \leqslant p <\infty$ we have

$$\int_X \lvert f\rvert^p\,d\mu \geqslant \Biggl(\int_X \lvert f\rvert^r\,d\mu\Biggr)^{\frac{p}{r}},$$

and thus $\lVert f\rVert_r \leqslant \lVert f\rVert_p$ for all $f$.

Daniel Fischer
  • 206,697