Lemma Let $\Omega$ be a $\sigma$-finite measure space and $J \colon \Omega \to [0, \infty]$ a measurable function. If $1 < p < \infty$ and $F \ge 0$ then the following statements are equivalent:
- $\lVert J \rVert_p \le F$;
- $\forall g \in L^{p'}(\Omega), g \ge 0, \int_{\Omega} g^{p'}dx \le 1$ we have $\int_{\Omega}Jg\, dx \le F$, where $p^\prime$ is the conjugate of $p$.
This is a lemma from this ancient question(Infinite dimensional integral inequality), which originally came from a text of Hardy-Littlewood-Polya. The symbols in that text were too old to follow, and so I tried to prove it on my own. But I had some troubles.
The direction "$1\Rightarrow 2$" follows by Holder's inequality.
For the direction "$2\Rightarrow 1$", at first I wanted to use the Rieze representation theory, but later I found two flaws in my reasoning. And I can only prove a weaker version of this direction.
Let statement $2^\prime$ be that, $\forall g \in L^{p'}(\Omega), \int_{\Omega} |g|^{p'}dx \le 1$ we have $\int_{\Omega}Jg\, dx \le F$, and further, $J\in L^p.$
My proof for "$2^\prime\Rightarrow 1$":
By statement $2^\prime$, we know $\int_{\Omega}Jg\, dx$ is a continuous functional on $L^{p^\prime}(\Omega)$ and with a operator norm less than or equal to $F$. Because its norm is just $||J||_p$, we have the statement $1$.
My question is how to prove the direction "$2\Rightarrow 1$".
Thanks for help.