Theorems · Theorem · measure theory
MeasureTheory.aemeasurable_of_exist_almost_disjoint_supersets
∀ {α : Type u_1} {m : MeasurableSpace α} (μ : MeasureTheory.Measure α) {β : Type u_2} [inst : CompleteLinearOrder β]
[DenselyOrdered β] [inst_2 : TopologicalSpace β] [OrderTopology β] [SecondCountableTopology β]
[inst_5 : MeasurableSpace β] [BorelSpace β] (s : Set β),
s.Countable →
Dense s →
∀ (f : α → β),
(∀ p ∈ s,
∀ q ∈ s,
p < q →
∃ u v, MeasurableSet u ∧ MeasurableSet v ∧ {x | f x < p} ⊆ u ∧ {x | q < f x} ⊆ v ∧ μ (u ∩ v) = 0) →
AEMeasurable f μIf a function f : α → β is such that the level sets {f < p} and {q < f} have measurable
supersets which are disjoint up to measure zero when p < q, then f is almost-everywhere
measurable. It is even enough to have this for p and q in a countable dense set.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites67
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
- TopologicalSpacestatement and proof · cited by 24,529
- 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
- Set.Elemproof · cited by 7,166
- Set.ofPredstatement and proof · cited by 6,101
- Set.univproof · cited by 3,945
- LE.le.transproof · cited by 3,151
- Filter.Eventuallyproof · cited by 3,134
Cited by1
Results whose statement or proof uses this declaration.
- ENNReal.aemeasurable_of_exist_almost_disjoint_supersetsproof · cited by 1