0

I would need a hint to prove the following statement :

For every $\epsilon>0$ there exists $C_{\epsilon}>0$ such that for every couple $a,b\ge 0$ we have $(a+b)^p\leq(1+\epsilon)a^p+C_{\epsilon}b^p$

edamondo
  • 1,691

1 Answers1

2

Some thoughts: if either $a = 0$ or $b=0$ the result is trivial.

If $b \not = 0$ you can divide everything by $b$ and write $t = \dfrac ab$ to arrive at $$(t+1)^p \le (1+\epsilon)t^p + C_\epsilon.$$

What you need to show is that, for every $\epsilon > 0$, the function $$\phi_\epsilon(t) = (t+1)^p - (1+\epsilon)t^p,\quad t \ge 0,$$ is bounded above. Try the first derivative test.

Umberto P.
  • 54,204