Riemann Integral via Darboux Sums

Graduate Depth 58 in the knowledge graph I know this Set as goal
Unlocks 197 downstream topics
riemann-integral darboux-sums integrability

Core Idea

The Riemann integral is defined via Darboux sums: partition [a,b] into subintervals, compute upper (U) and lower (L) sums using suprema and infima of f on each subinterval. The integral exists if inf U = sup L. This definition is equivalent to Riemann sums and clarifies when functions are integrable: discontinuities on a set of measure zero are allowed.

Explainer

You already have two powerful tools: the rigorous derivative (which taught you that calculus concepts require careful ε-δ formulation) and suprema and infima (which give you a precise way to talk about the least upper bound and greatest lower bound of a set of values). The Riemann integral via Darboux sums puts these tools together to define what "area under a curve" actually means — rigorously, without hand-waving.

The construction begins with a partition P = {a = x₀ < x₁ < … < xₙ = b} of the interval [a,b] into n subintervals. On each subinterval [xᵢ₋₁, xᵢ], the function f takes some set of values. Using the supremum, you can define Mᵢ = sup{f(x) : x ∈ [xᵢ₋₁, xᵢ]}, and using the infimum, mᵢ = inf{f(x) : x ∈ [xᵢ₋₁, xᵢ]}. The upper Darboux sum U(f, P) = Σ Mᵢ(xᵢ − xᵢ₋₁) overestimates the area by using the tallest rectangle on each subinterval; the lower Darboux sum L(f, P) = Σ mᵢ(xᵢ − xᵢ₋₁) underestimates by using the shortest. The true "area" — if it exists — must lie between them.

The key insight: as you refine partitions (add more points), upper sums can only decrease and lower sums can only increase. So the infimum of all upper sums and the supremum of all lower sums are well-defined quantities — call them U*(f) and L*(f). The function f is Riemann integrable on [a,b] if and only if U*(f) = L*(f), and this common value is ∫ₐᵇ f(x) dx. The condition U* = L* means the upper and lower approximations squeeze together, leaving no room for ambiguity about the area. This is the same "squeeze" logic you saw in limit proofs, now applied to the integral.

Why is this definition preferable to simply taking Riemann sums with sample points? Because Darboux sums avoid the arbitrary choice of where to sample — they use the most extreme values (sup and inf) on each subinterval, giving a partition-only criterion for integrability. This makes it straightforward to prove that continuous functions are integrable (they are uniformly continuous on closed intervals, so M_i − m_i can be made uniformly small), and to characterize exactly which discontinuous functions are integrable (those whose discontinuities form a set of measure zero). The Darboux approach is the cleanest path to the Riemann-Lebesgue integrability criterion and connects naturally to the Lebesgue integral you may encounter later.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsOne-Sided LimitsContinuity DefinitionEpsilon-Delta ContinuityRigorous Definition of the DerivativeRiemann Integral via Darboux Sums

Longest path: 59 steps · 247 total prerequisite topics

Prerequisites (2)

Leads To (4)