Theorems · Theorem · measure theory
MeasureTheory.Measure.exists_positive_of_not_mutuallySingular
∀ {α : Type u_1} {m : MeasurableSpace α} (μ ν : MeasureTheory.Measure α) [MeasureTheory.IsFiniteMeasure μ]
[MeasureTheory.IsFiniteMeasure ν],
¬μ.MutuallySingular ν →
∃ ε, 0 < ε ∧ ∃ E, MeasurableSet E ∧ 0 < ν E ∧ ∀ (A : Set α), MeasurableSet A → ↑ε * ν (A ∩ E) ≤ μ (A ∩ E)If two finite measures μ and ν are not mutually singular, there exists some ε > 0 and
a measurable set E, such that ν(E) > 0 and E is positive with respect to μ - εν.
This lemma is useful for the Lebesgue decomposition theorem.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites59
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
- Realproof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- NNRealstatement and proof · cited by 4,310
- Set.univproof · cited by 3,945
- mul_oneproof · cited by 3,885
- MeasurableSetstatement and proof · cited by 3,075
- Compl.complproof · cited by 2,925
- Set.iUnionproof · cited by 2,483
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.haveLebesgueDecomposition_of_finiteMeasureproof · cited by 0