Theorems · Theorem · measure theory
HolderOnWith.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] {C r : NNReal} {f : X → Y} {s : Set X},
HolderOnWith C r f s →
0 < r →
∀ {d : ℝ},
0 ≤ d →
(MeasureTheory.Measure.hausdorffMeasure d) (f '' s) ≤
↑C ^ d * (MeasureTheory.Measure.hausdorffMeasure (↑r * d)) sIf f : X → Y is Hölder continuous on s with a positive exponent r, then
μH[d] (f '' s) ≤ C ^ d * μH[r * d] s.
- Defined in
- Mathlib.MeasureTheory.Measure.Hausdorff
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 210 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites77
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 and proof · cited by 9,879
- Top.topproof · cited by 9,680
- Set.imagestatement and proof · cited by 5,609
- nhdsproof · cited by 5,554
- NNRealstatement and proof · cited by 4,310
- Filter.Tendstoproof · cited by 3,814
- LE.le.transproof · cited by 3,151
Cited by2
Results whose statement or proof uses this declaration.
- HolderOnWith.dimH_image_leproof · cited by 3
- LipschitzOnWith.hausdorffMeasure_image_leproof · cited by 1