I would like to know how to prove that $$\frac{d}{dx}e^x=e^x$$ An argument I've seen used is that this is the defnition of the number $e$; we can say that for some number, let's call it $a$, the derivative of $a^x$ is $a^x$ and we've just called this number $e$. But a problem I have with this approach is that we are assuming that there exists a number $a$ that satisfies this property; how do we know it exists in the first place?
I've also seen an approach used that I think is very circular in its reasoning; they use the Maclaurin expansion of $e^x$ to prove by first principles that $\frac{d}{dx}e^x=e^x$. But the derivation of this series makes use of the very fact that $\frac{d}{dx}e^x=e^x$.
Any other proof will be very appreciated; an explanation of the $2$ above proofs would also be very useful.
Thank you for your help.

You can approach this from the limit definition of the derivative
$$ f'(x) = \lim_{h \to 0} \dfrac{f(x + h) - f(x)}{h}$$
With $f(x) = e^x$ this becomes
$$f'(x) = e^x \cdot \lim_{h \to 0} \dfrac{e^h - 1}{h}$$
and you can use your method of choice to show that
$$\lim_{h \to 0} \dfrac{e^h - 1}{h} = 1$$
To do this we'll use the limit definition of $e$: $$\displaystyle e = \lim_{n \to \infty} (1 + 1/n)^n$$
or equivalently
$$e = \lim_{x \to 0} (1 + x)^{1/x}$$
Introduce a change of variables, $t = e^h - 1$. Rewrite this as $\ln(t + 1) = h$.
$$\begin{align} \lim_{h \to 0} \dfrac{e^h - 1}{h} &= \lim_{t \to 0} \dfrac{t}{\ln(t+1)} \\ &=\lim_{t \to 0} \dfrac{1}{\frac{1}{t}\ln(t+1)} \\ &= \lim_{t \to 0} \dfrac{1}{\ln(t+1)^{1/t}} \\ &= \dfrac{1}{\ln(e)} \\ &= 1 \end{align}$$