Theorems · Theorem · measure theory
MeasureTheory.piContent_tendsto_zero
∀ {ι : Type u_1} {X : ι → Type u_2} {mX : (i : ι) → MeasurableSpace (X i)} (μ : (i : ι) → MeasureTheory.Measure (X i))
[hμ : ∀ (i : ι), MeasureTheory.IsProbabilityMeasure (μ i)] {A : ℕ → Set ((i : ι) → X i)},
(∀ (n : ℕ), A n ∈ MeasureTheory.measurableCylinders X) →
Antitone A → ⋂ n, A n = ∅ → Filter.Tendsto (fun n => (MeasureTheory.piContent μ) (A n)) Filter.atTop (nhds 0)This is the key theorem to build the product of an arbitrary family of probability measures:
the piContent of a decreasing sequence of cylinders with empty intersection converges to 0.
This implies the σ-additivity of piContent (see addContent_iUnion_eq_sum_of_tendsto_zero),
which allows to extend it to the σ-algebra by Carathéodory's theorem.
- Defined in
- Mathlib.Probability.ProductMeasure
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 276 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites60
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
- TopologicalSpaceproof · cited by 24,529
- Finsetproof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Equivproof · cited by 8,337
- SetLike.coeproof · cited by 8,199
- Filterproof · cited by 8,121
- Fintypeproof · cited by 7,736
- Set.Elemproof · cited by 7,166
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.isSigmaSubadditive_piContentproof · cited by 1