Documentation

Books.IntroductiontoRealAnalysisVolumeI_JiriLebl_2025.Chapters.Chap05.section02_part2

theorem darbouxIntegral_add {a b c : } {f : } (hab : a < b) (hbc : b < c) (hbound : ∃ (M : ), xSet.Icc a c, |f x| M) :

Lemma 5.2.1: If a < b < c and f : [a, c] → ℝ is bounded, then the lower and upper Darboux integrals over [a, c] split as the sums of the integrals over [a, b] and [b, c]. That is, ∫̲_a^c f = ∫̲_a^b f + ∫̲_b^c f and ∫̅_a^c f = ∫̅_a^b f + ∫̅_b^c f.

theorem riemannIntegrableOn_interval_split {a b c : } {f : } (hab : a < b) (hbc : b < c) :

Proposition 5.2.2: For a < b < c, a function f : [a, c] → ℝ is Riemann integrable exactly when it is Riemann integrable on both [a, b] and [b, c]. If f is integrable on [a, c], then the integral splits as ∫_a^c f = ∫_a^b f + ∫_b^c f.

theorem riemannIntegral_split {a b c : } {f : } (hab : a < b) (hbc : b < c) (hf : RiemannIntegrableOn f a c) :
∃ (hf_ab : RiemannIntegrableOn f a b) (hf_bc : RiemannIntegrableOn f b c), riemannIntegral f a c hf = riemannIntegral f a b hf_ab + riemannIntegral f b c hf_bc
theorem riemannIntegrableOn_subinterval {a b c d : } {f : } (hf : RiemannIntegrableOn f a b) (hac : a c) (hcd : c d) (hdb : d b) :

Corollary 5.2.3: If f ∈ ℛ([a, b]) and [c, d] ⊆ [a, b], then the restriction of f to [c, d] belongs to ℛ([c, d]).