Bottom Line: Prove that $e = 1+1+\frac{1}{2!}+\cdots$
Define $e = \lim\limits_{n \rightarrow \infty} \left(1+\frac{1}{n}\right)^n$
I would like to do it by expanding $\left(1+\frac{1}{n}\right)^n$ binomially as $\sum\limits_{j=0}^n {n \choose j}\left(\frac{1}{n}\right)^j$. Somehow I need to show that this approaches $\frac{1}{j!}$ as $n$ approaches $\infty$. That's basically it I think. I feel like I'm missing something easy, but I haven't been able to find this online except for a Dr. Math forum that I can't follow (here: Link). Please be thorough in your explanation, if possible.
Thanks for the help!
As you point out, the desired formula follows without too much trouble if you can show that $$ \lim_{n\to\infty} \binom nj \bigg(\frac{1}{n}\bigg)^j = \frac{1}{j!}. $$ To see this, note that \begin{align*} \binom nj \bigg(\frac{1}{n}\bigg)^j &= \frac{n(n-1)(n-2)\cdots(n-(j-1))}{j!} \bigg(\frac{1}{n}\bigg)^j \\\ &= \frac{n(n-1)(n-2)\cdots(n-(j-1))}{n^j} \frac{1}{j!} \\\ &= 1\bigg(1-\frac1n\bigg)\bigg(1-\frac2n\bigg)\cdots\bigg(1-\frac{j-1}n\bigg) \frac{1}{j!}. \end{align*} Therefore \begin{align*} \lim_{n\to\infty} \binom nj \bigg(\frac{1}{n}\bigg)^j &= \lim_{n\to\infty} 1\bigg(1-\frac1n\bigg)\bigg(1-\frac2n\bigg)\cdots\bigg(1-\frac{j-1}n\bigg) \frac{1}{j!} \\\ &= \lim_{n\to\infty} \bigg(1-\frac1n\bigg) \lim_{n\to\infty} \bigg(1-\frac2n\bigg) \cdots \lim_{n\to\infty} \bigg(1-\frac{j-1}n\bigg) \cdot \frac1{j!} \\\ &= 1\cdot 1\cdots 1\cdot \frac1{j!} = \frac1{j!}. \end{align*}