Theorems · Theorem · measure theory
MeasureTheory.Measure.mkMetric_le_liminf_tsum
∀ {X : Type u_2} [inst : EMetricSpace X] [inst_1 : MeasurableSpace X] [inst_2 : BorelSpace X] {β : Type u_4}
{ι : β → Type u_5} [∀ (n : β), Countable (ι n)] (s : Set X) {l : Filter β} (r : β → ENNReal),
Filter.Tendsto r l (nhds 0) →
∀ (t : (n : β) → ι n → Set X),
(∀ᶠ (n : β) in l, ∀ (i : ι n), Metric.ediam (t n i) ≤ r n) →
(∀ᶠ (n : β) in l, s ⊆ ⋃ i, t n i) →
∀ (m : ENNReal → ENNReal),
(MeasureTheory.Measure.mkMetric m) s ≤ Filter.liminf (fun n => ∑' (i : ι n), m (Metric.ediam (t n i))) lTo bound the Hausdorff measure (or, more generally, for a measure defined using
MeasureTheory.Measure.mkMetric) of a set, one may use coverings with maximum diameter tending to
0, indexed by any sequence of countable types.
- Defined in
- Mathlib.MeasureTheory.Measure.Hausdorff
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 175 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites47
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- LE.le.transproof · cited by 3,151
- Filter.Eventuallystatement and proof · cited by 3,134
- Set.Nonemptyproof · cited by 2,627
- Set.iUnionstatement and proof · cited by 2,483
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.mkMetric_le_liminf_sumproof · cited by 1
- MeasureTheory.Measure.hausdorffMeasure_le_liminf_tsumproof · cited by 0