Mathlib Map

Theorems · Definition · measure theory

MeasureTheory.TendstoInMeasure

{α : Type u_1} →
  {ι : Type u_2} →
    {E : Type u_4} →
      [EDist E] → {x : MeasurableSpace α} → MeasureTheory.Measure α → (ι → α → E) → Filter ι → (α → E) → Prop

A sequence of functions f is said to converge in measure to some function g if for all ε > 0, the measure of the set {x | ε ≤ dist (f i x) (g x)} tends to 0 as i converges along some given filter l.

Defined in
Mathlib.MeasureTheory.Function.ConvergenceInMeasure
Cited by
51 results in Mathlib
Foundations
Depth 170 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
EDist

Around this declaration

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

MeasureTheory.ExistsSeqTendstoAe.seqTendstoAeSeq · cited by 6ExistsSeqTendstoAe.seqTen…MeasureTheory.TendstoInMeasure.exists_seq_tendsto_ae · cited by 5TendstoInMeasure.exists_s…MeasureTheory.TendstoInMeasure.exists_seq_tendsto_ae' · cited by 5TendstoInMeasure.exists_s…MeasureTheory.tendsto_Lp_finite_of_tendstoInMeasure · cited by 4MeasureTheory.tendsto_Lp_…MeasureTheory.ExistsSeqTendstoAe.seqTendstoAeSeqAux · cited by 4ExistsSeqTendstoAe.seqTen…MeasureTheory.TendstoInMeasure.congr · cited by 4TendstoInMeasure.congrMeasureTheory.tendstoInMeasure_of_ne_top · cited by 4MeasureTheory.tendstoInMe…MeasureTheory.tendstoInMeasure_of_tendsto_ae · cited by 4MeasureTheory.tendstoInMe…MeasureTheory.TendstoInMeasure.comp · cited by 3TendstoInMeasure.compMeasureTheory.tendstoInMeasure_of_tendsto_eLpNorm · cited by 3MeasureTheory.tendstoInMe…MeasureTheory.eLpNorm_le_of_tendstoInMeasure · cited by 2MeasureTheory.eLpNorm_le_…MeasureTheory.tendstoInDistribution_of_tendstoInMeasure_sub · cited by 2MeasureTheory.tendstoInDi…MeasureTheory.tendstoInMeasure_of_tendsto_eLpNorm_of_ne_top · cited by 1MeasureTheory.tendstoInMe…MeasureTheory.tendstoInMeasure_of_tendsto_eLpNorm_of_stronglyMeasurable · cited by 1MeasureTheory.tendstoInMe…MeasureTheory.tendstoInMeasure_of_tendsto_eLpNorm_top · cited by 1MeasureTheory.tendstoInMe…DFunLike.coe · cited by 62936DFunLike.coeMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureENNReal · cited by 9879ENNRealFilter · cited by 8121FilterSet.ofPred · cited by 6101Set.ofPrednhds · cited by 5554nhdsFilter.Tendsto · cited by 3814Filter.TendstoEDist.edist · cited by 735EDist.edistEDist · cited by 91EDistMeasureTheory.TendstoInMeasureCITED BYCITES

Cites10

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

Cited by53

Results whose statement or proof uses this declaration.