Problem: Let $ (X,d) $ be a metric space, denote as $ B(c,r) = \{ x \in X : d(c,x) < r \} $ the open ball at radius $ r>0 $ around $ c \in X $, denote as $ \bar{B}(c, r) = \{ x \in X : d(c,x) \leq r \} $ the closed ball and for all $ A \subset X $ we'll denote as $ cl(A) $ the closure of $ A $ ( sometimes denoted also as $ \bar{A} $ ).
Show that in $ \mathbb{R}^n $ with the standard metric it occurs that: $cl(B(c, r))=\bar{B}(c, r)$
Attempt:
$ ( \subseteq ) $ Let $ \tau \in cl(B(c,r)) $. There exists a sequence $ x_n \in B(c,r) $ s.t. $ x_n \rightarrow \tau $
( From a theorem that says: $ x \in cl(B) \iff $ there exists a sequence $ x_n \in B $ , $ x_n \rightarrow x $ ).
Note that for all $ n \in \mathbb{N} $, from the fact $ x_n \in B(c,r) $ we have $ d(c,x_n) < r $. Also, since $ x_n \rightarrow \tau $ we have that $ d(x_n,\tau) \rightarrow 0 $.
So by triangle inequality, we have for all $ n \in \mathbb{N} $ that $ d(c,x) \leq d(c,x_n) + d(x,x_n) $, taking the limit we get $ d(c,x) \leq r $.
$ ( \supseteq ) $ Let $ \tau \in \bar{B}(c,r) $, hence $ d(c,\tau) \leq r $.
( Now we want to show that $ \tau \in cl(B(c,r)) $, meaning for all $ r>0$ we want to show $ B(\tau,r) \cap B(c,r) \neq \emptyset $ )
Let $ r>0 $. Notice that $ \tau \in B(\tau,r) $ since $ d(\tau,\tau) =0 < r $. In addition we have $ \tau \in \bar{B}(c,r) $ then $ d(\tau,c) \leq r $.
If $ d(\tau,c)<r $ then $ \tau \in B(c,r) $,
hence $ \tau \in B(\tau,r) \cap B(c,r) $.
If $ d(\tau,c) = r $ then [ missing arguments for completing proof ].
Questions:
- How to continue in the "$ ( \supseteq ) $" part to finish the proof?
- I don't see where I have used the fact that our metric space is $ \mathbb{R^n} $ and the metric is the standard metric in $ \mathbb{R^n} $, do you have any Idea?
- Is my proof for the " $ ( \subseteq ) $ " part ( which doesn't use the fact that the metric space is $ \mathbb{R^n} $ and the metric is the standard metric in $ \mathbb{R^n} $ ) is a proof for the following statement: "In every metric space, $ cl(B(c, r)) \subseteq \bar{B}(c, r) $" ?