Theorems · Theorem · measure theory
MeasureTheory.integrableOn_Iic_of_intervalIntegral_norm_bounded
∀ {ι : Type u_1} {E : Type u_2} {μ : MeasureTheory.Measure ℝ} {l : Filter ι} [l.NeBot] [l.IsCountablyGenerated]
[inst : NormedAddCommGroup E] {a : ι → ℝ} {f : ℝ → E} (I b : ℝ),
(∀ (i : ι), MeasureTheory.IntegrableOn f (Set.Ioc (a i) b) μ) →
Filter.Tendsto a l Filter.atBot →
(∀ᶠ (i : ι) in l, ∫ (x : ℝ) in a i..b, ‖f x‖ ∂μ ≤ I) → MeasureTheory.IntegrableOn f (Set.Iic b) μ- Cited by
- 2 results in Mathlib
- Foundations
- Depth 255 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filterstatement and proof · cited by 8,121
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.integralproof · cited by 1,779
- Filter.univ_mem'proof · cited by 1,672
- MeasureTheory.Measure.restrictproof · cited by 1,646
- Filter.mp_memproof · cited by 1,537
- Set.Ioiproof · cited by 1,463
Cited by2
Results whose statement or proof uses this declaration.
- integrableOn_exp_Iicproof · cited by 2
- MeasureTheory.integrableOn_Iic_of_intervalIntegral_norm_tendstoproof · cited by 0