Let $(X,d)$ be a metric space. If $a_n$ is a sequence in $X$ and $a\in X$ such that $\frac{d(a_n,a)}{1+d(a_n,a)} \to 0$, then $a_n\to a$.
I am trying to prove this statement as review for an exam. I am not sure how to do it. I know that given $\epsilon >0$, since $\frac{d(a_n,a)}{1+d(a_n,a)} \to 0$, I can choose $N\in \mathbb{N}$ such that if $n\geq \mathbb{N}$, then $|\frac{d(a_n,a)}{1+d(a_n,a)} - 0| < \epsilon.$ I know that I need to show that there exists $N\in \mathbb N$ such that if $n\geq \mathbb N$, then $d(a_n,a) < \epsilon.$ Any suggestions?