Theorems · Theorem · probability
ProbabilityTheory.strong_law_aux2
∀ {Ω : Type u_1} [inst : MeasureTheory.MeasureSpace Ω] [MeasureTheory.IsProbabilityMeasure MeasureTheory.volume]
(X : ℕ → Ω → ℝ),
MeasureTheory.Integrable (X 0) MeasureTheory.volume →
Pairwise (Function.onFun (fun f g => ProbabilityTheory.IndepFun f g MeasureTheory.volume) X) →
(∀ (i : ℕ), ProbabilityTheory.IdentDistrib (X i) (X 0) MeasureTheory.volume MeasureTheory.volume) →
(∀ (i : ℕ) (ω : Ω), 0 ≤ X i ω) →
∀ {c : ℝ},
1 < c →
∀ᵐ (ω : Ω),
(fun n =>
∑ i ∈ Finset.range ⌊c ^ n⌋₊, ProbabilityTheory.truncation (X i) (↑i) ω -
∫ (a : Ω),
(∑ i ∈ Finset.range ⌊c ^ n⌋₊, ProbabilityTheory.truncation (X i) ↑i) a) =o[Filter.atTop]
fun n => ↑⌊c ^ n⌋₊The truncation of Xᵢ up to i satisfies the strong law of large numbers
(with respect to the truncated expectation) along the sequence
c^n, for any c > 1. This follows from strong_law_aux1 by varying ε.
- Defined in
- Mathlib.Probability.StrongLaw
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 274 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
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
- MeasureTheory.Measurestatement · cited by 10,939
- nhdsproof · cited by 5,554
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstoproof · cited by 3,814
- LE.le.transproof · cited by 3,151
- Filter.Eventuallystatement and proof · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
- MeasureTheory.aestatement and proof · cited by 2,352
- LT.lt.leproof · cited by 2,189
- absproof · cited by 1,814
- MeasureTheory.integralstatement and proof · cited by 1,779
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.strong_law_aux4proof · cited by 1