18

In other words, how to prove

A continuous function over a closed interval is Riemann-integrable. That is, if a function $f$ is continuous on an interval $[a, b]$, then its definite integral over $[a, b]$ exists.

Edit:

The Definite Integral as a Limit of Riemann Sums :

Let $f(x)$ be a function defined on a closed interval $[a, b]$. We say that a number $I$ is the definite integral of $f$ over $[a, b]$ and that $I$ is the limit of the Riemann sums $\sum \limits_{k=1}^n f(c_k)\Delta x_k$ if the following condition is satisfied:

Given any number $\epsilon \gt 0$, there is a corresponding number $\delta \gt 0$ such that for every partition $P = \{x_0, x_1, ... , x_n\}$ of $[a, b]$ with $\|P \| < \delta$ and any choice of $c_k$ in $[x_{k-1}, x_k]$, we have $$ \left| \sum_{k=1}^n f(c_k) \Delta x_k - I \ \right| \lt \epsilon .$$

  • In the Riemann sense? Which definition of the Riemann integral are you using? – Qiaochu Yuan Aug 08 '11 at 22:23
  • Read wikipedia article. When writing out Riemann sum, approximate your function by a constant on that interval, convince yourself of convergence. – Sasha Aug 08 '11 at 22:25
  • You're not working with a definition it's easy to prove things about (since you need to exhibit $I$ to verify it). It's much easier to use the Darboux integral, and there the proof is fairly straightforward and a nice exercise: http://en.wikipedia.org/wiki/Darboux_integral – Qiaochu Yuan Aug 08 '11 at 22:54
  • 2
    Yeah, I know the definition made the proof difficult. That's why I asked the question. – NonalcoholicBeer Aug 08 '11 at 23:03
  • @Qiaochu: I can be characterized as $g(b)-g(a)$ for an an antiderivative $g$ of $f$. I believe that this would lead quite quickly to a proof using the above definition of the integral. However, one would then need to establish the fact that continuous functions are indefinitely integrable without appealing to the Riemann integral (and the FTC), and I don't see at the moment how to do this. – Mark Aug 08 '11 at 23:31
  • Uniform continuity of $f$ probably plays a key role as it does for Darboux integrals. But the definition of Riemann integrals is messy to work with. – lhf Aug 09 '11 at 00:07
  • @ablmf: okay. My recommendation is to prove that the Riemann and Darboux definitions are equivalent, then use the Darboux definition. – Qiaochu Yuan Aug 09 '11 at 04:41

3 Answers3

18

First note that a precise formulation of your question is:

How do you prove that every continuous function on a closed bounded interval is Riemann (not Darboux) integrable?

You can find a proof in Chapter 8 of these notes.

Here is a rough outline of this handout:

I. I introduce the ("definite") integral axiomatically. One of the axioms is that the set of integrable functions on $[a,b]$ should contain all the continuous functions.
II. I prove that the Fundamental Theorem of Calculus follows (easily) from the axioms.
III. I introduce Riemann integrable functions (which are exactly what you wrote above) and verify that the class of Riemann integrable functions on $[a,b]$ satisfies the axioms of I. In particular:
IV: I prove that every continuous function is Riemann integrable.

Later I talk about the Darboux integral and how it compares to the Riemann integral. But it was an intentional decision to present the Riemann integral first. This is what students are expecting from their previous courses, and it is not so bad to work with, at least for a while.

Pete L. Clark
  • 97,892
  • 2
    Ha, I will an graduate student in McGill this September and I'm reviewing some math knowledge. I guess understanding the proof of this theorem is a bit out of my ability. Thanks anyway! – NonalcoholicBeer Aug 10 '11 at 00:31
10

Riemann-Darboux integral:

For the Riemann-Darboux integral it is easier than with your definition (which is equivalent in $\mathbf R$).

The function is uniformly continuous on $[a,b]$ (why?). This means that if $\epsilon > 0$ is given we can find $\delta = \delta(\epsilon) > 0$ such that $|x - y| < \delta$ implies $|f(x) - f(y)| < \frac{\epsilon}{2(b - a)}$. Now let $P_\epsilon$ be a partition with norm $\|P_\epsilon\| < \delta$. Now for $P$ finer than $P_\epsilon$ we have

$$M_k(f) - m_k(f) \leq \frac{\epsilon}{2(b - a)}.$$

Where $M_k$ is the supremum in $[x_{k - 1}, x_k]$ and $m_k$ is the infimum. Multiply this inequality with $\Delta x_k$ and sum to get

$$U(P, f) - L(P, f) \leq \frac{\epsilon}{2(b - a)} \sum_{k = 1}^n \Delta x_k = \frac\epsilon2 < \epsilon.$$

Fine, so what is left is to prove the same thing for your definition of the integral (not so easy) or proving the equivalence between the two (not so hard).

