To my knowledge there are two possible ways to define $e^x$
$$e^x = \sum_{i=0}^{\infty}\frac{x^i}{i!}$$
$$e^x = \lim_{n \to \infty} \left(1 + \frac{x}{n}\right)^n$$
So my question is: Why does…
$$\sum_{i=0}^{\infty}\frac{x^i}{i!} = \lim_{n \to \infty} \left(1 + \frac{x}{n}\right)^n$$
The power series $$ \sum_{n\ge0}\frac{x^n}{n!} $$ defines a function on the whole real line, let's call it “exp”. Since power series can be differentiated term by term, we see that $\exp'=\exp$ and also that $\exp0=1$. Consider now the function $$ f(x)=\exp(a-x)\exp x. $$ We have $$ f'(x)=-\exp(a-x)\exp x+\exp(a-x)\exp x=0 $$ so that $f'(x)=0$. Therefore $f$ is constant and its value is $f(0)=\exp a$. So we have $$ \exp(a-b)\exp b=\exp a $$ for all real $a$ and $b$. If $a-b=x$ and $b=y$, we can write the relation as $$ \exp(x+y)=\exp x\exp y $$ and, in particular $\exp(-x)=(\exp x)^{-1}$. So the function $\exp$ never has the value $0$ and so it's always positive. Therefore it's increasing, hence invertible. Denote by $\log$ its inverse. By the inverse function theorem, we have $$ \log'1=1 $$ that is $$ \lim_{h\to0}\frac{\log(1+h)-\log1}{h}=1. $$ However, $\log1=0$ by definition, so, for any $x$, $$ x=\lim_{h\to0}x\frac{\log(1+h)}{h} $$ and, with the substitution $n=x/h$ we get $$ \lim_{n\to\infty}n\log\left(1+\frac{x}{n}\right)=x. $$ For natural $n$, it's clear that $n\log t=\log t^n$ (induction on $\log a+\log b=\log(ab)$ which is the same as $\exp(x+y)=\exp x\exp y$), so we have $$ \lim_{n\to\infty}\log\left(\left(1+\frac{x}{n}\right)^n\right)=x $$ which amounts to say that $$ \lim_{n\to\infty}\left(1+\frac{x}{n}\right)^n=\exp x. $$