Let $f$ be Cauchy continuous. $f$ is Cauchy continuous if for any Cauchy sequence $\{x_{n}\}$ in $(X,d_{X})$, $\{f(x_{n})\}$ is a Cauchy sequence in $(Y,d_{Y})$. Show that Cauchy continuous $\implies$ continuous.
Since $f$ is Cauchy continuous, we have that $\{f(x_{n})\}$ is a Cauchy sequence in $(Y,d_{Y})$. By definition, we have that for all $\varepsilon > 0$, there exists $N \in \mathbb{N}$ such that $d_{Y}(f(x_{n}),f(x_{m})) < \varepsilon$ for all $m,n \geqslant N$. We want to show the existence of $\delta > 0$ such that $d_{X}(x_{n},x_{m}) < \delta$. Since $\{f(x_{n})\}$ is Cauchy in $(Y,d_{Y})$, which was obtained from a Cauchy sequence in $(X,d_{X})$, let $\delta = \epsilon$. Thus, we have that $d_{Y}(f(x_{n}),f(x_{m})) < \varepsilon$ when $d_{X}(x_{n},x_{m}) < \delta$. So, $f$ is continuous.
This seems trivial but a little sketchy to me. Are there any glaring errors in this proof?