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