0

$n^{n}e^{-n+1} \le n! \le n^{n}e^{-n+1} n$,

$n \in \mathbb{N}$

I'm struggling solving the inequality above, I have tried AM-GM, Bernoulli but I guess now that the proof is based maybe on induction.The squeeze theorem can make maybe also sense. I appreciate any help.

Herrpeter
  • 1,326

1 Answers1

3

$1. \log$ and $\exp$ are monotonoe increasing functions, so if $\log x < \log y \to x <y$, same for $\exp$.

$2.n! = e^{\sum_{k=1}^{n}\log k}$

$3. \int_{1}^{n} \log x dx = n \log n -n +1 $

Can you do the rest?

Alex
  • 19,262