I'm asking a complete proof of the Exponential Bound using the Bernoulli Inequality.
Exponential bound:
$$1+x\leq e^x$$
Bernoulli inequality
$$1+nx\leq\left(1+x\right)^n$$ for all $$x>= -1$$ and $$n=1,2,...$$
Here it's a partial (x>=0) proof but lacks the most interesting part, when x<0.
Use the Bernoulli inequality with $\;\frac xn\;$ instead of $\;x\,$ , and $\;x>-1\;$ (otherwise it is very simple...) :
$$1+x\stackrel{\text{Bernoulli}}\le\left(1+\frac xn\right)^n\le e^x$$
because the central expression is a monotonic ascendent sequence whose limit is $\;e^x\;$ .