Theorems · Theorem · probability
ProbabilityTheory.tendstoInDistribution_inv_sqrt_mul_sum
∀ {Ω : Type u_1} {Ω' : Type u_2} {mΩ : MeasurableSpace Ω} {mΩ' : MeasurableSpace Ω'} {P : MeasureTheory.Measure Ω}
{P' : MeasureTheory.Measure Ω'} {X : ℕ → Ω → ℝ} {Y : Ω' → ℝ} [inst : MeasureTheory.IsProbabilityMeasure P]
[inst_1 : MeasureTheory.IsProbabilityMeasure P'],
ProbabilityTheory.HasLaw Y (ProbabilityTheory.gaussianReal 0 1) P' →
∫ (x : Ω), X 0 x ∂P = 0 →
∫ (x : Ω), (X 0 ^ 2) x ∂P = 1 →
ProbabilityTheory.iIndepFun X P →
(∀ (i : ℕ), ProbabilityTheory.IdentDistrib (X i) (X 0) P P) →
MeasureTheory.TendstoInDistribution (fun n ω => (√↑n)⁻¹ * ∑ k ∈ Finset.range n, X k ω) Filter.atTop Y
(fun x => P) P'Central Limit Theorem: Given a sequence of random variables X : ℕ → Ω → ℝ that are
independent, identically distributed, centered and with variance 1 and a random variable
Y : Ω' → ℝ following gaussianReal 0 1, the sequence
n ↦ (√n)⁻¹ * ∑ k ∈ Finset.range n, X k converges to Y in distribution.
- Defined in
- Mathlib.Probability.CentralLimitTheorem
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 295 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- nhdsproof · cited by 5,554
- Finset.sumstatement and proof · cited by 5,195
- NNRealstatement · cited by 4,310
- Filter.Tendstoproof · cited by 3,814
- one_mulproof · cited by 2,841
- Filter.atTopstatement and proof · cited by 2,405
- MulZeroClass.mul_zeroproof · cited by 2,091
- MeasureTheory.integralstatement and proof · cited by 1,779
- Complex.ofRealproof · cited by 1,654
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.