Define $p_n (x) = 1 + \frac{x}{1!} + \frac{x^2}{2!} + \dots + \frac{x^n}{n!}$. Show that $\{ p_n (x) \}_{n=0}^{\infty}$ is a Cauchy sequence.
I'd just like to know the facts required to show this. We know that if a function $f: A \mapsto \mathbb{R}$, $A \subseteq \mathbb{R}$, is uniformly continuous on $A$ then, if $(x_n)$ is a Cauchy sequence in $A$, then $(f(x_n))$ is also a Cauchy sequence. Is this a relevant fact? Do I need to find some sequence, say $y_n$, that is Cauchy, and then find an explicit function that maps the terms of $y_n$ to the terms of $p_n(x)$?
Is there an easier way to do this?
Edit: I need to expand on this... the norm is $||p|| =$max$_{[0,1]} | p(x)|$. So for $p_n$ and $p_m$ the difference is $\sum _{ i = \min (n,m)} ^{\max (n,m)} \frac {x^i}{i!}$. The maximum term is the first term, because I've shown this to be a decreasing sequence. Now, is it still bounded by the geometric series with the factor 1/2?