At this link someone asked how to prove rigorously that $$ \lim_{n\to\infty}\left(1+\frac xn\right)^n = e^x. $$
What good intuitive arguments exist for this statement?
Later edit: . . . where $e$ is defined as the base of an exponential function equal to its own derivative.
I will post my own answer, but that shouldn't deter anyone else from posting one as well.

If you have access to the power series of $e^x$ and the binomial theorem, then you can see it because the left side is
$$1+\binom{n}{1}\frac{x}{n}+\binom{n}{2}\frac{x^2}{n^2}+\binom{n}{3}\frac{x^3}{n^3}+\cdots$$
which is
$$1+\frac{n}{n}x+\frac{1}{2!}\frac{n(n-1)}{n^2}x^2+\frac{1}{3!}\frac{n(n-1)(n-2)}{n^3}x^3+\cdots$$
and term by term as $n\to\infty$,
$$1+x+\frac{1}{2!}x^2+\frac{1}{3!}x^3+\cdots$$
I'm not sure if this is what you are looking for, but it's certainly not a rigorous proof!