I 'm trying to prove the statement above, that "$S(x_0,r) \subseteq \overline{B(x_0,r)}$ $\forall x\in X$ and every $r>0$, where $(X,\rho)$ is a metric space with $\rho$ being a norm", as a part of an exercise that has got me to this point. I 've consulted the solutions manual, and the proof that it gives for the statement uses the sequential characterization of closedness of the set and of contact points to get to the result. I understand the proof, however, based on the level I 'm at right now, I believe that I would not be able to come up with the sequence the instructor defines by myself, so I tried to go straight with the proof, without any fancy tricks;
I want to prove that, for a given $x\in X$ and $r>0$, $S(x_0,r) \subseteq \overline{B(x_0,r)}$. So if $y\in S(x_0,r)$, I want to show that $y\in \overline{B(x_0,r)}$.
Now, by the definition of the closure of a set, $y\in \overline{A} \implies \forall \varepsilon>0, B(y,\varepsilon)\cap A \neq \emptyset$.
So I want to show that if $y\in S(x_0,r)$, then $\forall \varepsilon>0, B(y,\varepsilon)\cap B(x_0,r) \neq \emptyset$. In other words, $\exists z\in B(y,\varepsilon) : z\in B(x_0,r)$ Finally, this translates to
$\forall \varepsilon>0, \exists z\in X : \rho(z,y)<\varepsilon$ and $\rho(z,x_0)<r$
I 'm trying to prove this by contradiction. This would translate to:
"Suppose that $\exists \varepsilon>0$, so that $\forall z\in X$, if $\rho(z,y)<\varepsilon$, then $\rho(x_0,z)\geq r$" (*)
(Remember that $y\in S(x_0,r)$, so $\rho(y,x_0)=r$).
And this is where I have got to. What I was trying to achieve, is (through the property of the trigonometric inequality) to get to something like $\rho + \varepsilon < \rho$, but no matter what manipulations I do, I can't seem to see the light. Maybe this is because, the (*) is indeed true for some $z\in B(y,\varepsilon)$, but certainly not for all. The only thing I can think of, is that I have not used the fact that $\rho$ is a norm, but I don't see the way this would add something to the solution. What strikes me the most is that geometrically, the statement is geometrically fairly easy to see that is true:
That's it, I 'm really sorry for the long text. Any help would be greatly appreciated!