Can someone provide a detailed proof? I saw a proof here
$$\begin{align} \frac{e_{n+1}(x)}{e_n(x)}&=\frac{\left(1+\frac x{n+1}\right)^{n+1}}{\left(1+\frac xn\right)^n}\\\\ &=\left(1+\frac{-x}{(n+x)(n+1)}\right)^{n+1}\left(1+\frac xn\right) \tag 1\\\\ &\ge \left(1+\frac{-x}{n+x}\right)\left(1+\frac xn\right)\tag 2\\\\ &=1 \end{align}$$
where in going from (1) to (2) we used Bernoulli's Inequality. Note that (2) is valid whenever $n>−x$ or $x>−n$. Since $e_n(x)$ monotonically increases and is bounded above by $e^x$, then $$e^x\ge \left(1+\frac xn\right)^n \tag 3$$ for all $n\ge 1$.
But I don't know how do we get $(1)$.