$(a+b)^n < 2^n(a^n + b^n)$ when $ a,b>0$ will it be possible for all natural number .
How to proceed with it by Mathematical Induction? can anyone help me?
$(a+b)^n < 2^n(a^n + b^n)$ when $ a,b>0$ will it be possible for all natural number .
How to proceed with it by Mathematical Induction? can anyone help me?
Without loss of generality, suppose $a \geq b$.
Then, noting that $a, b > 0$, we have the following for $n > 0$:
$$(a+b)^n \leq (a+a)^n = (2a)^n = 2^n \cdot a^n < 2^n \cdot a^n + 2^n \cdot b^n = 2^n (a^n + b^n)$$
as desired.
It is true for $n=1$: $$(a+b)<2(a+b)$$ Assuming it is true for $n=k$, we'll show it's true for $n=k+1$: $$(a+b)^{k+1}=(a+b)^k(a+b)<2^k(a^k+b^k)(a+b)=2^k(a^{k+1}+b^{k+1})+2^k(a^kb+ab^k)<2^{k+1}(a^{k+1}+b^{k+1}),$$ because due to rearrangement: $$a^kb+ab^k<a^{k+1}+b^{k+1}.$$