The power rule states that for any real number $r$,
$$\frac{d}{dx}x^r=rx^{r-1}$$
Now one common way to prove this is to use the definition $x^r=e^{r\ln x}$, where $e^x$ is defined as the inverse function of $\ln x$, which is in turn defined as $\int_1^x\frac{dt}{t}$.
But this puts the cart before the horse, because students typically learn differential calculus before integral calculus. And there is a perfectly good definition of exponentiation of real numbers that does not rely on integral calculus:
$$x^r=\lim_{q\rightarrow r} x^q$$
where $q$ is a variable that ranges over the rational numbers.
So my question is, if we use this definition, and we take it for granted that $\frac{d}{dx}x^q=qx^{q-1}$ holds true for rational numbers (which can be easily proven without invoking $e$), then can we prove the power rule for real exponents without invoking $e$?
EDIT: Here’s a more precise formulation of the definition above. If $r$ is a real number, we say that $x^r = L$ if for any $\epsilon>0$ there exists a $\delta>0$ such that for any rational number $q$ such that $|q-x| < \delta$, we have $|x^q-L|<\epsilon$.