Explain: Why point $b$ is an adherent point to the interval $(a,b)$.
My answer: Consider the point y expressed as $y=b - \frac{b-a}{n}, n\in \mathbb{N}$. Then $y$ belongs to the set $(a,b)$. The distance between $y$ and $b$ is given as: $$|b-y|=\frac{b-a}{n}$$ Hence, to get $\epsilon$-closeness, choose $n=\frac{b-a}{\epsilon}$.
Hence, $b$ is an adherent point of $(a,b)$.
Is my proof correct?
Definition ($\epsilon$-adherent points) Let $X$ be a subset of $R$, let $\epsilon > 0$, and let $x\in R$. We say that $x$ is $\epsilon$-adherent to $X$ iff there exists a $y\in X$ which is $\epsilon$-close to $x$ (i.e., $|x- y|\leq\epsilon$).
Definition (Adherent points)Let $X$ be a subset of $R$,let $x\in R$. We say $x$ is an adherent point of $X$ iff it is $\epsilon$ adherent to X for all $\epsilon>0$
Notice that $I_{\epsilon} = (b - \epsilon, b + \epsilon)$ centered in $b$ you have that $(a,b) \cap I_{\epsilon} \neq \emptyset$. Because $b = \sup (a,b) $ and there exists $b - \epsilon < x \in (a,b)$ and $x \in I_{\epsilon}$.