Suppose $A\in\mathbb{R}$.
Prove that the exponential function is uniformly continuous on the interval $(-\infty, A]$.
Proof:
Suppose $a,b\in(-\infty,A]$, and choose $a=A\geq b$ without loss of generality. We know that the exponential function is continuous everywhere, so that: $$|A-b|<\delta\implies |e^A-e^b|<\epsilon$$
The choice of $\delta$ is then only dependent on $A$, and not on $b$ as the only restriction on $b$ is that it is less than or equal to $A$, which simply means $b\in(-\infty,A]$. So for all $\epsilon>0$ there is a $\delta>0$ such that for all $b\in(-\infty,A]$, the property holds. So, the exponential function is uniformly continuous on $(-\infty,A]$.
At first I split the cases $(-\infty,0]$ and $[0,A]$ but halfway through typing this post I realised it might not have been necessary, though I must say I'm greatly unsure about my proof. What I initially wrote was along the lines of the following;
Suppose $a,b\in(-\infty,A]$, and choose $a\geq b$ without loss of generality, so that $|a-b|=a-b$. Suppose $|a-b|=a-b<\delta$ for any $\delta>0$. We can write $|e^a-e^b| =|e^b(e^{a-b}-1)|$ so that whenever $b\to-\infty$, $|e^b(e^{a-b}-1)|\to0<\epsilon$ for all $\epsilon>0$. We have that for all $ \epsilon>0$ that there is a $\delta>0$ such that for all $a\in(-\infty,A]$, whenever $b\to-\infty$ that $|a-b|<\delta\implies |e^a-e^b|<\epsilon$ so that the exponential function is uniformly continuous as $b\to-\infty$...
It doesn't looks right to me. Why do you say that we can choose $a=A$ without loss of generality? I can see how to justify that assertion, but how do you justify it?
And it's strange that you write that “the exponential function is always continuous”. Did you mean that it is continuous everywhere?