Verify that $X_n= \{ \sum_{i=0}^n$ $\frac{1}{i!}$} is a Cauchy sequence in $Q$ with the Euclidean metric.
I can't figure out how to find an $N$ that makes this work. I figure that $d(x_n,x_m) < \frac{n-m}{m!}$ if $m \neq n$ and $n > m$ , but beyond that I'm lost.
HINT: You don’t need to find $N$ explicitly. Fix $\epsilon>0$. Since $\sum_{k\ge 0}\frac1{k!}=e$, you know that there is an $N\in\Bbb N$ such that
$$\left|e-\sum_{k=0}^N\frac1{k!}\right|=e-\sum_{k=0}^N\frac1{k!}=\sum_{k\ge N}\frac1{k!}<\frac{\epsilon}2\;.$$
The terms of the series are positive, so for each $n\ge N$ we have
$$|e-X_n|=e-X_n=\sum_{k\ge m}\frac1{k!}<\frac{\epsilon}2\;.$$
If $n,m\ge N$, then $|X_n-X_m|=|(e-X_m)-(e-X_n)|$. Now use the triangle inequality.