Theorems · Theorem · measure theory
MeasureTheory.hahn_decomposition
∀ {α : Type u_1} {mα : MeasurableSpace α} (μ ν : MeasureTheory.Measure α) [MeasureTheory.IsFiniteMeasure μ]
[MeasureTheory.IsFiniteMeasure ν],
∃ s,
MeasurableSet s ∧
(∀ (t : Set α), MeasurableSet t → t ⊆ s → ν t ≤ μ t) ∧ ∀ (t : Set α), MeasurableSet t → t ⊆ sᶜ → μ t ≤ ν tHahn decomposition theorem
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites111
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
- Top.topproof · cited by 9,680
- SetLike.coeproof · cited by 8,199
- Set.ofPredproof · cited by 6,101
- Set.imageproof · cited by 5,609
- nhdsproof · cited by 5,554
- NNRealproof · cited by 4,310
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.exists_isHahnDecompositionproof · cited by 3
- MeasureTheory.Measure.exists_positive_of_not_mutuallySingularproof · cited by 1