Theorems · Theorem · measure theory
MeasureTheory.integrableOn_Iic_of_intervalIntegral_norm_tendsto
∀ {ι : 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 →
Filter.Tendsto (fun i => ∫ (x : ℝ) in a i..b, ‖f x‖ ∂μ) l (nhds I) → MeasureTheory.IntegrableOn f (Set.Iic b) μIf f is integrable on intervals Ioc (a i) b,
where a i tends to -∞, and
∫ x in a i .. b, ‖f x‖ ∂μ converges to I : ℝ along a filter l,
then f is integrable on the interval (-∞, b)
- Cited by
- 0 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.
Cites19
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
- nhdsstatement and proof · cited by 5,554
- Norm.normstatement and proof · cited by 5,413
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallyproof · cited by 3,134
- Set.Iicstatement and proof · cited by 1,111
- Set.Iocstatement and proof · cited by 971
- Filter.NeBotstatement and proof · cited by 853
- Filter.mapproof · cited by 819
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.