Struggling with yet another proof:
Prove that, for any positive integer $n: (a + b)^n \geq a^n + b^n$ for all $a, b > 0:$
I wasted $3$ pages of notebook paper on this problem, and I'm getting nowhere slowly. So I need some hints.
$1.$ What technique would you use to prove this (e.g. induction, direct, counter example)
$2.$ Are there any tricks to the proof? I've seen some crazy stuff pulled out of nowhere when it comes to proofs...
Hint: Use the binomial theorem.
This states that $(a + b)^n = \sum \limits_{k = 0}^n {n \choose k} a^{n-k} b^k = a^n + b^n + \sum \limits_{k=1}^{n-1} {n \choose k} a^{n-k} b^k$.
Now, note that every term in the second sum is positive; this is because a, b, and the binomial coefficients are all positive. Therefore, $(a+b)^n=a^n+b^n+\text{ (sum of positive terms) }\geqslant a^n+b^n\;.$