Riemann Integrals
In this post, I’ll be going through Chapter 1 in Axler
In what follows, we’ll let $\mathbb{R}$ denote the closed, ordered field of real numbers.
First, let’s recall the building block of the Riemann integral: the Riemann sum.
One property of Riemann sums is that finer partitions (ones will more points) will yield greater lower Riemann sums and smaller upper Riemann sums. That is, if we let $P$ and $P’$ be partitions of $[a, b]$ such that $x \in P’$ for all $x \in P$, then the following holds:
\[L(f, P, [a, b]) \leq L(f, P', [a, b]) \leq U(f, P', [a,b]) \leq U(f, P, [a, b])\]Another property is that lower Riemann sums are no greater than an upper Riemann sum (for the same function and interval). That is, for partitions $P$ and $S$ on $[a, b]$:
\[L(f, P, [a, b]) \leq U(f, P', [a, b])\]Proofs of these properties are fairly simple and can be found in Axler.
We now come to two stars of the chapter: the lower and upper Riemann integrals.
We have a similar relationship between the lower and super Riemann integrals as Riemann sums:
\[\begin{equation} \label{eq:integral-prop-1} L(f, [a, b]) \leq U(f, [a, b]) \end{equation}\]Now, the main event: the Riemann integral. First, we note that a bounded function $f: [a, b] \rightarrow \mathbb{R}$ is called Riemann integral if $L(f, [a, b]) = U(f, [a, b])$.
Below we have some important results about Riemann integrals.
All continuous real-valued functions on all closed, bounded intervals are Riemann integrable.
Suppose that $a, b \in \mathbb{R}$ with $a < b$ and $f: [a, b] \rightarrow \mathbb{R}$ is continuous. Since $[a, b]$ is a closed interval on the reals, it is compact. Thus, by the Heine-Cantor Theorem, $f$ is uniformly continuous.
Fix $\epsilon > 0$. By the uniform continuity of $f$ on the reals, we have that there exists $\delta > 0$ such that:
Choose some positive integer $n$ such that $\frac{b - a}{n} < \delta$, and construct an evenly spaced partition of $[a, b]$ as:
\[P = \{ x_0, x_1, \dots, x_n \} \text{ such that } x_j - x_{j - 1} = \frac{b - a}{n}\]We then have that:
\[\begin{aligned} U(f, [a, b]) - L(f, [a, b]) &\leq U(f, P, [a, b]) - L(f, P, [a, b]) & \left(\text{Eq. } \eqref{eq:lu-riemann-integral}\right) \\ &= \sum_{j = 1}^n (x_j - x_{j-1}) \underset{x \in [x_{j - 1}, x_j]}{\sup} \left\{ f(x) \right\} - \sum_{j = 1}^n (x_j - x_{j-1}) \underset{x \in [x_{j - 1}, x_j]}{\inf} \left\{ f(x) \right\} & \left(\text{Eq. } \eqref{eq:lu-riemann-sum} \right) \\ &= \frac{b - a}{n} \sum_{j = 1}^n \left( \underset{x \in [x_{j - 1}, x_j]}{\sup} \left\{ f(x) \right\} - \underset{x \in [x_{j - 1}, x_j]}{\inf} \left\{ f(x) \right\} \right) \\ &\leq \frac{b - a}{n} \sum_{j = 1}^n \epsilon & \left(\text{Eq. } \eqref{eq:assumption}\right) \\ &= (b - a)\epsilon \end{aligned}\]Note that Eq. \eqref{eq:integral-prop-1} states that:
\[U(f, [a, b]) \geq L(f, [a, b])\]However, we have just shown that, for all $\epsilon > 0$:
\[\begin{aligned} U(f, [a, b]) - L(f, [a, b]) &\leq (b - a) \epsilon \\ U(f, [a, b]) &\leq (b - a) \epsilon + L(f, [a, b]) \\ \overset{\epsilon \rightarrow 0}{\implies} U(f, [a, b]) &\leq L(f, [a, b]) \end{aligned}\]Together, these two points imply:
\[U(f, [a, b]) = L(f, [a, b])\]which implies $f$ is Riemann integrable by Eq. \eqref{eq:riemann-integral}.
Let $a, b, M \in \mathbb{R}$ with $a < b$. Let $f_1, f_2, \dots$ be a sequence of Riemann integrable functions on $[a, b]$ such that, for all positive integers $k$ and all $x \in [a, b]$:
\[\rvert f_k(x) \rvert \leq M\]Assume:
\[f(x) = \underset{k \rightarrow \infty}{\lim} f_k(x)\]exists for all $x \in [a, b]$. If $f$ is Riemann integrable on $[a, b]$ then:
\[\int_a^b f(x) dx = \underset{k \rightarrow \infty}{\lim} \int_a^b f_k(x) dx\]Unfortunately, for a lot of the things we want to do, the Riemann integral is insufficient. The first limitation that Axler introduces is that many functions that are “not so nice” are not Riemann integrable.
The example above is a function with many discontinuities (infinitely many, in fact). Another problem that arises is related to the interchanging of the Riemann integral and the limit function.
Unbounded functions are also not Riemann integrable and reveal some deficiencies in Riemann integration.