Covers in a metric space #
This file defines covers, aka nets, which are a quantitative notion of compactness in a metric space.
A ε-cover of a set s is a set N such that every element of s is at distance at most ε to
some element of N.
In a proper metric space, sets admitting a finite cover are precisely the relatively compact sets.
References #
R. Vershynin, High Dimensional Probability, Section 4.2.
A set N is an ε-cover of a set s if every point of s lies at distance at most ε of
some point of N.
This is also called an ε-net in the literature.
R. Vershynin, High Dimensional Probability, 4.2.1.
Instances For
A maximal ε-separated subset of a set s is an ε-cover of s.
Alias of the forward direction of Metric.isCover_iff_subset_iUnion_closedBall.
Alias of the reverse direction of Metric.isCover_iff_subset_iUnion_closedBall.
Alias of the reverse direction of Metric.isCover_iff_subset_cthickening.
Alias of the forward direction of Metric.isCover_iff_subset_cthickening.
Alias of the reverse direction of Metric.isCover_closure.
A closed set in a proper metric space which admits a compact cover is compact.
A set in a proper metric space which admits a compact cover is relatively compact.
A set in a proper metric space admits a finite cover iff it is relatively compact.
R. Vershynin, High Dimensional Probability, 4.2.3. Note that the print
edition incorrectly claims that this holds without the ProperSpace X assumption.