3.3. BoundednessΒΆ

Let (X,d) be a metric space.

Definition 3.29 (Boundedness of a set)

A subset AβŠ†X is called bounded if there exists a number M>0 such that

d(x,y)≀Mβˆ€x,y∈A.

Definition 3.30 (Boundedness of the metric space)

A metric space (X,d) is called bounded if there exists a number M>0 such that

d(x,y)≀Mβˆ€x,y∈X.

Even if a metric space (X,d) is unbounded, it is possible to introduce a metric ρ for it which makes the metric space (X,ρ) bounded. See Theorem 3.56 for details.

3.3.1. DiameterΒΆ

Definition 3.31 (Diameter)

The diameter of a nonempty subset A of (X,d) is defined as:

diamAβ‰œsup{d(x,y)|x,y∈A}.

A is bounded if its diameter is finite (i.e. the supremum on the R.H.S. exists). Otherwise, it is unbounded.

Remark 3.4

(X,d) is bounded if and only if diamX is finite.

Proposition 3.14

The diameter of an open ball B(x,r) is bounded by 2r.

Proof. Let y,z∈B(x,r). Then by triangle inequality:

d(y,z)≀d(x,y)+d(x,z)<r+r=2r.

Taking supremum on the L.H.S., we get:

diamB(x,r)=supd(y,z)≀2r.

For an example where B(x,r)<2r, see Proposition 3.26.

Proposition 3.15

diamA=0 if and only if A is a singleton set.

Proof. Let A be singleton. Then, A={x}. Then diamA=d(x,x)=0.

For the converse, we proceed as follows:

  1. Let diamA=0.

  2. Assume A is not a singleton.

  3. Then there exist distinct x,y∈A.

  4. Since x≠y, hence d(x,y)>0.

  5. But then, diamAβ‰₯d(x,y)>0.

  6. A contradiction.

  7. Hence, A must be a singleton.

Proposition 3.16

If AβŠ†B, then diamA≀diamB.

Proof. We proceed as follows:

  1. Let x,y∈A.

  2. Then x,y∈B.

  3. Thus, d(x,y)≀diamB (by definition).

  4. Taking supremum over all pairs of x,y∈A in the L.H.S., we get: diamA≀diamB.

Proposition 3.17

Let x∈A and y∈B. Then d(x,y)≀diam(AβˆͺB).

Proof. Since x and y both belong to AβˆͺB, hence, by definition:

d(x,y)≀diam(AβˆͺB).

Proposition 3.18

If A∩Bβ‰ βˆ…, then

diam(AβˆͺB)≀diamA+diamB.

Proof. Let x,y∈AβˆͺB.

  1. If both x,y∈A, then d(x,y)≀diamA.

  2. If both x,y∈B, then d(x,y)≀diamB.

  3. Now, consider the case when x∈A and y∈B.

  4. Since A∩Bβ‰ βˆ…, we can pick z∈A∩B.

  5. Then, by triangle inequality:

    d(x,y)≀d(x,z)+d(y,z).
  6. Since x,z∈A, hence d(x,z)≀diamA.

  7. Since y,z∈B, hence d(y,z)≀diamB.

  8. Combining d(x,y)≀diamA+diamB.

  9. Taking the supremum over all pairs x,y∈AβˆͺB,

    diam(AβˆͺB)≀diamA+diamB.

3.3.2. Characterization of BoundednessΒΆ

Theorem 3.29

A set AβŠ†X is bounded if and only if there exists a∈X and r>0 such that

AβŠ†B(a,r).

In other words, A is bounded if and only if A is contained in an open ball.

Proof. Assume A is bounded.

  1. Let r=diamA.

  2. Fix some a∈A.

  3. Consider an open ball B(a,r+1).

  4. Consider any x∈A.

  5. Since r is diameter of A and a,x∈A, hence d(a,x)≀r.

  6. Thus, d(x,a)≀r<r+1.

  7. Thus, x∈B(a,r+1).

  8. Since x was arbitrary, hence AβŠ†B(a,r+1).

Now assume that there is some a∈X and r>0 such that AβŠ†B(a,r).

  1. Let x,y∈A. Then, x,y∈B(a,r).

  2. By triangle inequality

    d(x,y)≀d(a,x)+d(a,y)<r+r=2r.
  3. Taking supremum on the L.H.S. over all x,y∈A, we get diamA≀2r.

  4. Thus, A is bounded.