Theorems · Theorem · measure theory
MeasureTheory.exists_subordinate_pairwise_disjoint
∀ {ι : Type u_1} {α : Type u_2} {m0 : MeasurableSpace α} {μ : MeasureTheory.Measure α} [Countable ι] {s : ι → Set α},
(∀ (i : ι), MeasureTheory.NullMeasurableSet (s i) μ) →
Pairwise (Function.onFun (MeasureTheory.AEDisjoint μ) s) →
∃ t,
(∀ (i : ι), t i ⊆ s i) ∧
(∀ (i : ι), s i =ᵐ[μ] t i) ∧ (∀ (i : ι), MeasurableSet (t i)) ∧ Pairwise (Function.onFun Disjoint t)If sᵢ is a countable family of (null) measurable pairwise μ-a.e. disjoint sets, then there
exists a subordinate family tᵢ ⊆ sᵢ of measurable pairwise disjoint sets such that
tᵢ =ᵐ[μ] sᵢ.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Countable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- LE.le.transproof · cited by 3,151
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.aestatement and proof · cited by 2,352
- Disjointstatement and proof · cited by 2,201
- Filter.EventuallyEqstatement and proof · cited by 1,912
- Countablestatement and proof · cited by 633
- Function.onFunstatement and proof · cited by 570
- Pairwisestatement and proof · cited by 516
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.measure_iUnion₀proof · cited by 8