How to prove the equality of the two definitions of $e$ directly?
$$\lim_{n\to\infty}\left(1+\frac{1}{n}\right)^n=\sum_{n=0}\frac{1}{n!}$$
In other words, I want to know a proof that is not "prove $e^x=\sum\limits_{n=0}^\infty\frac{1}{n!}x^n$ and then substitute $x=1$". I guess we do not need $e^x$ to prove this equality.
There are answers in other questions like this:
$$\begin{aligned} \lim_{n\to \infty}\left(1+\frac{1}{n}\right)^n &= \lim_{n\to\infty}\sum_{k=0}^n \frac{1}{k!} \prod_{m=0}^{k-1}\left(1-\frac{m}{n}\right)\\ &=^?\sum_{k=0}^\infty\left[\frac{1}{k!}\lim_{n\to\infty}\prod_{m=0}^{k-1}\left(1-\frac{m}{n}\right)\right]\\ &=\sum_{k=0}^\infty\frac{1}{k!} \end{aligned}$$
However, I think this operation of limits is wrong. For example, $\lim\limits_{n\to\infty}\sum\limits_{k=1}^n\frac{1}{n}=1$ and $\sum\limits_{k=1}^\infty\lim\limits_{n\to\infty}\frac{1}{n}=0$.
None of the answers to Prove the definitions of e to be equivalent answers this question. There are 3 answers to it:
- https://math.stackexchange.com/a/69825/769808
- https://math.stackexchange.com/a/69809/769808
- https://math.stackexchange.com/a/69957/769808
1 is begging the question. It assumes $\displaystyle e^x=\sum_{k=0}^\infty\frac{x^k}{k!}$.
2 is wrong. The operation of limits is incorrect.
3 is not direct proof.