Theorems · Theorem · probability
ProbabilityTheory.strong_law_ae_real
∀ {Ω : Type u_2} {m : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} (X : ℕ → Ω → ℝ),
MeasureTheory.Integrable (X 0) μ →
Pairwise (Function.onFun (fun x1 x2 => ProbabilityTheory.IndepFun x1 x2 μ) X) →
(∀ (i : ℕ), ProbabilityTheory.IdentDistrib (X i) (X 0) μ μ) →
∀ᵐ (ω : Ω) ∂μ,
Filter.Tendsto (fun n => (∑ i ∈ Finset.range n, X i ω) / ↑n) Filter.atTop (nhds (∫ (x : Ω), X 0 x ∂μ))Strong law of large numbers, almost sure version: if X n is a sequence of independent
identically distributed integrable real-valued random variables, then ∑ i ∈ range n, X i / n
converges almost surely to 𝔼[X 0]. We give here the strong version, due to Etemadi, that only
requires pairwise independence. Superseded by strong_law_ae, which works for random variables
taking values in any Banach space.
- Defined in
- Mathlib.Probability.StrongLaw
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 278 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites47
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
- MeasureTheory.aestatement and proof · cited by 2,352
- Finset.sum_congrproof · cited by 2,323
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.strong_law_ae_of_measurableproof · cited by 1
- ProbabilityTheory.strong_law_ae_simpleFunc_compproof · cited by 1