Exercise 2.8: Is every point of every open set $E\subset R^2$ a limit point of $E$ ?
My Solution:
Every point of every open set $E\subset R^2$ is a limit point of $E$.
[Notation: $N_r(p)$ is the set of all point x such that $0< d(x,p)< r $ ]
Since $E$ is open, let point $x \in E$, then x is an interior point of E. There is $r>0$ such that the deleted neighborhood $N_r(x) \subset E$. For any $s>0$, the deleted neighborhood $N_s(x)$ contains a point $z\in E$, if $0<d(x,z)<min(s,r)$. Thus $x$ is a limit point of $E$.
My question: I think my solution did not use any property of $R^2$, so this conclusion should be true in other metric spaces. Is that right?