I've tried finding a solution to this problem. I want to use the following definition of e
$e = \lim_{n \to\infty} (1+1/n)^n$
I have seen people argue with Bernoulli's Inequality, saying
$1+x \leq (1+x/n)^n \to e^x$
but how do I know $(1+x/n)^n \to e^x$? The arguments I've seen use continuity of the functions $x \to a^x$, where a is a real number, but the proofs I've seen of this use $e^x$ continuous and the proofs for $e^x$ continuous require $e^x >= x+1$...
I'm thankful for any help ! :)
If $e=\lim_{n\to\infty} \left(1+\frac1n\right)^n$, then $$ e^x=\lim_{n\to\infty} \left(1+\frac1n\right)^{xn} $$ Let $n=\frac ux$ (which we can do so long as $x$ is constant): $$\begin{align} e^x&=\lim_{u\to\infty} \left(1+\frac xu\right)^{u}\\ &=\lim_{u\to\infty}\sum_{k=0}^u{u\choose k}\left(\frac xu\right)^k\\ &=\lim_{u\to\infty}\sum_{k=0}^u{u\choose k}u^{-k}x^k\\ &=\lim_{u\to\infty}\sum_{k=0}^u \frac1{k!}\frac uu\frac {u-1}u \cdots\frac{u-k+1}ux^k\\ &=\sum_{k=0}^\infty\frac{x^k}{k!}\\ &=1+x+\sum_{k=2}^\infty\frac{x^n}{k!}>1+x\end{align}$$