The full question given in the example is:
Let $X$ be a set and $d_0$ is the discrete metric for $X$. Suppose that $(a_k)$ is a sequence in $X$ that is $d_0$-convergent. Show that $(a_k)$ is an eventually constant sequence.
The solution is given as:
Let $(a_k)$ be a sequence in $X$ and suppose it converges (in $d$) to $a ∈ X$. Then by the definition of convergence, it must be the case that $(d_0(a_k,a))$ is a real null sequence and so, in particular, there is $N∈\mathbb{N}$ such that for $k > N$, $\lvert{d_0(a_k, a)}\lvert<1$.
But $d_0(a_k,a)$ can only equal $0$ or $1$, so this means that there must be $N∈\mathbb{N}$ such that for $k>N$, $d_0(a_k,a)=0$. Since $d_o$ is a metric on $X$, property M1 tells us that for $k>N, a_k=a$. In other words, the sequence $(a_k)$ is eventually constant, as required.
I don't understand why they state $\lvert{d_0(a_k, a)}\lvert<1$. Where does that come from? It anyone could clarify that for me it would be greatly appreciated!