Unsigned Hahn decomposition theorem #
This file proves the unsigned version of the Hahn decomposition theorem.
Main statements #
hahn_decomposition: Given two finite measuresμandν, there exists a measurable setssuch that any measurable settincluded inssatisfiesν t ≤ μ t, and any measurable setuincluded in the complement ofssatisfiesμ u ≤ ν u.
Tags #
Hahn decomposition
theorem
MeasureTheory.hahn_decomposition
{α : Type u_1}
{mα : MeasurableSpace α}
(μ ν : Measure α)
[IsFiniteMeasure μ]
[IsFiniteMeasure ν]
:
∃ (s : Set α),
MeasurableSet s ∧ (∀ (t : Set α), MeasurableSet t → t ⊆ s → ν t ≤ μ t) ∧ ∀ (t : Set α), MeasurableSet t → t ⊆ sᶜ → μ t ≤ ν t
Hahn decomposition theorem