Suppose that $f,g$ are uniformly bounded by $C$ on some set $X$ with finite measure $\mu$. Show that $$\|f-g\|_p\leq C^{p-2}\|f-g\|_2.$$
By Holder inequality $$\int_X|f-g|^pd\mu\leq \|f-g\|_2\|f-g\|_\infty^{p-1}\mu(X)^{1/2},$$ but this does not give me what I need.
I'm posting this as an answer, since it doesn't fit in a comment, and seems to be pretty darn close to what is required.
I get the following bound: \begin{align} \|f-g\|_p^p &= \| |f-g|^p \|_1 \\ &\le \| |f-g| |f-g|^{p-1} \| \\ &= \| f-g \|_2 \| |f-g|^{p-1} \|_2 \tag{by Hölder} \\ &= \|f-g\|_2 \left( \int |f-g|^{2p-2} \right)^{\frac{1}{2}} \\ &\le \|f-g\|_2 \left( \int (|f|-|g|)^{2p-2} \right)^{\frac{1}{2}} \tag{triangle inequality} \\ &\le \|f-g\|_2 \left( \int (2C)^{2p-2} \right)^{\frac{1}{2}} \\ &= (2C)^{p-1} \sqrt{\mu(X)} \|f-g\|_2 \end{align} This differs from the desired bound in three ways: (1) the exponent on $C$ is $p-1$, not $p-2$ (this could be a clerical error on my part), (2) the extra 2 in the constant, and (3) it appears to me that the inequality also depends on the measure of the space.