Proving FTC2 (aka an introduction to integration theory)
by djmathman, Apr 28, 2016, 2:15 AM
Before we proceed, a word on the notation used in this blog post. Credits go to the class notes for most of the notation here.
A rectangle
is a cartesian product
where
for
. (The idea of rectangle we're most familiar with is the special case of this definition for
.) We define its volume to be
Given a rectangle
, we say a grid partition on
is a collection of sequences
such that
for each
. To every such grid partition we associated a grid
on
via
Put in English terms, a grid is a collection of disjoint rectangles which together cover
and which interlink in the way you'd expect.
Now that we have the notion of grids, we can define functions on these grids. Let
be a function on a rectangle
, and let
be a grid on
. We say that
and analogously
These are analogous to Riemann sums, except that instead of choosing left or right endpoints, we determine the height of each rectangle based off the smallest or largest values the function
attains inside said rectangle.
It turns out that these different definitions of
and
are needed because some functions don't behave nicely. Let
be the set of all grids on a rectangle
(which is a funny concept but is introduced in the name of simplicity). We say a function
is Riemann-integrable on a rectangle
if
in which case we say that
and define
to be equal to this common value. Not all functions are Riemann integrable! Take for instance the function
defined by
One can show that the values of
and
do not converge to any one value as
becomes finer and finer, and so
does not exist.
Finally, it's important to note that these ideas of integration aren't restricted to rectangles: for any open set
, we can integrate about
by considering rectangles
which completely enclose
and then setting
to be
for all
.
Now we continue our discussion with a lemma.
Solution
And now we come to the interesting result.
Solution
This is the sucky thing about calculus: there are actually proofs of all the results you use (the class I'm taking is completely devoted to this kind of thing, covering the theory of differentiation and integration in arbitrary dimensions with a touch of real analysis), but in order to prove anything the amount of background needed is much too difficult for any reasonable high school student to swallow. I guess calculus is one of the more applicable subjects to real life (as opposed to say Linear Algebra modulo all the "you can just plug this into a calculator" stuff), but at the same time a lack of rigor leaves the impression that some of the results seem arbitrary....
A rectangle

![\[R = \prod_{i=1}^n[a_i,b_i],\]](http://latex.artofproblemsolving.com/5/f/0/5f0311340dc682a5f1996b169bb8f5996121438a.png)



![\[|R| = \prod_{i=1}^n(b_i-a_i).\]](http://latex.artofproblemsolving.com/7/3/b/73b90c6b3defe8d447727353228553366f379e98.png)


![\[\mathcal{P}_i = \{x_i^{(k)}\}_{k=0}^{\ell_i}\subseteq [a_i,b_i]\]](http://latex.artofproblemsolving.com/d/5/0/d50504701923dd88e543d9beb9f2eebc7bdde354.png)
![\[a_i=x_i^{(0)}<x_i^{(1)}<\cdots<x_i^{(\ell_i)}=b_i\]](http://latex.artofproblemsolving.com/3/9/9/399e003c21182f19bc5d277a6db2dcb4e938870b.png)



![\[\mathcal{G}=\left\{\prod_{i=1}^n[x_i^{(k_i-1)},x_i^{(k_i)}]\,|\,k_i\in\{1,\ldots,\ell_i\}\text{ for each }i=1,\ldots, n\right\}.\]](http://latex.artofproblemsolving.com/9/e/8/9e86d238ab2c82147798745febc96bf6e1728093.png)

Now that we have the notion of grids, we can define functions on these grids. Let




![\[L(f,\mathcal{G}) = \sum_{i=1}^m\inf_{x\in S_i}f(x_i)|S_i|\]](http://latex.artofproblemsolving.com/2/3/3/23364953d80309a4c6b731697f53b7320f3817ee.png)
![\[U(f,\mathcal{G}) = \sum_{i=1}^m\sup_{x\in S_i}f(x_i)|S_i|.\]](http://latex.artofproblemsolving.com/3/3/a/33a928aabccd44a7f5cb7c61ad37cf40fc2120c7.png)

It turns out that these different definitions of






![\[\sup_{\mathcal{G}\in G}L(f,\mathcal{G}) = \inf_{\mathcal{G}\in G}U(f,\mathcal{G}),\]](http://latex.artofproblemsolving.com/5/1/7/5171ba2dbf92f8e1d423c6e202ca9746b82796d9.png)


![$f:[0,1]\to \mathbb{R}$](http://latex.artofproblemsolving.com/f/c/b/fcb50db424526b5140821605d6e6f5a2ac035632.png)
![\[f(x)=\begin{cases}1&\text{for }x\in\mathbb{Q},\\0&\text{for }x\in\mathbb{R}\setminus\mathbb{Q}.\end{cases}\]](http://latex.artofproblemsolving.com/9/f/6/9f6663240e53cbfd3de1ce11e6e0d5960605086d.png)



![$\int_{[0,1]} f$](http://latex.artofproblemsolving.com/4/5/7/457319b46de874b332fd2840f9fcdd3ee71e497c.png)
Finally, it's important to note that these ideas of integration aren't restricted to rectangles: for any open set







Now we continue our discussion with a lemma.
21-269 Vector Analysis PSet13 Problem 3 wrote:
Let
be a rectangle and let
be a grid on
. Prove that if
and
for each
, then
![\[\left|\sum_{i=1 }^m f(t_i) |S_i| - \int_R f \right| \le U(f,\mathcal{G}) - L(f,\mathcal{G}).\]](//latex.artofproblemsolving.com/5/e/8/5e833f835d50d8c5922203c612b75cfa6d66575c.png)






![\[\left|\sum_{i=1 }^m f(t_i) |S_i| - \int_R f \right| \le U(f,\mathcal{G}) - L(f,\mathcal{G}).\]](http://latex.artofproblemsolving.com/5/e/8/5e833f835d50d8c5922203c612b75cfa6d66575c.png)
Solution
We split into cases.
- CASE 1: The expression inside the absolute value bars is positive. In this case, we wish to show that
This is pretty simple. Remark that from the definition of the lower integral we get
for an arbitrary grid
. Furthermore, we have
Therefore
which is what we wanted.
- CASE 2: The expression inside the absolute value bars is negative. In this case, we wish to show that
In this case, the inequalities are reversed but the main idea is the same. Specifically, note that
for any grid
. This gives
as desired.
And now we come to the interesting result.
21-269 Vector Analysis PSet13 Problem 5 wrote:
Prove the following theorem.
Theorem (Second Fundamental Theorem of Calculus). Let
with
. Suppose that
is continuous on
, differentiable on
, and
on
for some
. Then ![\[\int_a^b f = F(b)- F(a).\]](//latex.artofproblemsolving.com/1/4/b/14b3294445b83f4ce26001fb437844d803ad4f7e.png)
Theorem (Second Fundamental Theorem of Calculus). Let


![$F: [a,b] \to \mathbb{R}$](http://latex.artofproblemsolving.com/5/c/b/5cb155746fafacc4a3138895d416a2cd1882c7e6.png)
![$[a,b]$](http://latex.artofproblemsolving.com/8/e/c/8ecbd1ba3da8f2adef66a63f2ab32c47e63fa734.png)



![$f \in \mathcal{R}([a,b])$](http://latex.artofproblemsolving.com/5/8/0/5804e9e4858088017c8da9324850bb0b896dc3b5.png)
![\[\int_a^b f = F(b)- F(a).\]](http://latex.artofproblemsolving.com/1/4/b/14b3294445b83f4ce26001fb437844d803ad4f7e.png)
Solution
Let
be a sequence of real numbers in
. These define a grid
on
, so by Problem 3, for all
with
for all
we have
We first attempt to simplify the LHS. Note that by the Mean Value Theorem there exists a
for each
satisfying
Using these
as the
in the above expression we have
This allows us to rewrite the original inequality as
Since
is Riemann integrable, we can make the RHS as small as we want, so the expression inside the absolute value must equal zero. This completes the proof.

![$[a,b]$](http://latex.artofproblemsolving.com/8/e/c/8ecbd1ba3da8f2adef66a63f2ab32c47e63fa734.png)

![$[a,b]$](http://latex.artofproblemsolving.com/8/e/c/8ecbd1ba3da8f2adef66a63f2ab32c47e63fa734.png)



![\[\left|\sum_{i=1}^mf(t_i)(a_i-a_{i-1})-\int_a^b f\right|\leq U(f,\mathcal{G})-L(f,\mathcal{G}).\]](http://latex.artofproblemsolving.com/b/4/9/b496578f57db8ef054d0161762f63f735a5cd909.png)


![\[f(c_i)=F'(c_i)=\dfrac{F(a_i)-F(a_{i-1})}{a_i-a_{i-1}}.\]](http://latex.artofproblemsolving.com/8/0/a/80a379bd1a9e4dc9cdc422fd0d034455da841aeb.png)


![\[\left|\sum_{i=1}^mf(t_i)(a_i-a_{i-1})-\int_a^b f\right|=\left|\sum_{i=1}^m(F(a_i)-F(a_{i-1})) - \int_a^bf\right| = \left|F(b)-F(a)-\int_a^b f\right|.\]](http://latex.artofproblemsolving.com/3/2/f/32f5cc878d7fd6f55a1616065ce31b288a41bd23.png)
![\[\left|F(b)-F(a)-\int_a^b f\right|\leq U(f,\mathcal{G})-L(f,\mathcal{G}).\]](http://latex.artofproblemsolving.com/a/8/1/a811ba285bba3dc2de2faff6dfd5ef1de41c0fab.png)

This is the sucky thing about calculus: there are actually proofs of all the results you use (the class I'm taking is completely devoted to this kind of thing, covering the theory of differentiation and integration in arbitrary dimensions with a touch of real analysis), but in order to prove anything the amount of background needed is much too difficult for any reasonable high school student to swallow. I guess calculus is one of the more applicable subjects to real life (as opposed to say Linear Algebra modulo all the "you can just plug this into a calculator" stuff), but at the same time a lack of rigor leaves the impression that some of the results seem arbitrary....
This post has been edited 4 times. Last edited by djmathman, Apr 28, 2016, 2:24 AM