Theorems · Theorem · measure theory
MeasureTheory.OuterMeasure.mkMetric_mono_smul
∀ {X : Type u_2} [inst : EMetricSpace X] {m₁ m₂ : ENNReal → ENNReal} {c : ENNReal},
c ≠ ⊤ →
c ≠ 0 →
m₁ ≤ᶠ[nhdsWithin 0 (Set.Ici 0)] c • m₂ →
MeasureTheory.OuterMeasure.mkMetric m₁ ≤ c • MeasureTheory.OuterMeasure.mkMetric m₂If c ∉ {0, ∞} and m₁ d ≤ c * m₂ d for d < ε for some ε > 0
(we use ≤ᶠ[𝓝[≥] 0] to state this), then mkMetric m₁ hm₁ ≤ c • mkMetric m₂ hm₂.
- Defined in
- Mathlib.MeasureTheory.Measure.Hausdorff
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 168 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- EMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Set.ofPredproof · cited by 6,101
- LE.le.transproof · cited by 3,151
- nhdsWithinstatement and proof · cited by 1,912
- Set.Ioiproof · cited by 1,463
- Set.Iooproof · cited by 1,214
- Set.Icistatement and proof · cited by 1,070
- Set.Icoproof · cited by 799
- LE.le.trans_ltproof · cited by 795
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.mkMetric_mono_smulproof · cited by 2
- MeasureTheory.OuterMeasure.mkMetric_monoproof · cited by 0