2

Let $p\in [0,\infty)$, $(\Omega,\mathcal{F},\mathbb{P})$ a probability space and $E$ a closed subspace of $L^p(\Omega)$. We suppose that $E\subset L^{\infty}(\Omega)$. How do I prove that $\exists M>0$ such that $||f||_{\infty}\le M||f||_2\ \forall f\in E$ ? I managed to prove using the closed graph theorem that $\exists K>0$ such that $||f||_{\infty}\le K ||f||_p\ \forall f\in E$. If $p\le 2$ then I can take $M=K$. But what if $p>2$ ?
Thank you in advance for your help.

Tengen
  • 1,016
  • 5
  • 10

1 Answers1

3

For $p > 2$ simply integrate the inequality $\displaystyle |f|^p \le \lVert f \rVert_{\infty}^{p-2}|f|^2$ to write $$ \lVert f \rVert_{p}^p \le \lVert f \rVert_{\infty}^{p-2}\lVert f \rVert_{2}^2 \le K^{p-2}\lVert f \rVert_{p}^{p-2}\lVert f \rVert_{2}^2$$ which now implies $\displaystyle \lVert f \rVert_{p} \le K^{(p-2)/2}\lVert f \rVert_{2}$ and hence $\displaystyle \lVert f \rVert_{\infty} \le K^{p/2}\lVert f \rVert_{2}$.

r9m
  • 17,938