I've been required to prove the uniform convexity of Banach Spaces following the below instruction. However, I have no clue of how to start and also cannot understand the intuition.
We have that a Banach space is uniformly convex if for any $\epsilon \in (0, 1)$ there exists $\eta < 1$ such that if $\|f\|_p=\|g\|_p=1$, and $\|f-g\|_p \geq 2 \epsilon$ then $\|f+g\|_p \leq 2 \eta$.
the question asks to prove uniform convexity of $L^p[(0, 1); \lambda]$, $p \in (1,\infty)$, $\mu$ is finite.
$\textbf{1)}$ Suppose $\mu$ is any finite measure on $(0, 1)$. Show that for every $\epsilon \in (0, 1)$ there exists $\eta < 1$ such that for every pair of functions $f,g \in L^p([0; 1], \mu)$, where $p\in (1,\infty)$. If $\|f\|_p=\|g\|_p=1$ , and $\|f\|_\infty ,\|g\|_\infty\leq M <\infty$ and $\|f-g\|_p \geq 2 \epsilon$ then $\|f+g\|_p \leq 2 \eta$.
$\textbf{2)}$ Rescale the general case to the above simplified version. Use $$\int|f+g|^p d\lambda=\int|\phi+\psi|^p d\mu$$ where $d\mu = (|f|^p +|g|^p)d\lambda$, $\phi = \frac{f}{(|f|^p +|g|^p)^\frac{1}{p}}$, and $\psi = \frac{g}{(|f|^p +|g|^p)^\frac{1}{p}}$.
I found this https://math.stackexchange.com/questions/80139/why-is-the-l-p-norm-strictly-convex-for-1p-infty hint but no proof for the strict convexity.
– domath Oct 25 '19 at 00:08