Theorems · Theorem · measure theory
MeasureTheory.measure_iInter_of_ae_monotone
∀ {α : Type u_1} {ι : Type u_5} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : Preorder ι]
[IsCodirectedOrder ι] [Filter.atBot.IsCountablyGenerated] {s : ι → Set α},
(∀ᵐ (ω : α) ∂μ, Monotone fun x => ω ∈ s x) →
(∀ (i : ι), MeasureTheory.NullMeasurableSet (s i) μ) → (∃ i, μ (s i) ≠ ⊤) → μ (⋂ i, s i) = ⨅ i, μ (s i)Continuity from above (a.e. version): the measure of the intersection of a family of sets that is almost everywhere monotone is equal to the infimum of the measures.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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 and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Preorderstatement and proof · cited by 7,952
- Set.ofPredproof · cited by 6,101
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqproof · cited by 1,912
- iInfstatement · cited by 1,690
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.measure_iInter_of_ae_antitoneproof · cited by 0