Theorems · Theorem · measure theory
MeasureTheory.measure_iInter_eq_iInf_measure_iInter_le
∀ {α : Type u_8} {ι : Type u_9} {x : MeasurableSpace α} {μ : MeasureTheory.Measure α} [Countable ι] [inst : Preorder ι]
[IsDirectedOrder ι] {f : ι → Set α},
(∀ (i : ι), MeasureTheory.NullMeasurableSet (f i) μ) →
(∃ i, μ (f i) ≠ ⊤) → μ (⋂ i, f i) = ⨅ i, μ (⋂ j, ⋂ (_ : j ≤ i), f j)Continuity from above: the measure of the intersection of a sequence of measurable sets is the infimum of the measures of the partial intersections.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 202 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- le_reflproof · cited by 2,061
- iInfstatement · cited by 1,690
- Set.iInterstatement and proof · cited by 1,084
- Countablestatement and proof · cited by 633
- MeasureTheory.measure_monoproof · cited by 338
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_measure_iInter_leproof · cited by 1