Theorems · Theorem · probability
ProbabilityTheory.charFun_inv_sqrt_mul_sum
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {X : ℕ → Ω → ℝ},
ProbabilityTheory.iIndepFun X P →
(∀ (i : ℕ), ProbabilityTheory.IdentDistrib (X i) (X 0) P P) →
∀ {n : ℕ} {t : ℝ},
MeasureTheory.charFun (MeasureTheory.Measure.map (fun ω => (√↑n)⁻¹ * ∑ k ∈ Finset.range n, X k ω) P) t =
MeasureTheory.charFun (MeasureTheory.Measure.map (X 0) P) ((√↑n)⁻¹ * t) ^ n- Defined in
- Mathlib.Probability.CentralLimitTheorem
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 271 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Complexstatement and proof · cited by 5,565
- Finset.sumstatement · cited by 5,195
- Finset.rangestatement and proof · cited by 1,341
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- AEMeasurableproof · cited by 840
- Finset.prod_congrproof · cited by 646
- Real.sqrtstatement and proof · cited by 545
- Finset.prod_constproof · cited by 154
- ProbabilityTheory.iIndepFunstatement and proof · cited by 138
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.tendstoInDistribution_inv_sqrt_mul_sumproof · cited by 0