Graduate → Real Analysis → Integration ↓
Riemann and Lebesgue Integration
Integration is a fundamental concept in mathematics, especially in the field of real analysis. It is a process that allows us to find area, volume, central point, and many useful things. In real analysis, two important types of integration are Riemann integration and Lebesgue integration. Each has its own specific approach and is used depending on the nature of the function and the context in which it is applied.
Riemann integration
Riemann integration, named after German mathematician Bernhard Riemann, is one of the earliest and simplest methods of integration. It works well for piecewise continuous functions and provides a way to perform integration by approximating the area under a curve. The idea behind Riemann integration is to approximate the area under a curve by dividing it into simpler shapes whose areas we can calculate.
Definition of Riemann integration
The Riemann integral of a function is defined based on the concept of partition. The partition P
of the interval [a, b]
is a finite sequence of numbers such that:
a = x 0 < x 1 < x 2 < ... < x n = b
Using this partition, we draw a rectangle between x
values. For each subinterval [x i-1, x i]
, we can choose any point c i
and the height of the rectangle is f(c i)
, where f
is the function being integrated.
The Riemann sum for a function f
over a partition is defined as:
S(P) = Σ f(c i)(x i - x i-1)
The limit of this sum when the width of the subintervals is zero gives us the Riemann integral:
∫ a b f(x) dx = lim |P|→0 Σ f(c i)(x i - x i-1)
Here |P|
is the net or width of the largest subinterval in the partition.
Example of Riemann integration
Consider a simple example: the integration of f(x) = x^2
over the interval [0, 1]
. To find the Riemann integral, we divide the interval [0,1]
into n
equal parts, with each part having width Δx = 1/n
.
The height on each subinterval can be chosen as (i/n)^2
, where i = 1, 2, ..., n
. The Riemann sum will be:
S(P) = Σ (i/n)^2 * 1/n = 1/n^3 Σ i²
This approximates the integral as n → ∞
, giving:
∫ 0 1 x² dx = lim n→∞ 1/n³ Σ i² = 1/3
Lebesgue integration
Lebesgue integration, named after Henri Lebesgue, extends the ideas of Riemann integration to a much broader class of functions. It is particularly useful for handling more complicated functions, including those that are not necessarily continuous.
Definition of Lebesgue integration
Instead of dividing the domain (as is the case with the Riemann integral), Lebesgue integration divides the range of the function. This involves measuring the size of regions in the domain where the function takes certain values.
For a non-negative function f
defined on a measure space, the Lebesgue integral is defined by examining the distribution function F(y) = m({x : f(x) ≥ y})
, where m
is the measure (usually the Lebesgue measure).
The formal Lebesgue integral is expressed as:
∫ f(x) dm = ∫ y dF(y)
where the right-hand side integral is the Riemann–Stieltjes integral.
Example of Lebesgue integration
Consider the characteristic function of the rational numbers on the interval [0, 1]
, which is a function that is 1
on the rational numbers within [0,1]
and 0
on the irrational numbers. In Riemann integration, such a function would be nearly impossible to integrate due to its discontinuity at every rational point. However, using Lebesgue integration:
The rational numbers have Lebesgue measure zero, and so the integral evaluates to
∫ 0 1 χ Q (x) dx = 0
This is a simple example demonstrating the power of Lebesgue's method. It naturally handles infinite discontinuities because it focuses on the measure of a set of points rather than their discrete locations.
Comparison of Riemann and Lebesgue integrals
The purpose of both types of integration is to find the area under the curve, but they do so in very different ways.
- Riemann integration splits the domain of the function, while Lebesgue integration splits the range.
- Riemann integration is limited to functions that are finite and have a finite number of discontinuities on a closed interval. Lebesgue integration can handle more complicated functions, including those with an infinite number of discontinuities.
- Lebesgue integration is more adaptable to limit operations, such as taking the limit of a sequence of functions.
- If a function is Riemann integrable, it will also be Lebesgue integrable, and both integrals will have the same value. However, the opposite is not true.
Despite their differences, both play essential roles in integral analysis. Riemann integration is generally more intuitive and useful for elementary calculus, while Lebesgue integration is powerful in more advanced analysis and applications, especially in areas such as probability and functional analysis.
Visual example of Lebesgue integration
This visual example shows how Lebesgue integration proceeds toward integration by determining equal regions horizontally, known as integrated slices, of the range of the function, which parallels the construction of the measure vertically.
Both integration methods are important tools in mathematics, with Riemann's method serving as an entry point for the study of calculus, and Lebesgue's method providing greater flexibility and power for advanced applications.