Theorems · Theorem · probability
MeasureTheory.tendstoInDistribution_of_ae_tendsto
∀ {ι : Type u_1} {E : Type u_2} {Ω' : Type u_3} {m' : MeasurableSpace Ω'} {μ' : MeasureTheory.Measure Ω'}
[inst : MeasureTheory.IsProbabilityMeasure μ'] {mE : MeasurableSpace E} {Z : Ω' → E} {l : Filter ι}
[inst_1 : TopologicalSpace E] [l.IsCountablyGenerated] [inst_3 : OpensMeasurableSpace E] {X : ι → Ω' → E},
(∀ (i : ι), AEMeasurable (X i) μ') →
AEMeasurable Z μ' →
(∀ᵐ (ω : Ω') ∂μ', Filter.Tendsto (fun i => X i ω) l (nhds (Z ω))) →
MeasureTheory.TendstoInDistribution X l Z (fun x => μ') μ'Almost sure convergence implies convergence in distribution.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 216 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Top.topproof · cited by 9,680
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- NNRealproof · cited by 4,310
- mul_oneproof · cited by 3,885
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.TendstoInMeasure.tendstoInDistributionproof · cited by 0