Let's define $$ e^x := \lim_{n\to\infty}\left(1+\frac{x} {n}\right)^n, \forall x\in\Bbb R $$
and
$$ \frac{d} {dx} f(x) := \lim_{\Delta x\to0} \frac{f(x+\Delta x) - f(x)} {\Delta x} $$
Prove that
$$ \frac{d} {dx} e^x = e^x $$
using the definition of $e^x$ and derivation above, without using L'Hôpital's rule or the "logarithm trick" and/or the "inverse function derivative trick".
$$ \left( \frac{d} {dx} f^{-1}(x)= \frac{1} {\left(\frac{d}{d(f^{-1}(x))}f(x)\right)(f^{-1}(x))}\right) $$
Or equivalently prove that the following two definiton of $e$ are identical $$ 1)\space\space\space\space e =\lim_{n\to\infty}(1+\frac{1} {n})^n $$
$$ 2) \space\space\space\space e\in\Bbb R,\space\space(\frac{d} {dx} e^x)(x=0) = 1 $$
What I've got is $$ \frac{d}{dx}e^x=e^x \lim_{\Delta x\to0}\frac{e^{\Delta x} - 1} {\Delta x} = e^x \lim_{\Delta x\to0}\lim_{n\to\infty}\frac{\left(1+\frac{\Delta x}{n}\right)^{n}-1}{\Delta x} = e^x \lim_{\Delta x\to0}\frac{e^{0+\Delta x}-e^0}{\Delta x} $$
If i assume that $n\in\Bbb N$ I could use binomial theorem but I didn't got much out of it. Wolframalpha just uses L'Hospital rule to solve it, but I am looking for an elementary solution. What I'm interested in is basically is the equivalence of the two definition of $e$ mentioned above. And I'd like to get a direct proof rather than an indirect(I mean which involves logarithms or the derivatives of invers functions).
I look forward getting your aswers.


Define the function sequence $f_n(x):=\left(1+\frac{x}{n}\right)^n$. Then all $f_n$ are differentiable, and you can easily show by using the definition of the derivative that $$ f'_n(x)=f_n(x)\left(1+\frac{x}{n}\right)^{-1}, $$ hence $f_n'(x)\to e^x$ as $n\to\infty$. Moreover, one can show that $f_n$ converges locally uniformly to $e^x$ and hence $f_n'$ converges locally uniformly to $e^x$ as $n\to\infty$ (show that $f_n\leq f_{n+1}$, i.e. $f_n$ is monotonically increasing, and use Dini's theorem). Finally we conclude, that $(e^x)'=\lim_{n\to\infty}f_n'(x)=\lim_{n\to\infty}f_n(x)=e^x$.