Theorems · Theorem · measure theory
MeasureTheory.tendsto_lintegral_norm_of_dominated_convergence
∀ {α : Type u_1} {β : Type u_2} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : NormedAddCommGroup β]
{F : ℕ → α → β} {f : α → β} {bound : α → ℝ},
(∀ (n : ℕ), MeasureTheory.AEStronglyMeasurable (F n) μ) →
MeasureTheory.HasFiniteIntegral bound μ →
(∀ (n : ℕ), ∀ᵐ (a : α) ∂μ, ‖F n a‖ ≤ bound a) →
(∀ᵐ (a : α) ∂μ, Filter.Tendsto (fun n => F n a) Filter.atTop (nhds (f a))) →
Filter.Tendsto (fun n => ∫⁻ (a : α), ENNReal.ofReal ‖F n a - f a‖ ∂μ) Filter.atTop (nhds 0)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 213 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites46
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.univ_mem'proof · cited by 1,672
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_setToFun_of_dominated_convergenceproof · cited by 5
- MeasureTheory.MemLp.integral_indicator_norm_ge_leproof · cited by 1