Theorems · Theorem · probability
MeasureTheory.TendstoInDistribution.continuous_comp_prodMk_of_tendstoInMeasure_const
- 1000+ list: Slutsky's theorem
∀ {ι : Type u_1} {E : Type u_2} {Ω' : Type u_3} {Ω'' : Type u_4} {m' : MeasurableSpace Ω'}
{μ' : MeasureTheory.Measure Ω'} [inst : MeasureTheory.IsProbabilityMeasure μ'] {m'' : MeasurableSpace Ω''}
{μ'' : MeasureTheory.Measure Ω''} [inst_1 : MeasureTheory.IsProbabilityMeasure μ''] {mE : MeasurableSpace E}
{Z : Ω' → E} {l : Filter ι} [inst_2 : SeminormedAddCommGroup E] [SecondCountableTopology E] [inst_4 : BorelSpace E]
{E' : Type u_6} {F : Type u_7} {mE' : MeasurableSpace E'} [inst_5 : SeminormedAddCommGroup E']
[SecondCountableTopology E'] [BorelSpace E'] [inst_8 : TopologicalSpace F] [inst_9 : MeasurableSpace F]
[inst_10 : BorelSpace F] {g : E × E' → F},
Continuous g →
∀ [l.IsCountablyGenerated] {X : ι → Ω'' → E} {Y : ι → Ω'' → E'} {c : E'},
MeasureTheory.TendstoInDistribution X l Z (fun x => μ'') μ' →
(MeasureTheory.TendstoInMeasure μ'' Y l fun x => c) →
(∀ (i : ι), AEMeasurable (Y i) μ'') →
MeasureTheory.TendstoInDistribution (fun n ω => g (X n ω, Y n ω)) l (fun ω => g (Z ω, c)) (fun x => μ'') μ'Slutsky's theorem for a continuous function: if X n converges in distribution to Z,
Y n converges in probability to a constant c, and g is a continuous function, then
g (X n, Y n) converges in distribution to g (Z, c).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 274 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filterstatement and proof · cited by 8,121
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Continuousstatement and proof · cited by 2,592
- BorelSpacestatement and proof · cited by 1,602
- AEMeasurablestatement and proof · cited by 840
- SecondCountableTopologystatement and proof · cited by 750
- MeasureTheory.IsProbabilityMeasurestatement and proof · cited by 392
- Filter.IsCountablyGeneratedstatement and proof · cited by 220
- MeasureTheory.TendstoInMeasurestatement and proof · cited by 51
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.TendstoInDistribution.add_of_tendstoInMeasure_constproof · cited by 0