Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.SignedMeasure.exists_compl_positive_negative

∀ {α : Type u_1} [inst : MeasurableSpace α] (s : MeasureTheory.SignedMeasure α),
  ∃ i,
    MeasurableSet i ∧
      MeasureTheory.VectorMeasure.restrict 0 i ≤ MeasureTheory.VectorMeasure.restrict s i ∧
        MeasureTheory.VectorMeasure.restrict s iᶜ ≤ MeasureTheory.VectorMeasure.restrict 0 iᶜ

Alternative formulation of MeasureTheory.SignedMeasure.exists_isCompl_positive_negative (the Hahn decomposition theorem) using set complements.

Defined in
Mathlib.MeasureTheory.VectorMeasure.Decomposition.Hahn
Cited by
2 results in Mathlib
Foundations
Depth 155 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites48

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.