Theorems · Theorem · measure theory
MeasureTheory.exists_null_pairwise_disjoint_sdiff
∀ {ι : Type u_1} {α : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [Countable ι] {s : ι → Set α},
Pairwise (Function.onFun (MeasureTheory.AEDisjoint μ) s) →
∃ t,
(∀ (i : ι), MeasurableSet (t i)) ∧
(∀ (i : ι), μ (t i) = 0) ∧ Pairwise (Function.onFun Disjoint fun i => s i \ t i)If s : ι → Set α is a countable family of pairwise a.e. disjoint sets, then there exists a
family of measurable null sets t i such that s i \ t i are pairwise disjoint.
- Defined in
- Mathlib.MeasureTheory.Measure.AEDisjoint
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 180 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.
Cites20
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- MeasurableSetstatement · cited by 3,075
- Compl.complproof · cited by 2,925
- Set.iUnionproof · cited by 2,483
- Disjointstatement · cited by 2,201
- Countablestatement and proof · cited by 633
- Function.onFunstatement and proof · cited by 570
- Pairwisestatement and proof · cited by 516
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.exists_subordinate_pairwise_disjointproof · cited by 1
- MeasureTheory.exists_null_pairwise_disjoint_diffproof · cited by 0