0

I am trying to prove this: $$\left(1+{1\over n}\right)^{n}\le\left(1+{1\over 1+n}\right)^{n+1}$$

I tried to prove by changing the main problem for a more general one , namely: $$a^{n}\le b^{n+1}$$ for $a$ and $b$ integers $>1$ and $a \le b$. Then by induction I tried to prove that (an induction on the three variables $a, b$ and $n$). For base case I chose $n=1 , b=2$ and $ a=3. $ After that I used bernouilli to get from $$(a+1)^{n+1}\le(b+1)^{n+2}$$ to $$1+a(n+1)\le 1+b(n+2)$$ then removing $1$ : $$a(n+1)\le b(n+2)$$ and after development $$an+a \le bn+2b$$ notice that $$a \le bn+b$$ si true then we can remove it and get $$an\le bn+2b$$ there is where I was stuck Thank you for anyone who could help me prove it with induction or by a simpler manner

RobPratt
  • 45,619

2 Answers2

2

$$\frac{\left(1+{1\over 1+n}\right)^{n+1}}{\left(1+{1\over n}\right)^{n}}= \left(1-\frac{1}{(n+1)^2} \right)^{n+1}\cdot \frac{n+1}{n}>\left(1-\frac{1}{n+1} \right)\cdot \frac{n+1}{n}=1$$

zkutch
  • 13,410
  • Thank you so much that was the type of proof I was looking for concise, even if I'd wish you développed more but I think I can do it myself thank you so much again for your help ! – Raid Zougari Aug 12 '23 at 14:33
  • Glad to be helpful. If you think this is the answer to your question, then you can select it. – zkutch Aug 12 '23 at 15:42
1

Alternative Proof

Consider $$f(x)=\left(1+\frac{1}{x}\right)^x$$ $$f'=\frac{\left(1+\frac{1}{x}\right)^x\left((x+1)\ln\left(1+\frac{1}{x}\right)-1\right)}{x+1}$$ $$f'(x)>0 \implies \\ x>0$$ Since all natural numbers are $\ge0$ it will be an increasing function on that domain.


Another way is to use the expansion of the above mentioned function.