Prove by epsilon-delta limit definition that: $\lim_{x\to a}e^x=e^a$
My definition of exponential function is $e^x=\lim_{n\to \infty}(1+x/n)^n$. My teacher said that we need to use it but when I use the epsilon-delta definition I have that $$|\lim_{n\to \infty}(1+x/n)^n-\lim_{n\to \infty}(1+a/n)^n|<\epsilon$$ then I don't know how to proceed from here
$|e^x - e^a| = e^a|e^{x - a} - 1|$, then it is enough to show that $\lim_{x \to 0}e^x = 1$.
Use that $$a^n - b^n = (a - b)(a^{n - 1} + ba^{n - 2} + \dots + b^{n - 1})$$ to rewrite the limit as follows: $$\lim_{x \to 0}\big|\lim_{n\to \infty}(1 + xn^{-1})^n - 1\big| = \lim_{x \to 0}\big|\lim_{n \to \infty}(1 + xn^{-1} - 1)((1 + xn^{-1})^{n - 1} + \dots)\big|$$ Now, without loss of generality, assume that $x \le 1$. Noticing that in the second expression between parenthesis we have $n$ terms, all of which are smaller than $e$, we get: $$\lim_{x \to 0}\big|\lim_{n \to \infty}(1 + xn^{-1} - 1)((1 + xn^{-1})^{n - 1} + \dots)\big| \le \lim_{x \to 0}\lim_{n \to \infty}\frac{x}{n}\cdot ne = \lim_{x \to 0}xe = 0$$