Define $$\ln (x) = \int^{x}_{1}\frac{1}{t}$$
Assume I have proven that $\ln x$ is one-to-one and therefore has an inverse $\exp (x)$.
Define $e$ as:
$\ln e = 1$
Now, if you have no other notion of exponentials, or logarithms, how could define what $e^x$ means and show that its the inverse of $\ln x$?
You are allowed to assume the logarithmic product and quotient property.
Thanks for the help.
Full disclosure: this is essentially a rewrite of MPW's answer.
Defining $e^x$ as $\sum\limits_{k=0}^{\infty} {x^k\over{k!}}$ makes sense, in a way it's the most fundamental/general definition because it can be applied to any system for which addition, multiplication and scaling are defined. Reals, complex numbers, quaternions, matrices, etc.
Now, from calculus we have this result: $$\frac{d}{dx} \left[ f^{-1}(x) \right] = {1\over{f'(f^{-1}(x))}}$$
By fundamental theorem of calculus we obtain $\ln'(x)$ as $1\over{x}$, hence: $$\frac{d}{dx} \left[ \ln^{-1}(x) \right] = \ln^{-1} (x)$$
It follows (formally by induction) that the $n$th derivative of $\ln^{-1}(x)$ is $\ln^{-1}(x)$ and hence the $n$th derivative at $x = 0$ is $\ln^{-1}(0) = 1$.
Thus we get the Taylor series: $$ \ln^{-1}(x) = \sum\limits_{k=0}^{\infty} {x^k\over{k!}} = e^x$$