Prove that, for any positive integer n: $(a + b)^{n} \leq 2^{n-1}(a^{n}+b^{n}) $ I tried induction theorem, when $n = 1$ it is obviously right. But, say $n=k$, It does not make sense since I cannot expand the $2^{k-1}$($a^{k}$+$b^{k}$).
And I also looked through this similar question but no help.
The simpliest proof:
as $x\to x^n$ is convex, $$ \left(\frac {x+y}2\right)^n \le \frac {x^n+y^n}2 $$ Now multiply by $2^n$ and you are done.