Theorems · Theorem · probability
ProbabilityTheory.tendsto_charFun_inv_sqrt_mul_pow
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} [MeasureTheory.IsProbabilityMeasure P]
{X : Ω → ℝ},
AEMeasurable X P →
∫ (x : Ω), X x ∂P = 0 →
∫ (x : Ω), (X ^ 2) x ∂P = 1 →
∀ (t : ℝ),
Filter.Tendsto (fun n => MeasureTheory.charFun (MeasureTheory.Measure.map X P) ((√↑n)⁻¹ * t) ^ n) Filter.atTop
(nhds (Complex.exp (-↑t ^ 2 / 2)))- Defined in
- Mathlib.Probability.CentralLimitTheorem
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 279 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites44
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
- Filterproof · cited by 8,121
- Complexstatement and proof · cited by 5,565
- nhdsstatement and proof · cited by 5,554
- Norm.normproof · cited by 5,413
- mul_oneproof · cited by 3,885
- Filter.Tendstostatement and proof · cited by 3,814
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- Filter.atTopstatement and proof · cited by 2,405
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.tendstoInDistribution_inv_sqrt_mul_sumproof · cited by 0