Theorems · Theorem · measure theory
LipschitzOnWith.hausdorffMeasure_image_le
∀ {X : Type u_2} {Y : Type u_3} [inst : EMetricSpace X] [inst_1 : EMetricSpace Y] [inst_2 : MeasurableSpace X]
[inst_3 : BorelSpace X] [inst_4 : MeasurableSpace Y] [inst_5 : BorelSpace Y] {K : NNReal} {f : X → Y} {s : Set X},
LipschitzOnWith K f s →
∀ {d : ℝ},
0 ≤ d →
(MeasureTheory.Measure.hausdorffMeasure d) (f '' s) ≤ ↑K ^ d * (MeasureTheory.Measure.hausdorffMeasure d) sIf f : X → Y is K-Lipschitz on s, then μH[d] (f '' s) ≤ K ^ d * μH[d] s.
- Defined in
- Mathlib.MeasureTheory.Measure.Hausdorff
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 211 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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 · cited by 9,879
- Set.imagestatement and proof · cited by 5,609
- NNRealstatement and proof · cited by 4,310
- one_mulproof · cited by 2,841
- BorelSpacestatement and proof · cited by 1,602
- ENNReal.ofNNRealstatement and proof · cited by 1,279
- NNReal.toRealproof · cited by 1,260
Cited by1
Results whose statement or proof uses this declaration.
- LipschitzWith.hausdorffMeasure_image_leproof · cited by 2