I was given a space such that $\forall x,y \in \mathbb{R}$, we set $\delta(x,y) = 0$ if $x = y$, and $\delta(x,y) = 1$ if $x \neq y$. I'll refer to this metric space as $X$.
My task is then determining which sequences converge in this metric space. I've proved that it is a metric space, but now I'm wondering how I should think about considering which sequences converge in the space?
My initial thought is that I would need sequences which satisfy $\delta(x,x_n) < \epsilon$ whenever $n \geq N \in X$. I know I am basically setting a metric of all numbers such that the distance between them is either 1 or 0. All sequences which converge, given our definition, would have $\delta(x,x_n) = 0$ I would think, considering that they have to be less than $\epsilon$. But then also all sequences which converge a distance of 1 from their considered $x$? I'm not sure.
Anyways, any help would be greatly appreciated!