Theorems · Theorem · probability
ProbabilityTheory.strong_law_ae_of_measurable
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} [MeasureTheory.IsProbabilityMeasure μ]
{E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] [inst_3 : MeasurableSpace E]
[BorelSpace E] (X : ℕ → Ω → E),
MeasureTheory.Integrable (X 0) μ →
MeasureTheory.StronglyMeasurable (X 0) →
Pairwise (Function.onFun (fun x1 x2 => ProbabilityTheory.IndepFun x1 x2 μ) X) →
(∀ (i : ℕ), ProbabilityTheory.IdentDistrib (X i) (X 0) μ μ) →
∀ᵐ (ω : Ω) ∂μ,
Filter.Tendsto (fun n => (↑n)⁻¹ • ∑ i ∈ Finset.range n, X i ω) Filter.atTop (nhds (∫ (x : Ω), X 0 x ∂μ))Preliminary lemma for the strong law of large numbers for vector-valued random variables,
assuming measurability in addition to integrability. This is weakened to ae measurability in
the full version ProbabilityTheory.strong_law_ae.
- Defined in
- Mathlib.Probability.StrongLaw
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 280 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites81
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Set.Elemproof · cited by 7,166
- nhdsstatement and proof · cited by 5,554
- Norm.normproof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- Set.rangeproof · cited by 4,705
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.strong_law_aeproof · cited by 1