I was trying to prove this result.
I started out by taking some arbitrary subset, S of N,and finding its boundary points.
Boundary points of S is the set of all points x of N whose distance from S and S complement is 0. But because the metric space is the set of natural numbers, therefore the minimum distance between any two points is 1.
So,
dist(x,S) = inf{d(x,a)|a is in S} = 1
dist(x,S complement) = inf{d(x,b)|b is in S complement} =1
These two distances are the same,but are not equal to zero, which would imply that boundary of S is empty.
And hence the intersection of S and its boundary is empty.
So, S is open.
Also because S was arbitrary, we will have that all the subsets of N under the usual metric inherited form R are open.
Thus, N is a discrete metric space.
Is this argument correct ?