Is $\overline{V_{\frac{r}{2}}(p)} \subset V_r (p)$ ?
My proof (by contradiction):
Clearly $${V_{\frac{r}{2}}(p)} \subset V_r (p)$$ So let's prove $LP( {V_{\frac{r}{2}}(p)} ) \subset V_r (p)$
In order to do so, assume it is not included. We then have $$LP( {V_{\frac{r}{2}}(p)} ) \cap X\backslash V_r (p) \neq \emptyset$$ Let's call $q$ a point belonging to this intersection.
$q$ being a LP of ${V_{\frac{r}{2}}(p)} $, we can take the open neighborhood ${V_{\frac{r}{2}}(q)}$ and have $${V_{\frac{r}{2}}(q)} \cap {V_{\frac{r}{2}}(p)} \backslash\{ q\}\neq \emptyset$$ On the other hand, $q$ belonging to $X\backslash V_r (p) $ implies that $|q-p| \geq r$.
Let's call $q'$ a point belonging to the last intersection we mentionned.
$q'$ belonging to ${V_{\frac{r}{2}}(q)}\backslash \{ q\} $ implies $|q'-q| < \frac{r}{2}$
$q'$ belonging to ${V_{\frac{r}{2}}(p)} \backslash\{ q\}$ implies $|q'-p|< \frac{r}{2}$
We shall now consider this quantity:
$$|q-p| \leq |q-q'| + |q'-p|$$ $$|q-p| < \frac{r}{2} + \frac{r}{2} $$ $$|q-p| < r $$
Contradiction with the previous line.
PS: $V_r(p)$ denotes the open ball (or open neighborhood) centered at $p$ and of radius $r$.
Questions:
Is there a way to prove the inclusion (faster?) without going through this negation of the inclusion?
Eventually, are there any imperfections to the proof from above?