Theorems · Theorem · probability
ProbabilityTheory.strong_law_aux5
∀ {Ω : Type u_1} [inst : MeasureTheory.MeasureSpace Ω] [MeasureTheory.IsProbabilityMeasure MeasureTheory.volume]
(X : ℕ → Ω → ℝ),
MeasureTheory.Integrable (X 0) MeasureTheory.volume →
(∀ (i : ℕ), ProbabilityTheory.IdentDistrib (X i) (X 0) MeasureTheory.volume MeasureTheory.volume) →
(∀ (i : ℕ) (ω : Ω), 0 ≤ X i ω) →
∀ᵐ (ω : Ω),
(fun n =>
∑ i ∈ Finset.range n, ProbabilityTheory.truncation (X i) (↑i) ω -
∑ i ∈ Finset.range n, X i ω) =o[Filter.atTop]
fun n => ↑nThe truncated and non-truncated versions of Xᵢ have the same asymptotic behavior, as they
almost surely coincide at all but finitely many steps. This follows from a probability computation
and Borel-Cantelli.
- Defined in
- Mathlib.Probability.StrongLaw
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 261 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites42
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- AddCommMonoidproof · cited by 12,281
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealproof · cited by 9,879
- Top.topproof · cited by 9,680
- Filterproof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- nhdsproof · cited by 5,554
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstoproof · cited by 3,814
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.strong_law_aux6proof · cited by 1