Documentation

Books.IntroductiontoRealAnalysisVolumeI_JiriLebl_2025.Chapters.Chap05.section02_part1

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

A three-point partition of [a, c] with an interior point b.

theorem intervalPartition_refine_with_point {a b c : } (hab : a < b) (hbc : b < c) (P : IntervalPartition a c) :

Any partition of [a, c] admits a refinement that includes b.

theorem intervalPartition_small_delta {a b δ : } (hab : a < b) ( : 0 < δ) :
∃ (P : IntervalPartition a b), ∀ (i : Fin P.n), P.delta i < δ

A uniform partition of [a, b] with mesh smaller than δ.

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

Restrict lower/upper Darboux integrals to partitions containing a point.

Split a partition that contains b into left/right partitions.

Append a left/right partition into a partition of [a, c].