How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
A compact metric space is complete and totally bounded, and neither implication uses any choice principle
Statement
Let be a compact metric space (Open cover, subcover, compact metric space, and compact subset of a metric space, Metric space: iff , symmetry, and the triangle inequality; pseudometric and ultrametric). Then is totally bounded (Finite -net and totally bounded metric space) and complete (Complete metric space: every Cauchy sequence converges in the space).
Both implications are theorems of ZF. Completeness is obtained here from the finite intersection characterisation (A metric space is compact if and only if every family of closed subsets with the finite intersection property has nonempty intersection) applied to the closures of the tails of a Cauchy sequence, and not from the extraction of a convergent subsequence, which would route the argument through sequential compactness. What matters for the ledger is that the route taken below selects nothing at all; the first remark below says why the other route was not taken.
Facts & Assumptions
Given: A compact metric space .
Open balls are open (Arbitrary unions and finite intersections of open sets are open, open balls are open and closed balls are closed, Open ball, closed ball and sphere in a metric space, The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement).
is totally bounded exactly when for every real there is a finite with (Finite -net and totally bounded metric space).
is a compact subset of itself, and for every family of open subsets of with there are and with , unless (A subset of a metric space is open in the subspace metric exactly when it is the trace of an open set of the ambient space, and it is compact as a metric space in its own right exactly when every family of open subsets of the ambient space covering it, indexed or not, has finitely many members covering it, Open cover, subcover, compact metric space, and compact subset of a metric space).
is complete when every Cauchy sequence converges to a point of ; is Cauchy when for every rational there is with for all ; and when for every rational there is with for all (Complete metric space: every Cauchy sequence converges in the space, Cauchy sequence in a metric space, Convergence of a sequence in a metric space: iff in ).
The closure of is closed, contains , and is contained in every closed superset of ; and exactly when for every real (The closure of a nonempty is , equals together with its limit points, and is the smallest closed superset, Interior, closure, boundary, limit point, isolated point and dense subset of a metric space).
is compact exactly when every family of closed subsets of with the finite intersection property has nonempty intersection, the empty finite list having intersection (A metric space is compact if and only if every family of closed subsets with the finite intersection property has nonempty intersection, Finite intersection property).
A metric satisfies the triangle inequality and is symmetric (Metric space: iff , symmetry, and the triangle inequality; pseudometric and ultrametric).
A finite list of natural numbers has a greatest member. Indeed the reals , with the canonical natural of (The canonical natural of a field), form a nonempty finite set of reals and so have a maximum, which is one of them, say (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set); the map is strictly increasing on the naturals (Canonical naturals are positive and strictly increasing), so would force , which the maximality forbids, and the order of is linear ( is a linear order on ), whence for every .
Proof
Let be real; the family consists of open subsets of and has union , since for every .
If the empty set is a finite -net; otherwise the indexed characterisation gives and with , so is a finite -net; as was arbitrary, is totally bounded.
Total boundedness being settled, take up completeness: let be a Cauchy sequence in and put for , a definition by a rule and not by a selection.
Each is closed and nonempty, containing ; and whenever , since then and is the smallest closed superset of the first of these sets.
The family of closed sets has the finite intersection property: the empty list has intersection , which contains ; and for a list take a greatest member of the list of indices, so that for every and lies in every one of them.
By the finite intersection characterisation of compactness there is a point , that is for every .
Let be rational and take with for all ; since , the ball meets , so there is with , and then for every .
Hence with ; every Cauchy sequence in converges, so is complete, and with step 2.1 the theorem is proved.
Remarks
Why the textbook route is avoided. The usual proof of completeness takes a Cauchy sequence, extracts a convergent subsequence and appeals to A Cauchy sequence in a metric space with a convergent subsequence converges to that subsequence’s limit. That is correct, but it goes through sequential compactness, and the reader tracking the ledger then has to check the cost of that implication before believing this one. The tail-closure argument above is shorter and manifestly selects nothing: the sets are given by a formula, the point is produced by one existential instantiation, and the index in step 7.1 by another.
Neither converse holds. A complete metric space need not be totally bounded and need not be compact ( is complete and unbounded), and a totally bounded space need not be compact (FALSE: a totally bounded metric space is compact, The open interval is totally bounded and not compact, the cover by the intervals having no finite subcover ↗). What is true is that, assuming the Axiom of Countable Choice, the two together are equivalent to compactness; the missing direction is A complete, totally bounded metric space is compact, proved from countable choice used exactly once, and that is exactly where the Axiom of Countable Choice is spent.
Depends on
- Open cover, subcover, compact metric space, and compact subset of a metric space
- A subset of a metric space is open in the subspace metric exactly when it is the trace of an open set of the ambient space, and it is compact as a metric space in its own right exactly when every family of open subsets of the ambient space covering it, indexed or not, has finitely many members covering it
- Finite $\varepsilon$-net and totally bounded metric space
- Complete metric space: every Cauchy sequence converges in the space
- Cauchy sequence in a metric space
- A metric space is compact if and only if every family of closed subsets with the finite intersection property has nonempty intersection
- Finite intersection property
- The closure of a nonempty $A$ is $\{x : d(x,A) = 0\}$, equals $A$ together with its limit points, and is the smallest closed superset
- Interior, closure, boundary, limit point, isolated point and dense subset of a metric space
- Convergence of a sequence in a metric space: $x_k \to x$ iff $d(x_k, x) \to 0$ in $\mathbb{R}$
- Open ball, closed ball and sphere in a metric space
- The metric topology: a set is open when every one of its points has a ball around it inside the set; closed means open complement
- Arbitrary unions and finite intersections of open sets are open, open balls are open and closed balls are closed
- Every nonempty finite set of reals has a maximum and a minimum
- Maximum and minimum of a set
- The canonical natural $\iota(n) = n \cdot 1_F$ of a field
- Canonical naturals are positive and strictly increasing
- $\le$ is a linear order on $\mathbb{N}$
- Metric space: $d(x,y) = 0$ iff $x = y$, symmetry, and the triangle inequality; pseudometric and ultrametric
Used by
- In the bounded real-valued functions on ℕ with the supremum metric, the closed unit ball is closed and bounded and is not compact: the indicator functions of the singletons are pairwise at distance 1 Counterexample
- The open interval (0,1) is totally bounded and not compact, the cover by the intervals (1/(k+2), 1) having no finite subcover Counterexample
- The cube [-M,M]ⁿ in ℝⁿ is totally bounded, with an explicit finite ε-net of grid points and no appeal to the integer part Example
- With the discrete metric d(x,y) = 1 for x ≠ y, a space is compact iff it is totally bounded iff it is finite, and it is complete whatever its size Example
- FALSE: a closed and bounded subset of a metric space is compact False statement
- FALSE: a totally bounded metric space is compact False statement
- FALSE: in every normed space a closed bounded set is compact False statement
- A compact metric space has a countable dense subset, by countable choice Lemma
- What each implication between the compactness properties of a metric space costs: which are theorems of ZF, which use countable choice, and which use dependent choice Remark
- For a metric space, compact, countably compact, limit point compact, sequentially compact, and complete together with totally bounded are all equivalent, given countable choice and dependent choice Theorem
Dependency tree · next 3 levels
Direct dependencies and their dependencies through the next three levels: 95 results over 18 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.
Sources
- Totally bounded space (Wikipedia) (standard reference, not scraped)
- Compact space (Wikipedia) (standard reference, not scraped)
- W. Rudin, Principles of Mathematical Analysis, 3rd ed., Ch. 3 (standard reference, not scraped)