Theorems · Theorem · measure theory
intervalIntegral.hasSum_integral_of_dominated_convergence
∀ {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {a b : ℝ} {f : ℝ → E}
{μ : MeasureTheory.Measure ℝ} {ι : Type u_3} [Countable ι] {F : ι → ℝ → E} (bound : ι → ℝ → ℝ),
(∀ (n : ι), MeasureTheory.AEStronglyMeasurable (F n) (μ.restrict (Set.uIoc a b))) →
(∀ (n : ι), ∀ᵐ (t : ℝ) ∂μ, t ∈ Set.uIoc a b → ‖F n t‖ ≤ bound n t) →
(∀ᵐ (t : ℝ) ∂μ, t ∈ Set.uIoc a b → Summable fun n => bound n t) →
IntervalIntegrable (fun t => ∑' (n : ι), bound n t) μ a b →
(∀ᵐ (t : ℝ) ∂μ, t ∈ Set.uIoc a b → HasSum (fun n => F n t) (f t)) →
HasSum (fun n => ∫ (t : ℝ) in a..b, F n t ∂μ) (∫ (t : ℝ) in a..b, f t ∂μ)Lebesgue dominated convergence theorem for parametric interval integrals.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 256 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- 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
- Norm.normstatement and proof · cited by 5,413
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- tsumstatement and proof · cited by 1,148
- Summablestatement and proof · cited by 778
Cited by2
Results whose statement or proof uses this declaration.
- hasSum_two_pi_I_cauchyPowerSeries_integralproof · cited by 2
- intervalIntegral.hasSum_intervalIntegral_of_summable_normproof · cited by 1