Mathlib Map

Theorems · Inductive type · probability

MeasureTheory.TendstoInDistribution

{ι : Type u_1} →
  {E : Type u_2} →
    {Ω' : Type u_3} →
      {Ω : ι → Type u_5} →
        {m : (i : ι) → MeasurableSpace (Ω i)} →
          {m' : MeasurableSpace Ω'} →
            {mE : MeasurableSpace E} →
              [inst : TopologicalSpace E] →
                [OpensMeasurableSpace E] →
                  ((i : ι) → Ω i → E) →
                    Filter ι →
                      (Ω' → E) →
                        (μ : (i : ι) → MeasureTheory.Measure (Ω i)) →
                          [∀ (i : ι), MeasureTheory.IsProbabilityMeasure (μ i)] →
                            (μ' : autoParam (MeasureTheory.Measure Ω') MeasureTheory.TendstoInDistribution._auto_1) →
                              [MeasureTheory.IsProbabilityMeasure μ'] → Prop

Convergence in distribution of random variables. This is the weak convergence of the laws of the random variables: Tendsto in the ProbabilityMeasure type.

Defined in
Mathlib.MeasureTheory.Function.ConvergenceInDistribution
Cited by
19 results in Mathlib
Foundations
Depth 9 from the axioms · uses no axioms
Assumes
TopologicalSpaceOpensMeasurableSpaceMeasureTheory.IsProbabilityMeasureMeasureTheory.IsProbabilityMeasure

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

MeasureTheory.TendstoInDistribution.aemeasurable_limit · cited by 5TendstoInDistribution.aem…MeasureTheory.TendstoInDistribution.forall_aemeasurable · cited by 5TendstoInDistribution.for…MeasureTheory.TendstoInDistribution.tendsto · cited by 5TendstoInDistribution.ten…MeasureTheory.TendstoInDistribution.continuous_comp · cited by 3TendstoInDistribution.con…MeasureTheory.tendstoInDistribution_of_tendstoInMeasure_sub · cited by 2MeasureTheory.tendstoInDi…MeasureTheory.tendstoInDistribution_const · cited by 1MeasureTheory.tendstoInDi…MeasureTheory.tendstoInDistribution_of_ae_tendsto · cited by 1MeasureTheory.tendstoInDi…MeasureTheory.tendstoInDistribution_of_identDistrib · cited by 1MeasureTheory.tendstoInDi…MeasureTheory.TendstoInDistribution.continuous_comp_prodMk_of_tendstoInMeasure_const · cited by 1TendstoInDistribution.con…MeasureTheory.TendstoInDistribution.prodMk_of_tendstoInMeasure_const · cited by 1TendstoInDistribution.pro…MeasureTheory.TendstoInMeasure.tendstoInDistribution · cited by 0TendstoInMeasure.tendstoI…MeasureTheory.TendstoInMeasure.tendstoInDistribution_of_aemeasurable · cited by 0TendstoInMeasure.tendstoI…ProbabilityTheory.tendstoInDistribution_inv_sqrt_mul_sum · cited by 0ProbabilityTheory.tendsto…MeasureTheory.tendstoInDistribution_of_isEmpty · cited by 0MeasureTheory.tendstoInDi…MeasureTheory.tendstoInDistribution_unique · cited by 0MeasureTheory.tendstoInDi…TopologicalSpace · cited by 24529TopologicalSpaceMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureFilter · cited by 8121FilterOpensMeasurableSpace · cited by 636OpensMeasurableSpaceMeasureTheory.IsProbabilityMeasure · cited by 392MeasureTheory.IsProbabili…MeasureTheory.TendstoInDistri…CITED BYCITES

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by21

Results whose statement or proof uses this declaration.