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!
It should be $$(a+b)^r\geq a^r+b^r.$$ For $ab=0$ it's obvious.
Let $ab\neq0$ and $\frac{a}{b}=x$.
Thus, we need to prove that $f(x)\geq0$, where $$f(x)=(1+x)^r-1-x^r$$ Indeed, $$f'(x)=r\left((1+x)^{r-1}-x^{r-1}\right)\geq0.$$ Thus, $$f(x)\geq f(0)=0$$ and we are done!