I need to prove for all positive integer $n$
$$ e\left(\frac{n}{e}\right)^n\leq n!\leq en\left(\frac{n}{e}\right)^n, $$ using the hint $1+x\leq e^x$ for all $x\in \mathbb{R}$.
I did this:
The hint says
- for $x=0$, $1\leq 1$;
- for $x=1$, $2\leq e$;
- ...
- for $x=n-1$, $n\leq e^{n-1}$.
So I multiplied these $n$ inequalities to get
$$ n!\leq e^{n-1+\ldots+1}, $$ or $$ n!\leq e^{\frac{n(n-1)}{2}}, $$ and I get stuck there.