Theorems · Theorem · measure theory
MeasureTheory.tendsto_measure_biInter_gt
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {ι : Type u_8} [inst : LinearOrder ι]
[inst_1 : TopologicalSpace ι] [OrderTopology ι] [FirstCountableTopology ι] {s : ι → Set α} {a : ι},
(∀ r > a, MeasureTheory.NullMeasurableSet (s r) μ) →
(∀ (i j : ι), a < i → i ≤ j → s i ⊆ s j) →
(∃ r > a, μ (s r) ≠ ⊤) → Filter.Tendsto (⇑μ ∘ s) (nhdsWithin a (Set.Ioi a)) (nhds (μ (⋂ r, ⋂ (_ : r > a), s r)))The measure of the intersection of a decreasing sequence of measurable sets indexed by a linear order with first countable topology is the limit of the measures.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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 · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- LinearOrderstatement and proof · cited by 8,572
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- nhdsWithinstatement · cited by 1,912
Cited by3
Results whose statement or proof uses this declaration.
- tendsto_measure_thickeningproof · cited by 2
- tendsto_measure_Icc_nhdsWithin_right'proof · cited by 1
- tendsto_measure_cthickeningproof · cited by 1