Let $(x_n)_{n\in\mathbb{N}}$ be a real sequence given by $$x_n=1+\frac{1}{2!}+\cdots+\frac{1}{n!}$$ I would like to prove that, for each $\varepsilon>0$, there exists $n_0\in\mathbb{N}$ such that if $n>m>n_0$ then $$|x_n-x_m|=\frac{1}{(m+1)!}+\cdots+\frac{1}{n!}<\varepsilon$$ In other words, I want to prove that $(x_n)$ is a Cauchy sequence. I know this sequence is a Cauchy sequence because it's convergent, but I want to prove it by definition of Cauchy sequence.
Thanks.