How do you prove $e^{x} \geq \left(1+\frac{x}{n}\right)^{n}$ for $n \geq 1$? I can prove this for natural numbers only via induction, but how do you prove this for any real $n \geq 1$?
We start with the base case $n=1$. We have $e^x \geq 1+x$ by a variety of methods. For the induction step, assume $e^{x} \geq \left(1+\frac{x}{n}\right)^{n}$. Notice that taking the derivative of $(1+\frac{x}{n+1})^{n+1}$ gives us $(1+\frac{x}{n+1})^{n}$ and thus $(1+\frac{x}{n+1})^{n} < \left(1+\frac{x}{n}\right)^{n} \leq e^x = \frac{d}{dx} e^x$.
I'm not sure how to extend this to the non-integer case. Any help would be appreciated.