Theorems · Theorem · measure theory
LipschitzWith.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},
LipschitzWith K f →
∀ {d : ℝ},
0 ≤ d →
∀ (s : Set X),
(MeasureTheory.Measure.hausdorffMeasure d) (f '' s) ≤ ↑K ^ d * (MeasureTheory.Measure.hausdorffMeasure d) sIf f is a K-Lipschitz map, then it increases the Hausdorff d-measures of sets at most
by the factor of K ^ d.
- Defined in
- Mathlib.MeasureTheory.Measure.Hausdorff
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 212 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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 · cited by 9,879
- Set.imagestatement · cited by 5,609
- NNRealstatement and proof · cited by 4,310
- BorelSpacestatement and proof · cited by 1,602
- ENNReal.ofNNRealstatement · cited by 1,279
- LipschitzWithstatement and proof · cited by 316
- EMetricSpacestatement and proof · cited by 242
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.hausdorffMeasure_smul₀proof · cited by 3
- MeasureTheory.hausdorffMeasure_orthogonalProjectionOnto_leproof · cited by 1