Theorems · Theorem · measure theory
TendstoUniformlyOn.tendsto_intervalIntegral_of_continuousOn
∀ {ι : Type u_1} {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {a b : ℝ} {f : ℝ → E}
{μ : MeasureTheory.Measure ℝ} {l : Filter ι} [l.IsCountablyGenerated] {F : ι → ℝ → E}
[MeasureTheory.IsLocallyFiniteMeasure μ],
(∀ᶠ (i : ι) in l, ContinuousOn (F i) (Set.uIcc a b)) →
TendstoUniformlyOn F f l (Set.uIcc a b) →
Filter.Tendsto (fun n => ∫ (x : ℝ) in a..b, F n x ∂μ) l (nhds (∫ (x : ℝ) in a..b, f x ∂μ))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
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
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filterstatement and proof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- Set.imageproof · cited by 5,609
- nhdsstatement · cited by 5,554
- Norm.normproof · cited by 5,413
- Bot.botproof · cited by 4,720
- Filter.Tendstostatement · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
Cited by1
Results whose statement or proof uses this declaration.
- TendstoUniformlyOn.tendsto_circleIntegral_of_continuousOnproof · cited by 0