Lemma in Armstrong's Basic Topology: $x \mapsto d(x,A)$ is continuous

113 Views Asked by At

I have a question about the proof of the following lemma from Basic Topology by Armstong, page 39:

(2.13) Lemma. The real-valued function on $X$ defined by $x \mapsto d(x,A)$ is continuous.

Proof

Let $x \in X$ and let $N$ be a neighbourhood of $d(x,A)$ on the real line. Choose $ \varepsilon > 0$ small enough so that the interval $(d(x,A) — \varepsilon, d(x,A) + \varepsilon)$ lies inside $N$.

Let $U$ denote the open ball centre $x$, radius $\varepsilon/2$, and choose a point $ a \in A$ such that $d(x,a) < d(x,A) + \varepsilon/2$.

If $z \in U$ we have $d(z,A) < d(z,a) < d(z,x) + d(x,a) < d(x,A) + \varepsilon$. By reversing the roles of $x$ and $z$ we also have $d(x,A) < d(z,A) + \varepsilon$.

Therefore $U$ is mapped inside $(d(x,A) — \varepsilon, d(x,A) + \varepsilon)$, and hence inside $N$, by our function, showing that the inverse image of Ν is a neighbourhood of χ in Ζ as required.

The question is how do we know we can choose a point $a \in A$ such that $d(x,a) < d(x,A) + \varepsilon/2$? $A$ is simply defined to be a subset of $X$. Surely the subset $A$ of $X$ could be such that there is no such $a$. I have seen an alternative proof using the triangle inequality which I prefer, but I would like to get my head around this one.

2

There are 2 best solutions below

0
On

If you were right, by definition it would follow that $d(x,A) = \inf \{d(x,a) \mid a \in A\} > d(x,A)+\varepsilon/2$.

0
On

Not only continuous , it's uniform continuity .

Let $x_{1},x_{2} \in X , z \in A$ I have :

$$d(x_{1},z) \leq d(x_{1},x_{2})+d(x_{2},z)$$

$$d(x_{1},A) \leq d(x_{1},x_{2})+d(x_{2},z)$$ ( by definition and above )

$$d(x_{1},A) - d(x_{1},x_{2}) \leq d(x_{2},A)$$

Analogous proof we have :

$$d(x_{2},A) - d(x_{1},x_{2}) \leq d(x_{1},A)$$

$$|d(x_{1},A)-d(x_{2},A)| \leq d(x_{1},x_{2})$$

For $\epsilon > 0$ choose $\delta = \epsilon$

$$\forall x_{1},x_{2} \in X , d_{X}(x_{1},x_{2}) < \epsilon$$

$$d(d(x_{1},A),d(x_{2},A)) < \epsilon $$