This is problem 6.3 from Resnick:
Suppose that $X,Y\ge0 $ are random variables and that $p\ge 0$. Prove that
(a) $E[(X+Y)^p] \le 2^p (E[X^p] + E[Y^p])$;
(b) if $p>1$, then $E[(X+Y)^p] \le 2^{p-1} (E[X^p] + E[Y^p])$;
(c) if $p \in [0,1]$, then $E[(X+Y)^p] \le E[X^p] + E[Y^p]$.
Here are my thoughts and a few questions.
If either $E[X^p]=\infty$ or $E[Y^p]=\infty$, then all the inequalities are true. So assume that $E[X^p], E[Y^p] < \infty$ i.e., that $X,Y\in L_p$.
It seems as though it would suffice to show (b) and (c); perhaps (a) is included to shed light on the other parts? Alas, (a) is the only part I have anything for.
So. I adapted part of the author's discussion of Minkowski's inequality: $X+Y \le 2\max\{X,Y\}$ implies that $\left(X+Y\right)^{p}\le\left[2\max\left\{ X,Y\right\} \right]^{p}=\max\left\{ 2^{p}X^{p},2^{p}Y^{p}\right\} \le2^{p}\left(X^{p}+Y^{p}\right)$; then take expectations.
One thing that seems strange about this is that it seems $X,Y$ are being treated as numbers rather than as functions: Why should it be true that $X+Y\le 2\max\{X,Y\}$ for all $\omega$?
Beyond that, I haven't made any progress. I've tried looking at Minkowski's and Jensen's inequalities for (b) and Lyanpunov's inequality for (b) or (c), but I can't get anything to work.
Can anyone offer ideas on how to start these two parts? (This is homework, so I'm not looking for a complete solution or anything...)