Exercise 1.2.4

Let (X,d) be a metric space, x0 be a point in X, and r > 0. Let B be the open ball B := B (x0,r) = {x X : d (x,x0) < r} and let C be the closed ball C := {x X : d (x,x0) r}.

(a) Show that B C.
(b) Give an example of a metric space (X,d), a point x0, and a radius r > 0 such that B¯ is not equal to C.

Answers

Proof. Let x B¯ = int (B) ∂B. Then we have two cases (since by definition a point cannot be both a interior point and boundary point of the same set).

Case 1: (x int (B)). This means that x B so d (x,x0) < r but then we also have d (x,x0) r so x C.

Case 2: (x ∂B). Here is a rough outline of what we will do: We will assume x . Then we will show that this leads to x ext (B) (which we will do by finding r such that B (x,r) B (x0,r) = ) which contradicts that x ∂B

Assume, for sake of contradiction, that xC. That is, d (x,x0) > r.

Now, let r = d (x,x0) r > 0.

Assume y B (x,r) B (x0,r). That is, y B (x,r) and y B (x0,r). This means that d(y,x) < r and d (y,x0) < r.

From the triangle inequality we have:

d (x,x0) d(x,y) + d (y,x0) < r + r = r d (x,x 0) + r = d (x,x0) .

So we have d (x,x0) < d (x,x0). Thus there is no element y B (x,r) B (x0,r). Hence, B (x,r) B (x0,r) = . Thus x is an exterior point of B, but this contradicts that x ∂B, so our original assumption that xC was wrong. And therefore x C.

In both cases we get that x C. Thus x B¯ x C, hence B¯ C

For (b), consider the following

Let X = 2 and d be the discrete metric. Let x0 = (0,0) and take r = 1.

Then we have B (2,d disc )((0,0),1) = {(0,0)} And so B¯ = {(0,0)}

But C = 2 since x,y 2,d(x,y) 1.

Thus B¯C.

User profile picture
2021-12-10 20:31
Comments