Theorems · Theorem · measure theory
MeasureTheory.Measure.hausdorffMeasure_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)] (d : ℝ) (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) →
(MeasureTheory.Measure.hausdorffMeasure d) s ≤
Filter.liminf (fun n => ∑' (i : ι n), Metric.ediam (t n i) ^ d) lTo bound the Hausdorff measure 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
- 0 results in Mathlib
- Foundations
- Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Realstatement and proof · cited by 25,697
- 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
- Filter.Eventuallystatement and proof · cited by 3,134
- Set.iUnionstatement and proof · cited by 2,483
- SummationFilter.unconditionalstatement · cited by 2,068
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.