Totally bounded subset in a metric space

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
tarheelborn
Messages
121
Reaction score
0

Homework Statement



Suppose [tex]M[/tex] is a metric space and [tex]A \subseteq M[/tex]. Then [tex]A[/tex] is totally bounded if and only if, for every [tex]\epsilon >0[/tex], there is a finite [tex]\epsilon[/tex]-dense subset of [tex]A[/tex].

Homework Equations





The Attempt at a Solution



I have already done the [tex]\Rightarrow[/tex] but need to verify the other half:
[tex](\Leftarrow )[/tex]: Now suppose that for [tex]\epsilon > 0[/tex], [tex]A[/tex] has a finite [tex]\epsilon[/tex]-dense subset. I must prove that [tex]A[/tex] is totally bounded. Since there is an [tex]\epsilon[/tex]-dense set in [tex]A[/tex], say [tex]\{ x_1, x_2, \cdots, x_n \}[/tex] is [tex]\epsilon[/tex]-dense in [tex]A[/tex], then [tex]B[x_i; \epsilon], \cdots, B[x_n; \epsilon][/tex] form a covering of [tex]A[/tex] by sets of diameter [tex]< \epsilon[/tex]. Hence [tex]A[/tex] is totally bounded.

Does this work?
 
on Phys.org
This is an essentially correct argument, but for one small technical problem and a few stylistic issues.

The small technical problem is that the diameter of [tex]B(x_j; \epsilon)[/tex] is not necessarily [tex]\epsilon[/tex]; what is it? (Correcting this doesn't change the gist of the argument, but you do need to make adjustments.)

As for the stylistic issues -- Because you're being asked to prove something this simple, it might not hurt to give an explicit argument that the balls [tex]\{B(x_j; \epsilon)\}[/tex] cover all of [tex]A[/tex] -- that is, given any [tex]x\in A[/tex], why does [tex]x[/tex] lie in one of the balls [tex]B(x_j; \epsilon)[/tex]?

Also, you could be more careful about the quantifiers -- it should run something like: Fix [tex]\epsilon > 0[/tex]; we will exhibit a covering of [tex]A[/tex] by finitely many sets of diameter [tex]\leq \epsilon[/tex]. We know that there exists a finite something-dense set in [tex]A[/tex], so ... (continue from here). The important point here is that you need to show the covering exists no matter the choice of [tex]\epsilon[/tex], which isn't clear from what you wrote above.
 
Last edited:
I see. Thank you.