Prove that when $a,b,r \in \mathbb{R}, a,b \ge 0, r \ge 1$ that $(a + b)^r \ge a^r + b^r$
My first idea for this proof was to use the generalized binomial theorem:
\begin{align*} (a+b)^r &= \sum\limits_{k=0}^\infty \binom{r}{k} a^{r-k} b^k \\ \binom{r}{k} &= \frac{r \cdot (r - 1) \cdots (r - k + 1)}{k!} \\ \end{align*}
But I'm unable to get that to work. Any suggestions? Thank you!