It is well known that we can define $e^x$ by the following limit
$$e^{x}=\lim_{n\to\infty}\left(1+{x\over n}\right)^n$$
I would like to show that the RHS sequence is always less than or equal to $e^x$ for all $-n\le x\le0$ and $n>1$, and what I had currently done is to study the property of this sequence (which is defined as $f(x)$)
$$f(x)=\left(1+{x\over n}\right)^n$$
I also find its first and second derivative $f'(x)=\left(1+{x\over n}\right)^{n-1}$ and $f''(x)={n-1\over n}\left(1+{x\over n}\right)^n$ and show that they are strictly positive for all $x\in[-n,0]$. As a result $f(x)$ is monotonically increasing and concave up. By plugging in the end points I found that $f(0)=1\le e^0$ and $f(-n)=0<e^{-n}$, I wonder if these conditions allow me conclude that $f(x)\le e^x$ for all $x\in[-n,0]$.