Is it true that, for any $a,b\in \mathbb R$ and $p \geq 1$, we have
$(\lvert a\rvert +\lvert b\rvert)^{p}\leq 2^{p}(\lvert a\rvert^{p} +\lvert b\rvert^{p})$
If $p=2$ we have an explicit way to calculate by expansion,
$(\lvert a\rvert +\lvert b\rvert)^{2}=\lvert a\rvert^2+2\lvert a\rvert \cdot \lvert b\rvert +\lvert b\rvert^2 \leq 4\lvert a\rvert ^{2}+4\lvert b\rvert^{2}=2^2(\lvert a\rvert ^{2}+\lvert b\rvert^{2})$
How can I go about proving the others?
Is positivity necessary here?
$(|a|+|b|)^p\leq (2\max\{|a|,|b|\})^p=2^p(\max\{|a|,|b|\})^p\leq 2^p(|a|^p+|b|^p)$
The last step simply follows from the fact that $(\max\{|a|,|b|\})^p$ is either $|a|^p$ or $|b|^p$, so it is definitely not bigger than their sum. Here we indeed used that they are nonnegative.