Provided the fact $e^n\geq 1+n$ for every $n\in\mathbb{N}$, prove the lower bound $$\left (\frac{n+1}{n}\right )^n\leq e,\ \forall n\in\mathbb{N} $$
from analysis we know, this is true.
Very first attempt fails miserably: $$(n+1)^n\overset{?}\leq n^ne\Longrightarrow n+1\leq n\sqrt[n]{e} $$ provided fact is too weak to make any further progress on that attempt.
Next up: Binomial expansion $$\left (1+\frac{1}{n}\right )^n = \frac{1}{n^n}+\binom{n}{1}\frac{1}{n^{n-1}} +\ldots +\binom{n}{1}\frac{1}{n}+1\overset{?}\leq e $$ This is how it's done in analysis, but I can't see how we make use of provided fact.
Hints would be most welcome on how to proceed.
$$ e^n \geq (n+1) \Rightarrow n \geq \log(n+1) \Rightarrow 1 \geq \frac{1}{n} \log(n+1) = \log{(n+1)^\frac{1}{n}} $$ $$ m=\frac{1}{n} \Rightarrow 1 \geq \log{(\frac{1}{m}+1)^m} \Rightarrow e \geq (\frac{1+m}{m})^m $$