Documentation

Mathlib.Probability.CramerWold

Cramér-Wold Theorem #

We prove the Cramér-Wold theorem.

Main statement #

theorem tendstoInDistribution_iff_tendstoInDistribution_inner {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] [MeasurableSpace E] [BorelSpace E] [FiniteDimensional E] {Ω : Type u_2} { : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} [MeasureTheory.IsProbabilityMeasure P] {Ω' : Type u_3} {mΩ' : MeasurableSpace Ω'} {P' : MeasureTheory.Measure Ω'} [MeasureTheory.IsProbabilityMeasure P'] {X' : Ω'E} {X : ΩE} (hX' : AEMeasurable X' P') (hX : ∀ (n : ), AEMeasurable (X n) P) :
MeasureTheory.TendstoInDistribution X Filter.atTop X' (fun (x : ) => P) P' ∀ (t : E), MeasureTheory.TendstoInDistribution (fun (x1 : ) (x2 : Ω) => inner (X x1 x2) t) Filter.atTop (fun (x : Ω') => inner (X' x) t) (fun (x : ) => P) P'

The Cramér-Wold theorem: convergence in distribution of a sequence of random variables taking values in a finite-dimensional real inner product space is equivalent to convergence in distribution of all its scalar projections.

theorem TendstoInDistribution.of_inner {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] [MeasurableSpace E] [BorelSpace E] [FiniteDimensional E] {Ω : Type u_2} { : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} [MeasureTheory.IsProbabilityMeasure P] {Ω' : Type u_3} {mΩ' : MeasurableSpace Ω'} {P' : MeasureTheory.Measure Ω'} [MeasureTheory.IsProbabilityMeasure P'] {X' : Ω'E} {X : ΩE} (hX' : AEMeasurable X' P') (hX : ∀ (n : ), AEMeasurable (X n) P) :
(∀ (t : E), MeasureTheory.TendstoInDistribution (fun (x1 : ) (x2 : Ω) => inner (X x1 x2) t) Filter.atTop (fun (x : Ω') => inner (X' x) t) (fun (x : ) => P) P')MeasureTheory.TendstoInDistribution X Filter.atTop X' (fun (x : ) => P) P'

Alias of the reverse direction of tendstoInDistribution_iff_tendstoInDistribution_inner.


The Cramér-Wold theorem: convergence in distribution of a sequence of random variables taking values in a finite-dimensional real inner product space is equivalent to convergence in distribution of all its scalar projections.