Theorems · Theorem · measure theory
Directed.measure_iInter
∀ {α : Type u_1} {ι : Type u_5} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [Countable ι] {s : ι → Set α},
(∀ (i : ι), MeasureTheory.NullMeasurableSet (s i) μ) →
Directed (fun x1 x2 => x1 ⊇ x2) s → (∃ i, μ (s i) ≠ ⊤) → μ (⋂ i, s i) = ⨅ i, μ (s i)Continuity from above: the measure of the intersection of a directed downwards countable family of measurable sets is the infimum of the measures.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 199 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.
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
- iSupproof · cited by 2,415
- le_antisymmproof · cited by 2,068
- 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
Cited by1
Results whose statement or proof uses this declaration.
- Monotone.measure_iInterproof · cited by 4