Theorems · Theorem · probability
MeasureTheory.TendstoInDistribution.continuous_comp
- 1000+ list: Continuous mapping theorem
∀ {ι : Type u_1} {E : Type u_2} {Ω' : Type u_3} {Ω : ι → Type u_5} {m : (i : ι) → MeasurableSpace (Ω i)}
{μ : (i : ι) → MeasureTheory.Measure (Ω i)} [inst : ∀ (i : ι), MeasureTheory.IsProbabilityMeasure (μ i)]
{m' : MeasurableSpace Ω'} {μ' : MeasureTheory.Measure Ω'} [inst_1 : MeasureTheory.IsProbabilityMeasure μ']
{mE : MeasurableSpace E} {X : (i : ι) → Ω i → E} {Z : Ω' → E} {l : Filter ι} [inst_2 : TopologicalSpace E]
{F : Type u_6} [inst_3 : OpensMeasurableSpace E] [inst_4 : TopologicalSpace F] [inst_5 : MeasurableSpace F]
[inst_6 : BorelSpace F] {g : E → F},
Continuous g →
MeasureTheory.TendstoInDistribution X l Z μ μ' →
MeasureTheory.TendstoInDistribution (fun n => g ∘ X n) l (g ∘ Z) μ μ'Continuous mapping theorem: if X n tends to Z in distribution and g is continuous,
then g ∘ X n tends to g ∘ Z in distribution.
- Cited by
- 3 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.
Cites24
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
- nhdsproof · cited by 5,554
- Filter.Tendstoproof · cited by 3,814
- Continuousstatement and proof · cited by 2,592
- BorelSpacestatement and proof · cited by 1,602
- MeasureTheory.Measure.mapproof · cited by 858
- OpensMeasurableSpacestatement and proof · cited by 636
- MeasureTheory.IsProbabilityMeasurestatement and proof · cited by 392
- Measurable.aemeasurableproof · cited by 304
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.TendstoInDistribution.prodMk_of_tendstoInMeasure_constproof · cited by 1
- ProbabilityTheory.tendstoInDistribution_inv_sqrt_mul_sum_subproof · cited by 0