I am trying to prove that $e^x$ is a solution to $f'(x)=f(x)$, and there is a point at which I am concerned that there might be circular logic.
Here's what I've got so far: $$f'(x)=f(x)$$ $$\frac{f'(x)}{f(x)}=1$$ $$\int\frac{f'(x)}{f(x)}dx=x+c_0$$ Letting $y=f(x)$ gives $$\int\frac{dy}{y}=x+c_0$$ Which gives $$\ln|y|=x+c_0$$ $$f(x)=c_1e^x$$ QED
The bit I'm concerned about is $\int\frac{dy}{y}=\ln|y|$.
Is there any proof of $$\int\frac{dx}{x}=\ln|x|$$ which doesn't use $\frac{d}{dx}e^x=e^x$?
Edit: If it wasn't clear, I am asking if there is a way that one can prove that $$\int\frac{dx}{x}=\ln|x|$$ without relying on the fact that $\frac{d}{dx}e^x=e^x$?
Here's a way to remove the circularity.
Define $g(x) = \int_1^x dt/t$. Then $$ g(xy) = \int_1^{xy}\frac{dt}{t} = \int_1^x\frac{dt}{t} + \int_x^{xy}\frac{dt}{t} = \int_1^x\frac{dt}{t} + \int_1^y\frac{du}{u} = g(x)+g(y) $$ where $t = xu$ is used for the substitution. This property is unique to logarithm functions, and its base will be the number $e$ such that $g(e) = 1$. So $g(x) = \log_e(x)$, and $g^{-1}(x) = e^x$.