Riemann integral:

There is a problem with the above approach if we are in a general Banach space (why?), so we must resort to the normal Riemann integral.

Let $f:[a,b] \to E$ be continuous where $E$ is a Banach space. Given $\epsilon > 0$ let $\delta$ be such that $$\text{if } |x - y| < \delta \text{ then } |f(x) - f(y)| < \frac{\epsilon}{b - a}.$$

Let $P$ and $P'$ be partitions of $[a,b]$ with norm smaller than $\delta$. Let $c$ and $c'$ be the choices of points in each interval of $P$ and $P'$ respectively. We want to estimate $|S(P, c) - S(P', c')|$ where $S(P, c)$ is the Riemann sum associated with $P$ and $c$. WLOG let $P \subset P'$. (If $P = P'$ then $$|S(P, c) - S(P, c')| \leq \sum |f(c_i) - f(c_i')| \Delta x_i \leq \epsilon.$$

Now suppose that $P'$ is obtained from $P$ by inserting one point (split one interval) for example say we insert $x_j'$ with $x_j \leq x_j' \leq x_{j + 1}$. In this case the partition size will not increase. WLOG assume that for $i \neq j$ we have $x_i' = x_i$ and that $c_j = x_j'$ and that $x_j'$ is also selected as the points in the intervals $[x_j, x_j']$ and $[x_j', x_{j + 1}]$. Now $S(P, c) - S(P', c') = 0$. We can repeat this process for another refinement.

This will give us the result (why?).

Srivatsan
  • 26,311
JT_NL
  • 14,514
  • Don't you have to prove that $|S(P,c)-S(P',c')|<\epsilon$ for all $(P,c)$ and $(P',c')$ with $|P|<\delta$ and $|P'|<\delta$. Restricting to those for which either $P\subseteq P'$ or $P\subseteq P'$ might miss some partitions... – C-star-W-star Jun 09 '14 at 21:12
5

Appendix to Chapter 13 in: CALCULUS, by M. Spivak.
Yes, uniform continuity is the key.

GEdgar
  • 111,679
  • In the same book, M. Spivak a very amazing and marvelous proof without the use of uniform continuity. In case you don't have access to this book, you can read the same proof online at http://paramanands.blogspot.com/2012/07/the-riemann-integral-part-2.html – Paramanand Singh Jul 15 '13 at 03:29
  • @ParamanandSingh In your notes, on the Second proof taken from Spivak's Calculus, can you explain what the notations $h {f(c)-\epsilon} , h {f(c)+\epsilon}, {J(c+h)-J(c)}/h$ mean? – Zero Pancakes Jul 19 '17 at 07:02
  • @ZeroPancakes: $J(x), j(x) $ denote upper and lower Darboux integrals of $f$ on $[a, x] $ respectively. These functions are defined for $x\in[a, b] $. And the difference $J(c+h) - J(c) $ represents the upper Darboux integral of $f $ in interval $[c, c+h] $. This difference is needed to find the derivative of $J$ at $c$. – Paramanand Singh Jul 19 '17 at 07:07
  • @ParamanandSingh Yes, but I haven't seen before multiplication and division with sets. What does this mean? – Zero Pancakes Jul 19 '17 at 07:09
  • @ZeroPancakes: All the notation details are available in the blog post and if you read it carefully you will not have problem. – Paramanand Singh Jul 19 '17 at 07:10
  • @ParamanandSingh Okay, many thanks – Zero Pancakes Jul 19 '17 at 07:10
  • @ZeroPancakes: who is dividing and multiplying sets. The notation $\epsilon $ represents a positive number. Don't try to confuse it with symbol $\in$ of set membership. – Paramanand Singh Jul 19 '17 at 07:11
  • @ParamanandSingh No no, I meant the $h$ in front of the set $h{f(c)-\epsilon}$and the $/h$ on the ${J(c+h)-J(c)}/h$. Are those multiplication and division with set? I haven't seen that before and I don't know what it means. – Zero Pancakes Jul 19 '17 at 07:16
  • @ZeroPancakes: those ${} $ symbols are called braces and they have same role as parentheses. They are not representing a set like ${1,2,3}$. I hope this clarifies the confusion. You can think the expressions to have same meaning as $ h(f(c) +\epsilon) $. – Paramanand Singh Jul 19 '17 at 08:08
  • @ParamanandSingh Oh okay! One last question though, in the book, these parts are omitted. Are they necessary for the proof, or is it complete simply with including $m_h h$ and $M_h h$? – Zero Pancakes Jul 19 '17 at 08:14
  • @ZeroPancakes: the book assumes that you will able to furnish this by yourself. I have just tried to provide even minor details to avoid any confusion. – Paramanand Singh Jul 19 '17 at 08:20