My question is related to proving that any subset $D \subset X$, where $(X,d)$ is a metric space with $d$ being the discrete metric, is both open and closed.
I've read some suggestions to a solution, such as the accepted answer from this question: Show that in a discrete metric space, every subset is both open and closed., which basically amounts to proving that $D$ contains a ball of radius 1 around each of its points.
I understand that if we choose a ball of radius 1 for any $x_0 \in D$, the ball will only contain its centerpoint $x_0$.
But what if we chose a ball with radius larger than 1, say $r$? Wouldn't the ball consist of a sphere with points $\{x \in X: d(x,x_0) = 1\}$, and the centerpoint $x_0$? I.e. choosing $r > 1$ gives that each point in $D$ is surrounded with a sphere of radius 1.
Does this in any way contradict the result of the proof; "... any $D$ is both open and closed"?
My intuition is that the sphere argument is invalid somehow, but I don't understand why. I need help understanding why choosing a ball of radius 1 is sufficient to make the above conclusion.