I was wondering if there was an elementary proof, so not using the exponential function, that $2^x$ is derivable. I define the function $f(x) = 2^x$ by $f(a/b) = \sqrt[b]{2^a}$ for a and b integers, and I extend this function by continuity for the rest of the reals. Because we have $\lim_{h\to 0} \frac{2^{x+h} - 2^{x}}{h} = 2^{x} * \lim_{h\to 0} \frac{2^{h} - 1}{h}$, I just need to show that this last limit exists, but I couldn’t do it.
This question is interesting to me, because it could be an elementary way to prove that there is a unique real positive number e, such that $(e^x)’ = e^x$. We see easily that $2^x$ is continuous and strictly increasing, therefore we can define $\log_2(x)$ for $x > 1$. We define $a = \lim_{h\to 0} \frac{2^{h} - 1}{h}$, and we have for all real number $r > 1$, $(r^x)’ = (2^{\log_2(r)*x})’ = \log_2(r)*a*r^x$. If we pose $e = 2^{1/a}$, we have $(e^x)’ = e^x$.
Edit : my bad, I found quite the same question here : Show $\lim\limits_{h\to 0} \frac{(a^h-1)}{h}$ exists without l'Hôpital or even referencing $e$ or natural log, and there’s a pretty neat answer by zhw.