Riemann Sums
A Riemann sum approximates the area under a curve by splitting an interval into small subintervals and replacing the curved region above each subinterval by a rectangle. If the interval is divided into pieces of width , and is a sample point in the -th subinterval, then the approximation has the form
As the partition becomes finer, the rectangle width tends to zero. When the limit exists, the Riemann sums converge to the definite integral
To make Riemann sums precise, we first need to specify how the interval is divided.
PARTITION
A partition of is a finite set of points from that includes both endpoints. We list the points in increasing order,
This means that
Each pair of neighboring partition points determines a subinterval . On this subinterval, define the lower height
LOWER SUM
The lower sum of with respect to is
Similarly, define the upper height
UPPER SUM
The upper sum of with respect to is
For a fixed partition , we always have because on every subinterval. The lower sum approximates the area from below, while the upper sum approximates it from above.
The integrability criterion follows Abbott2015, Theorem 7.2.8.
Upper and lower sums give two complementary approximations. For a fixed partition, the lower sum estimates the area from below and the upper sum estimates it from above. As we add more partition points, the lower sums can only improve upward and the upper sums can only improve downward.
Let denote the collection of all partitions of .
UPPER AND LOWER INTEGRALS
Let be a bounded function on . The upper integral of is
The lower integral of is
Thus is the best possible upper estimate obtained from partitions, while is the best possible lower estimate. One important fact is that for every bounded function on ,
A function should be integrable exactly when these two ways of trapping the area lead to the same number.
RIEMANN INTEGRABILITY
A bounded function on is Riemann integrable if
In this case, the definite integral is this common value:
The following criterion gives a practical way to prove integrability: instead of computing and directly, it is enough to find one partition whose upper and lower sums are arbitrarily close.
INTEGRABILITY CRITERION
A bounded function on is Riemann integrable if and only if for every there exists a partition of such that
Proof. First suppose that such a partition exists for every . Since and
the nonnegative number is smaller than every positive . Therefore .
Conversely, suppose is Riemann integrable, so . Choose a partition such that
Also choose so that
Let be the common refinement. Refinement decreases upper sums and increases lower sums, so
Therefore
This proves the criterion.
The theorem that continuous functions on closed intervals are integrable follows Abbott2015, Theorem 7.2.9.
Since we have at our disposal Integrability criterion we can prove that the continuous function on are integrable. The main idea of the proof is to use fact that continuum function on interval are uniform continuos, it means for fixed
We can use it to controll difference on each subinterval.
CONTINUOUS FUNCTIONS ARE INTEGRABLE
If is continuous on , then is Riemann integrable on .
Proof. Since is continuous on the compact interval , it is bounded and uniformly continuous. Let . By uniform continuity, there exists such that whenever and , we have
Choose a partition of whose subinterval widths satisfy
for every .
On each subinterval , the Extreme Value Theorem gives points and such that
Because and lie in the same subinterval, we have
It follows that
By the integrability criterion, is Riemann integrable.
References
- [Abbott2015]Abbott, Stephen. Understanding Analysis. Second edition. Springer, 2015.