Prove that for all $n \in \mathbb{N}$: $$2^{n-1}(a^n + b^n) \ge (a + b)^n$$ I used induction (for $k = 1,2,...n-1$), and ended up with the following equation:
$$(a + b)(a + b)^{n-1} \le (a + b)(a^{n-1} + b^{n-1})2^{n-2}$$
Now, I have a feeling I'm on the right track, but I'm not totally sure. Could someone give me a pointer one where I should go from here? Any help would be greatly appreciated. Thanks!