Theorems · Theorem · measure theory
MeasureTheory.Measure.hausdorffMeasure_apply
∀ {X : Type u_2} [inst : EMetricSpace X] [inst_1 : MeasurableSpace X] [inst_2 : BorelSpace X] (d : ℝ) (s : Set X),
(MeasureTheory.Measure.hausdorffMeasure d) s =
⨆ r,
⨆ (_ : 0 < r),
⨅ t,
⨅ (_ : s ⊆ ⋃ n, t n),
⨅ (_ : ∀ (n : ℕ), Metric.ediam (t n) ≤ r), ∑' (n : ℕ), ⨆ (_ : (t n).Nonempty), Metric.ediam (t n) ^ dA formula for μH[d] s.
- Defined in
- Mathlib.MeasureTheory.Measure.Hausdorff
- Cited by
- 4 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.
Cites17
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
- Set.Nonemptystatement · cited by 2,627
- Set.iUnionstatement · cited by 2,483
- iSupstatement · cited by 2,415
- SummationFilter.unconditionalstatement · cited by 2,068
- iInfstatement · cited by 1,690
- BorelSpacestatement and proof · cited by 1,602
Cited by4
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.nullSingletonClass_hausdorffproof · cited by 5
- MeasureTheory.Measure.hausdorffMeasure_zero_singletonproof · cited by 5
- HolderOnWith.hausdorffMeasure_image_leproof · cited by 2
- AntilipschitzWith.hausdorffMeasure_preimage_leproof · cited by 2