I would like to show that if $|a-b|<\delta$ then $|e^{a}-e^b|<\epsilon$. Where $a$ is complex and $b$ is real.
In essence if the difference between a and b is small then the difference between e^a and e^b is small
I was hoping to use The Mean value theorem and say the following:
Take $f(y)=e^y$ then $|f(a)-f(b)|=|a-b||f'(u)|$ and so as $|a-b|<\delta$ then $|f(a)-f(b)|<\epsilon$
unfortunately the mean value theorem follows a different structur when dealing with complex values (according to https://en.wikipedia.org/wiki/Mean_value_theorem)
I have a feeling that my statement is not necessarily true because if i write the $|e^a-e^b|$ as a sum I get
$$ \left|\sum_{n=0}^{\infty} \frac{(a^n-b^n)}{n!}\right| \leq \sum_{n=0}^{\infty} \frac{(|a^n-b^n|)}{n!} $$
and just because $|a-b|<\epsilon$ we don't necessarily have $|a^n-b^n|<\epsilon$ as $n$ goes to $\infty$
Any help would be much appreciated
edit:
in original i wrote "I would like to show that if $|a-b|<\epsilon$ then $|e^{a}-e^b|<\epsilon$. Where $a$ is complex and $b$ is real."