Let the function $f$ be defined as: $f(x)=x^r, r\in \mathbb R$.
We have all heard that $f'(x)=r x^{r-1}$. And apparently, there exists a proof for that. But in that proof, there is something that doesn't look convincing to me. As you see, we first take this into account: $$f(x)=x^r=e^{r\ln{x}}$$ and then, use the existing rules for the derivative of exponential functions.
But let's take a little step back. As far as I know, the exponential function is defined as the inverse of the logarithm function. And the logarithm is defined as: $$\ln(x)=\int_1^x \frac{1}{t} dt,\quad x>0$$
At the first steps, it is proved that this function is well-defined, continuous and anywhere differentiable in its domain. Then we prove that it is injective, and denote its inverse function by $\exp(x)$ and we don't mention anything about the term exponential. Then it is shown that the derivative of this particular function is equal to itself, by using those abstract definitions and some smart-looking workarounds.
But something caught my attention that, in the process of those proofs, it is taken as an assumption that the derivative of the power function is equal to $rx^{r-1}$, and this seems like a loop to me. Also if the other definition of the $\exp$ is used, which is based on the Taylor series, we would still be stuck to the derivative of power function.
So, is there a way to prove the derivative of the power function other than using the exponential function? Or in other words, is there any way to differentiate the so-called $\exp$ without using the power function?