Theorems · Theorem · probability
ProbabilityTheory.strong_law_aux3
∀ {Ω : 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) →
(fun n =>
(∫ (a : Ω), (∑ i ∈ Finset.range n, ProbabilityTheory.truncation (X i) ↑i) a) -
↑n * ∫ (a : Ω), X 0 a) =o[Filter.atTop]
Nat.castThe expectation of the truncated version of Xᵢ behaves asymptotically like the whole
expectation. This follows from convergence and Cesàro averaging.
- Defined in
- Mathlib.Probability.StrongLaw
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 256 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- Filterproof · cited by 8,121
- nhdsproof · cited by 5,554
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstoproof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- Finset.rangestatement and proof · cited by 1,341
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- Filter.Tendsto.compproof · cited by 560
- Normproof · cited by 512
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.strong_law_aux4proof · cited by 1