Prove: $\forall x \in \Bbb R$ and $ \epsilon \gt 0$, $N(x;\epsilon) \backslash \{x\}$ is open.
Proof:
Let $S = N(x;\epsilon) \backslash \{x\}$.
We want to show that $S = intS$.
Let $y \in S$. If we take $\delta = \frac{\epsilon - |x-y|}{2}$, then $N(y;\delta) \subseteq S$.
So $y \in intS$.
Let $ y\in intS$. Then there exists an epsilon-neighborhood of $S$ such that $N(y;\epsilon) \subseteq S$.
So $y \in N(y;\epsilon) \subseteq S$ implies that $y \in S$.
I want to know if my proof is correct.
All open balls $N(x; r), r>0$ are open in the metric topology, by definition. In any metric space $X$, $\{x\}$ is a closed set for any $x \in X$ and thus $\mathbb{R}\setminus \{x\}$ is open in $\mathbb{R}$.
So $N(x;r)\setminus \{x\} = N(x; r) \cap (\mathbb{R}\setminus \{x\})$ is open as the intersection of two open sets.
If you want a direct, more laborious, proof: for each $y \in N(x;r)\setminus\{x\}$, set $\delta=\min(d(x,y), r-d(x,y)) > 0$ and show that $y \in N(y; \delta) \subseteq N(x; r) \setminus \{x\}$.