Theorems · Theorem · measure theory
MeasureTheory.tendstoInMeasure_iff_enorm
∀ {α : Type u_1} {ι : Type u_2} {E : Type u_4} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
[inst : SeminormedAddCommGroup E] {l : Filter ι} {f : ι → α → E} {g : α → E},
MeasureTheory.TendstoInMeasure μ f l g ↔
∀ (ε : ENNReal), 0 < ε → ε ≠ ⊤ → Filter.Tendsto (fun i => μ {x | ε ≤ ‖f i x - g x‖ₑ}) l (nhds 0)TendstoInMeasure expressed with an extended norm instead of a distance.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SeminormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Filterstatement and proof · cited by 8,121
- Set.ofPredstatement and proof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- ENorm.enormstatement · cited by 715
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.tendstoInMeasure_iff_measureReal_enormproof · cited by 0