I have read several answers (example 1, example 2) about continuity of $e^x$, but most rely on Power Series definition of $e^x$, or sequential definition of a limit, or squeeze theorem.
I would like a brute-force proof that meets the following criteria:
- Does NOT use sequential definition of limit
- Does NOT use Squeeze Theorem
- Uses $\epsilon-\delta$ definition of continuity directly
- Does NOT use perturbations (e.g. $|e^{a + h} - e^a|$)
- Uses definition of limit, starting with a $0 < |x-a| < \delta$ and ending with $|e^x - e^a| < \epsilon$
- Is NOT based on power series definition of $e^x$
- Is based on elementary limit definition $e^x = \lim_{n \to 0} (1+n)^{\frac{x}{n}}$
I would like to use exponential bounds (which come from Bernoulli's Inequality) like this answer: \begin{align*} y+1 \le \ & \ e^y \le \frac{1}{1-y} \\ \to \quad \quad y \le \ & \ e^y - 1 \ \le \ \frac{y}{1-y} \\ \to \quad x-a \le \ & \ e^{x-a}-1 \ \le \ \frac{x-a}{1-(x-a)} \end{align*} except I am trying to modify that proof so it doesn't depend on Squeeze Theorem.
Proof attempt:
Let $\epsilon > 0$ and $a > 0$ arbitrary. Choose $\delta = \frac{\epsilon}{e^a}$. Then \begin{align*} & \quad 0 < |x - a| < \delta \quad \quad \quad \textrm{ (Given)}\\ &\to \quad |e^{x-a}-1| \quad < \delta \quad \quad \textrm{ (Reason unknown?)} \\ &\to \quad |e^{x-a}-1| < \frac{\epsilon}{e^a} \quad \quad \textrm{ (Substitute $\delta=\frac{\epsilon}{e^a}$)} \\ &\to \quad e^a|e^{x-a}-1| < \epsilon \quad \quad \textrm{ (Multiply both sides by $e^a$)} \\ &\to \quad |e^x-e^a| < \epsilon \quad \quad \quad \textrm{ (Distribute $e^a$ into absolute value)} \\ & \to \quad \lim_{x \to a} e^x = e^a \quad \quad \quad \textrm{ (Definition of limit)} \end{align*}
I know my proof is supposed to use the exponential bounds, $$x-a \le e^{x-a}-1 \le \frac{x-a}{1-(x-a)},$$ so I tried using it (probably incorrectly) in step 2. Just because $|x-a| < \delta$ doesn't mean $e^{x-a}-1$ (bigger) is also less than $\delta$. It may be bigger than $\delta$. So I am having trouble going from step 1 to step 2.
Edit 7/29 ($2^{nd}$ Proof Attempt):
Some comments are suggesting, based on Chappers' answer here, that I should choose $$\delta=\max\left\{|x-a|, \left|\frac{x-a}{1-(x-a)}\right|\right\}.$$ Making this substitution, our proof becomes \begin{align*} & \quad 0 < |x - a| < \delta \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad \quad\textrm{ (Given)}\\ & \quad 0 < |x - a| < \max\left\{|x-a|, \left|\frac{x-a}{1-(x-a)}\right| \right\} \quad \quad \quad \textrm{ (Substitution of $\delta$)}\\ &\quad \quad \quad \vdots \\ &\quad \quad \quad ? \\ &\quad \quad \quad \vdots \\ &\to \quad e^a|e^{x-a}-1| < \epsilon \quad \quad \textrm{ (Multiply both sides by $e^a$)} \\ &\to \quad |e^x-e^a| < \epsilon \quad \quad \quad \textrm{ (Distribute $e^a$ into absolute value)} \\ & \to \quad \lim_{x \to a} e^x = e^a \quad \quad \quad \textrm{ (Definition of limit)} \end{align*} I am not sure how to fill in the gaps. The left hand side needs to somehow become $e^a |e^{x-a}-1|$. The right hand side needs to become $\epsilon$. But it seems to me that by making this choice, $\delta$ is no longer a function of $\epsilon$.
Edit 8/19 (Final proof):
For those it helps, here's my final proof based off Paramanand Singh's answer:
Let $\epsilon > 0$ and $a>0$ arbitrary. Choose $\delta= \frac{1}{2}\min\left\{1,\frac{\epsilon}{e^a}\right\}$. Then \begin{align*} & \quad \left|x - a\right| < \delta \tag{Given} \\ \to& \quad \left|x - a\right| < \frac{1}{2} \min\left\{1, \frac{\epsilon}{e^a}\right\} \tag{$\delta = \frac{1}{2}\min\left\{1,\frac{\epsilon}{e^a}\right\}$} \\ \to& \quad 2\left|x - a\right| < \min\left\{1, \frac{\epsilon}{e^a}\right\} \tag{Multiplication by 2} \\ \to& \quad \left|\frac{x-a}{1-(x-a)}\right| < \min\left\{1,\frac{\epsilon}{e^a}\right\} \tag{$\left|\frac{h}{1-h}\right|<2|h|$ if $|h|<\frac{1}{2}$} \\ \to& \quad \left|\frac{x-a}{1-(x-a)}\right| < \frac{\epsilon}{e^a} \tag{$\min\left\{1,\frac{\epsilon}{e^a}\right\}< \frac{\epsilon}{e^a}$} \\ \to& \quad \left|e^{x-a}-1\right| < \frac{\epsilon}{e^a} \tag{Exponential Bound Lemma} \\ \to& \quad e^a\left|e^{x-a}-1\right| < \epsilon \tag{Multiplication by $e^a$} \\ \to& \quad \left|e^a\cdot e^{x-a}-e^a\right| < \epsilon \tag{Distribution Property} \\ \to& \quad \left|e^x-e^a\right| < \epsilon \tag{$e^s\cdot e^t = e^{s+t}$} \\ \to& \quad \lim_{x \to a} e^x = e^a \tag{Definition of limit} \end{align*} The above proof relies on the facts $e^x\cdot e^y=e^{x+y}$ and also the Exponential Bound Lemma $e^x \ge 1+x$, which gives \begin{align*} & \quad e^h \ge \left(1+\frac{h}{n}\right)^n \\ \to& \quad e^h \ge 1+h \\ \to& \quad e^{-h} \ge 1-h \\ \to& \quad e^h \le \frac{1}{1-h} \\ \to& \quad e^h-1 \le \frac{h}{1-h}. \end{align*}
This is an expansion of my comments. Using any chosen definition of $e^x$ (eg $e^x=\lim_{n\to\infty} (1+(x/n))^n$) one needs to establish the following two properties of $e^x$:
The second property holds for all real $x$, but it is sufficient (for current question) if one can establish it for the interval $(-1,1)$.
We proceed on the assumption that the above mentioned properties of $e^x$ are proved.
Consider any arbitrary $\epsilon>0$ and let us analyze the target inequality $$|e^{a+h} - e^a|<\epsilon\tag{1} $$ where $a$ is fixed and $h$ is variable. This is equivalent to $$|e^h-1|<\epsilon e^{-a}\tag{2} $$ Next we impose a restriction that $|h|<1/2$. If $0<h<1/2$ then we have $$e^{-h} \geq 1-h$$ or $$e^h\leq \frac{1}{1-h}$$ or $$e^h-1\leq \frac{h} {1-h}<2h\tag{3} $$ If $-1/2<h<0$ then we have $$|e^h-1|=1-e^h=\frac{e^{-h} - 1}{e^{-h}}<e^{-h}-1$$ And using $(3)$ we thus obtain $$|e^h-1|<2(-h)=2|h|$$ Hence we have proved that if $0<|h|<1/2$ then $$|e^h-1|<2|h|\tag {4}$$ Let us now choose $\delta'=\epsilon e^{-a} /2$ and $\delta =\min(1/2,\delta')$. Then for all values of $h$ with $0<|h|<\delta$ we have $$|e^h-1|<2|h|<\epsilon e^{-a} $$ and thus the desired inequality $(2)$ (and equivalently $(1)$) holds. It follows that $e^x$ is a continuous at point $a$.
Some concerns have been raised in comments by Oliver Diaz and presumably these are due to the fact that I haven't presented the details of the definition of $e^x$ suggested in this answer. A simple development of this definition is available in this answer and you may have a look at it.