How does the Lebesgue integral fundamentally differ from the Riemann integral in its approach to computing the area under a curve?
AThe Lebesgue integral uses narrower x-axis subintervals, giving greater precision than Riemann sums
BThe Lebesgue integral partitions the range of the function and measures the preimage of each value band, rather than partitioning the domain into subintervals
CThe Lebesgue integral requires the function to be continuous, while Riemann works for any bounded function
DThe Lebesgue integral sums left endpoints of x-axis intervals while Riemann uses right endpoints or midpoints
The key structural inversion: Riemann partitions the *domain* (x-axis) into subintervals and approximates the function height on each. Lebesgue partitions the *range* (y-axis) into value bands and measures the *preimage* (the set of x-values where f takes that value) using measure μ. This inversion is why Lebesgue handles discontinuous functions: what matters is the measure of the set of discontinuities, not their structural complexity. A function discontinuous on a dense set (like the Dirichlet function) can still have a preimage with well-defined measure.
Question 2 Multiple Choice
To integrate a general measurable function f that takes both positive and negative values, the Lebesgue construction proceeds by:
AIntegrating |f| first, then adjusting sign based on where f is negative
BSplitting f into f⁺ = max(f, 0) and f⁻ = max(−f, 0), integrating each separately as non-negative functions, then computing ∫f⁺ dμ − ∫f⁻ dμ
CApproximating f directly by a sequence of simple functions that can take both positive and negative values
DRestricting the construction to the domain where f > 0 and separately to where f < 0, then summing the results
The f⁺ − f⁻ splitting is the canonical third stage of the Lebesgue construction. Both f⁺ and f⁻ are non-negative measurable functions, so they can be integrated by the monotone-supremum construction for non-negative functions. Subtracting gives ∫f dμ = ∫f⁺ dμ − ∫f⁻ dμ, defined when at least one of the terms is finite. When both are finite, f is called Lebesgue integrable (f ∈ L¹). Option A (integrating |f|) gives the L¹ norm, not the integral itself — the sign information is lost.
Question 3 True / False
There exist functions that are Lebesgue integrable but not Riemann integrable — the Lebesgue integral strictly extends the class of integrable functions.
TTrue
FFalse
Answer: True
The Dirichlet function — equal to 1 on rationals, 0 on irrationals — is the standard example. Its Riemann integral does not exist (upper and lower Riemann sums always differ by 1). But its Lebesgue integral is 0: the preimage of the value 1 is the rationals, which have measure zero; the preimage of 0 is the irrationals, which have measure 1. So ∫f dμ = 1·μ(ℚ∩[0,1]) + 0·μ(irrationals) = 1·0 + 0·1 = 0. Every Riemann integrable function is also Lebesgue integrable with the same value, but not vice versa.
Question 4 True / False
The Lebesgue integral of a simple function is computed by partitioning the x-axis into subintervals and summing height times width on each interval, just as in Riemann integration.
TTrue
FFalse
Answer: False
This is the Riemann approach, not the Lebesgue approach. The Lebesgue integral of a simple function s = Σ aᵢ · 𝟙_{Eᵢ} is ∫s dμ = Σ aᵢ · μ(Eᵢ), where the Eᵢ are the level sets of s — the sets where s takes the value aᵢ. These sets can be any measurable sets, not just intervals. On the real line with Lebesgue measure, if Eᵢ happens to be an interval [c,d], then μ(Eᵢ) = d − c and you recover the Riemann formula — but the Lebesgue definition works for Eᵢ being a Cantor set, a union of scattered points, or any other measurable set.
Question 5 Short Answer
Why can the Lebesgue integral handle highly discontinuous functions (like the Dirichlet function) that the Riemann integral cannot? Explain in terms of how each construction approximates the function.
Think about your answer, then reveal below.
Model answer: Riemann integration approximates by partitioning the domain into intervals and summing height × width. Highly discontinuous functions cause the upper and lower Riemann sums to disagree no matter how fine the partition — because any interval contains both large and small values of f. Lebesgue integration partitions the *range* and measures the *preimage* of each value band. For the Dirichlet function, the preimage of {1} is ℚ (measure zero) and the preimage of {0} is the irrationals (measure 1). These preimage sets have well-defined measure even though they are structurally complex. The key shift: the measure of the set of discontinuities matters, not the discontinuities' positions relative to intervals.
This is the philosophical heart of measure theory: the right way to measure 'size' of a set of bad points is not by covering them with intervals (which fails for dense sets like ℚ) but by assigning them a measure via σ-algebras. Once you have a good notion of measure, integration follows by measuring preimage sets rather than domain intervals. The Lebesgue construction thus decouples the geometric structure of the domain from the notion of 'how much of the domain' a set of function values covers — and that decoupling is what gives Lebesgue integration its power.