We have been asked to prove the above statement through the two sub-proofs:
Firstly we must prove that $e^x$ is increasing and then prove that $\log(x)$ is also an increasing function.
After we are asked to prove that using the delta-epsilion definition of a limit that $\lim_{x \to 0} e^x = 1$.
I have done all of this but still don't see where the instructor is going with this.
Back to your question, to prove that the limit of $e^x$ is $e^{x_0}$ as $x$ approaches $x_0$ with $\varepsilon - \delta $ definition
\begin{gather} |e^x-e^{x_0}|<\varepsilon \\ -\varepsilon < e^x - e^{x_0} < \varepsilon \\ e^{x_0} - \varepsilon < e^x < e^{x_0} + \varepsilon \\ \ln(e^{x_0} - \varepsilon) < x < \ln(e^{x_0} + \varepsilon) \quad (*)\\ \ln(e^{x_0} - \varepsilon) - x_0 < x - x_0 < \ln(e^{x_0} + \varepsilon) - x_0 \end{gather} Hence there exist a $\delta(\varepsilon)$ s.t. $$ \delta=\min \big\{x_0 - \ln(e^{x_0} - \varepsilon), \ln(e^{x_0} + \varepsilon) - x_0 \big\}$$ The point $x_0$ is arbitrary, so $e^x$ is continuous $\forall \, x \in \mathbb{R}$.
$(*)\,\, f^{-1}(x)=\ln x$ is an increasing function.