Find all open sets in a discrete metric space.
My attempt: Let $(X,d)$ be a discrete metric space and $U$ be a nonempty subset of $X$. We want to show $U$ is open in $X$, i.e., for each $x\in U$ there exists $r>0$ such that $B_d(x,r) \subset U$. Clearly $\{x\} = B_d(x,1) \subset U$. So $U$ is open in $X$. Since $U$ is arbitrary, so all open sets in a discrete metric space are the power set of that set.
Is my answer correct?