How do you differentiate $e^x$?
I looked on many sites, including similar questions here but most answers seemed circular.
The only known definition of $e$ to be used in this proof is $$ e=\lim_{n \to\infty} \left(1+\frac{1}n \right)^n $$
What I did is:
$$ \begin{align*} (e^x)' &=\lim_{h\to0}\frac{e^{x+h}-e^x}h \\ &= e^x\lim_{h\to0}\frac{e^{h}-1}h \end{align*} $$
But I don't know how to go on, I know $\lim_{h\to0}\frac{e^{h}-1}h=1$ but I don't know how to prove it, I can't use the $e^x$ taylor expansion as that would imply diferentiating $e^x$.
Edit: I also can't use the derivative of $\ln(x)$.