The Generalised Riemann Integral: Bachelorproject Mathemetics

Download as pdf or txt
Download as pdf or txt
You are on page 1of 24

Bachelorproject Mathemetics:

The Generalised Riemann Integral

Vrije Universiteit Amsterdam

Author: Menno Kos

Supervisor: Prof. dr. R.C.A.M. Vandervorst

August 11th, 2009


Contents

1 Introduction 1

2 Basic theory 3
2.1 Riemann Integral . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.2 Generalised Riemann Integral . . . . . . . . . . . . . . . . . . . . . . . . . 4

3 Basic properties 7
3.1 Uniqueness of the integral . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.2 Expansion of the Riemann Integral . . . . . . . . . . . . . . . . . . . . . . 7
3.3 Integration over unbounded intervals . . . . . . . . . . . . . . . . . . . . . 8
3.4 Fundamental Theorem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3.5 Convergence Theorems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10

4 Proofs 11
4.1 Cousin’s compatibility theorem . . . . . . . . . . . . . . . . . . . . . . . . 11
4.2 Fundamental Theorem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
4.3 Monotone and dominated convergence theorems . . . . . . . . . . . . . . . 13

5 Conclusion 18
5.1 Comparison to Lebesque . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
5.2 Final words . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18

6 Reference 20

3
Chapter 1

Introduction

Integration has been an important part of mathematics since the 17th century, when
Gottfried Wilhelm Leibniz and Isaac Newton constructed the Fundamental Theorem of
calculus, which says that area is essentially the same as taking an antiderative. In the
19th century, Cauchy investigated integrals of continuous functions. The integral that he
used was later redefined by Bernhard Riemann, which he used to investigate integrals of
discontinuous functions. His definition was far easier to understand and to teach than
all of the previous ones, which resulted in the Riemann integral becoming the standard
integral to be taught to students in a mathematics class.

The integral still had some setbacks that made it unsuitable for applications. Many
important functions did not have a Riemann integral and the theory lacked strong
convergence theorems for taking the integral of the limit of a sequence of functions.
Swapping limit and integral would require uniform convergence, a rather heavy and
restrictive requisite.

At the beginning of the 20th century, Henri Lebesque came up with a new kind of
integral which would deal with many of these inconveniences. Many functions that
the Riemann integral could not handle now became integrable, and the Monotone- and
Dominated Convergence Theorems yielded significantly better results than the ones
provided by Riemann theory. The Lebesque integral was based on measure theory and,
when mastered, proved a very powerful tool in mathematical applications.

This measure theory made that the Lebesque integral was much harder to get fa-
miliar with, which is the main reason that teachers choose to educate the inferior Riemann
integral with their students until they reach the final stages of their academic career.

In the following years, investigations into even more general forms of integration
continued, mainly because there was lack of good methods to find primitives of functions.
In 1957 the mathematicians Jaroslav Kurzweil and Ralph Henstock independently came
up with a simple expression of an integral that was the result of beforementioned research.

1
2

This integral was based on the Riemann theory and just as easy to work with, but with
powers to match and in certain cases even exceeds those of the Lebesque integral!

I find it quite surprising that an integral that is so much easier to master than the
Lebesque integral, but with comparable results, has remained unknown even to most
academic teachers so far. This was a reason for me to dig into this theory and learn more
about it and report the main result in my bachelorthesis. It is my purpose to make it
understandable for a wide audience, so students with some experience in set theory and
using -δ-proofs should be able to read the first two chapters. Most of the proofs included
contain a fair amount of details and may therefor only be interesting for teachers. These
have been moved to the final chapter of this paper.
Chapter 2

Basic theory

We will start with the definition of the Riemann integral as we know it. We will then make
some changes to this definition, which will then result in the superior integral mentioned
in the preface. This will be followed in the next chapter by some theorems that will help
us in determining whether a function has an integral and how it can be evaluated. It will
also be shown how the Generalised version of the Riemann integral is an extension of the
ordinary Riemann integral by showing that the ordinary version is a special case of its
modern counterpart.

2.1 Riemann Integral


We will start our research with one-dimensional, bounded functions f over bounded in-
tervals I. Because there are several ways in which the Riemann integral is brought to
students, I will first explain the terms used in our definition of the integral.
A division of I is a finite collection of closed, nonoverlapping intervals whose union is I.
A division is called a tagged division if every subinterval J has a tag, which is a point
contained in that interval. So a tagged division is a finite collection D of ordered pairs,
each consisting of a closed interval and its tag:

D = {([x0 , x1 ], z1 ), ([x1 , x2 ], z2 ), ..., ([xn−1 , xn ], zn )} , zi ∈ [xi−1 , xi ], i = 1, 2, ..., n.

Let J be a such an interval in a tagged division and denote by L(J) its (Euclidean) length.
If D is a tagged division of I, then its Riemann sum is the sum of lengths of the intervals,
each multiplied by the value that the considered function f takes in its tag:
n
X
f L(D) := f (zi )(xi − xi−1 ).
i=1

This is the familiar approximation of the area under the graph using rectangles. The idea
for the Riemann integral is that this area can be approached arbitrarily close with a finite
Riemann sum.

3
CHAPTER 2. BASIC THEORY 4

Definition: A number A is the Riemann integral of f over I ⇔ ∀∃δ such that


for every tagged division D with maxJ∈D L(J) ≤ δ: |A − f L(D)| < .

This means that for a function to be integrable, the result of the Riemann sum
cannot depend too much on the way I is broken up into intervals or on location of its
tags. This is no problem when f is a continuous function or a function with only a finite
amount of discontinuities. Too many gaps will cause trouble, though, as we shall see in
the following familiar example.

Example 2.1: Observe the function f := 1Q with I := [0, 1]. Readers experi-
enced in Lebesque theory will know that this function is 0 everywhere except on a set
with Lebesque measure zero, and that therefor
Z
L 1Q = 0.
[0,1]

Since the Lebesque integral is an extension of the Riemann integral, the definition of
Riemann integrability has hold for A = 0. So for given , will it be possible to find a
δ such that every tagged division with all intervals no bigger than δ has Riemann sum
smaller than ? As many of us know already, the answer is negative. The puzzler is that
every interval, no matter how small, contains both rational and irrational numbers, so to
every subinterval in a division a rational tag can be assigned, which would then yield a
Riemann sum of 1. Using just irrational tags we can also get a 0 there. This shows that f
is NOT Riemann integrable, because a function can only have one intergral.

The problem here was that once  is given there has to be a fixed δ for which ev-
ery D with L(J) ≤ δ for all J’s behaves the way we want. This is a rather heavy
requirement. In the case of the example, it would have been more convenient if the length
of the interval were small in case of a rational tag, because it is these intervals for which
the corresponding terms in the Riemann sum give poor approximations of the true area
under the graph there, causing the total error to grow. If the tag is irrational on the other
hand, the term in de Riemann sum perfectly describes the area under the graph, so we can
choose the interval as big as we want. This is basically the idea behind this generalized
version of the Riemann integral: to let the maximum length of the subintervals depend on
how the function behaves in its tags.
This will be formalized in the next section.

2.2 Generalised Riemann Integral


We start by defining a special kind of function γ : I → O, with O being the collection of
all open intervals in R. This function produces for each possible location of a tag z ∈ I an
CHAPTER 2. BASIC THEORY 5

open interval around z, that limits the range for a subinterval J in the division D that has
z as its tag. Such a function is called a gauge:

γ(z) := (z − cz , z + dz ) for certain positive real numbers c and d.

A tagged division D is called γ-fine if [xi−1 , xi ] ⊂ γ(zi ) for all i=1,2,...,n.


There’s a theorem known as Cousin’s Lemma that states that every gauge γ has at least
one γ-fine tagged division. Its proof is included in the final chapter of this paper. It
should be understandable for readers with some experience in set theory. It is based on
the order property of the real line, and can therefor not be used for higher-dimensional
spaces. More on that later.
We now hold the tools necessary to define the Generalised Riemann Integral.

Definition: A number A is integral of a function f over an interval I ⇔ ∀∃γ


such that ∀γ-fine tagged divisions D : |A − f L(D)| < .

This integral goes by many names, such as Henstock integral, Henstock-Kurzweil


integral, gauge integral. I shall keep referring to it as the Generalised Riemann integral,
to emphasize how close it stands to the ordinary Riemann integral.

It is clear from the definition that we’re still approximating the area with rectan-
gles, but that their allowed base lengths are now controlled by a function that is not
(necessarily) constant. In order to show that a function is Generalised Riemann integrable,
we need to construct a gauge that doesn’t keeps the total error of a Riemann sum from
getting bigger than  whenever D is a γ-fine tagged division. We use the earlier example
to illustrate this.

Example 2.2:
We revisit f := 1Q with I := [0, 1] from example 2.1. To show that this function has
an integral, we need to find a gauge γ so that each γ-fine tagged division has Riemann
sum smaller than , because we learnt from Lebesque that the integral must be 0. We
mentioned before that when a tag is irrational there is no need to put any restrictions
on a subinterval containing that tag. When z ∈ Q on the other hand, we want the
containing subinterval to be as small as possible, because every term Jz with z ∈ Q will
add L(J)f (z) = L(J) to the accumulated error.

To ensure this, denote by {r1 , r2 , ...} the (countable) collection of all the rationals
in [0, 1] and let n be the reference number for an element in this list. Define for given 
the gauge
 

(z − 2n+1 , z + 2n+1 ) if z ∈ Q;
γ(z) :=
(−1, 2) if z 6∈ Q.
First thing to note is that for reasonably small  it is no longer possible to cover I with a
finite amount of subintervals with only rational tags, because the combined length of all
CHAPTER 2. BASIC THEORY 6

such intervals will never exceed . A suitable division D might have some rational tags,
2
but because each of the corresponding terms zJ will only add L(J) < 2n+1 to the Riemann
sum, the total error will be bounded by :
X  ∞
X 
f L(D) = i
< =
i:z ∈Q
2 n=1
2n
i

which proves that 0 is an integral for f .


Chapter 3

Basic properties

3.1 Uniqueness of the integral


This section will mention two important properties of the Generalised Riemann integral.
The first is to show that if A1 is an integral of a function f , that a number A2 6= A1
cannot also be its integral. In other words, we want to prove that a function can only
have up one integral.

Uniqueness Theorem: If f is a function and A1 and A2 are both integrals of f


over I, then A1 = A2 .

Proof :
A1 and A2 are equal if and only if |A1 − A2 | = 0.
Let  be given. Then according to the definition, there is γ1 such that |A1 − f L(D1 )| < 
and γ2 such that |A2 − f L(D2 )| <  whenever D1 is γ1 -fine and D2 is γ2 -fine.
Define a gauge γ by γ(z) := γ1 (z) ∩ γ2 (z). It is obvious from the definition that a tagged
division D that is γ-fine is also γ1 -fine and γ2 -fine. The triangle inequality then tells us
that

|A1 − A2 | = |A1 − f L(D) + f L(D) − A2 | ≤ |A1 − f L(D)| + |f L(D) − A2 | <  +  = 2.

Let  run to 0 to see that what was claimed has now been proved. 

3.2 Expansion of the Riemann Integral


Example 2.2 showed that it may take some effort to construct a gauge and prove that
a function is integrable. It would therefor be a reasonable demand that the generalised
Riemann integral is at least an extension of the ordinary Riemann integral. This is indeed
the case, and this major result is easy to prove. It will also be shown that the class of Rie-
mann integrable functions is a special case of the Generalised Riemann integrable functions.

7
CHAPTER 3. BASIC PROPERTIES 8

Theorem: A function f : I → R that is Generalised Riemann integrable is also


Riemann integrable.

Proof Suppose
R that f is Riemann integrable and let  be given. Then there is δ
such that | I f − f L(D)| <  for all tagged divisions with L(J) < δ for every zJ ∈ D. Let
Rδ be the collection of all such tagged divisions D. Set γ(z) := (z − 2δ , z + 2δ ) for all z in I.
Then the collection GR δ := {D : D is γ-fine} contains intervals that are all smaller than
2 R
δ and is therefor a subcollection of Rδ . So | I f − f L(D)| <  holds for all γ-fine D. We
conclude that f is Generalised Riemann integrable.

Assume now that f is Generalised RiemannR integrable with the added property
that γ(z) := (z − δ, z + δ) is a gauge for which | I f − f L(D)| <  whenever D is γ-fine.
Since all intervals in Gδ have length smaller than δ, a subinterval that has z as its tag will
always be contained in an open interval of length 2δ centered around z. Consequently
Rdelta ⊂ GRδ , which tells us that f is Riemann integrable. 

3.3 Integration over unbounded intervals


So far we have sufficed with bounded functions over bounded intervals. From Calculus we
know that in Riemann theory, we can use the limit of bounded integrals to determine the
integrability of functions over infinitely long intervals, the so-called Improper Riemann
Integral. We will show that the ordinary Generalised integral can also handle these, using
the tools handed in the preceding sections.

What we first have to do is extend the real line by adding {−∞} and {∞}. The
result is usually denoted by R.
When taking a function f over an unbounded interval I := [a, ∞] and try to find a gauge
and divisions to prove that its integrable, one will face an obstruction. Namely that it is,
of course, not possible to cover an unbounded interval with a finite amount of bounded
subintervals. What we can do is cover a very large interval [a, t] for some very big t ∈ R
with a suitable tagged division D and then adjoining the interval [t, ∞] to this, along with
some tag (usually ∞). If we use the Euclidean length for this interval in the Riemann
sum, we would always end up with ∞, so this is not the right approach here. Since an
integrable function will have to be very close to zero for large values of x, a logical step
would be to set
L([a, b]) := 0 if a = ∞ or b = ∞,
because this term is expected to add little to the Riemann sum in the first place.

Example 2.4:
Again, the function f := 1Q shall serve for clarification purposes, but this time we use
CHAPTER 3. BASIC PROPERTIES 9

I := [1, ∞]. Assuming that this integral is still 0, our objective is to find a gauge on [1, ∞]
such that f L(D) <  whenever is γ-fine, using f := 1Q for x ∈ [1, ∞); f (∞) can be given
any value we want. We can use the same gauge as we did in example 2.2, where this
time {r1 , r2 , ...} denotes the set of all rationals in [1, ∞) (which is still countable) and add
γ(∞) := (s, ∞) for some real number s. In this case, ∞ ∈ γ(z) only when γ = ∞.
It is easy to see that f L(E) <  for every γ-fine division E of R[1, t] for every real num-

ber t > 1. Because L([t, ∞]) = 0 by decree, we can conclude that 1 1Q exists and equals 0.

This example also shows that there is no need for improper integrals in this theory.

3.4 Fundamental Theorem


One of the most powerful features of the Riemann Integral is that it provides us with an easy
way to actually determine the value of an integral. In Calculus we learn of the Fundamental
Theorem that assures us that when f is integrable and there exists a continuous function
F for which F 0 (x) = f (x) for all x ∈ [a, b], possibly with the exception of a countable
and nowhere dense set C - where nowhere dense means that every member of C can be
contained in an open interval that does not hold any other members of C - that
Z b
f = F (b) − F (a).
a

One can wonder whether we can apply this useful tool for the Generalised Riemann
integral. Fortunately, it does. Of course it goes whenever f was already Riemann
integrable, but we can loosen the requirements a little so that it works for a wider
collection of functions. Looking back at example, we can see that the value of the integral
doesn’t change if a function trails from its expected path, as long as the set where it does
so is countable.
This gives us the idea that F 0 (x) = f (x) only has to hold everywhere except on a countable
set. This is easy to see because we can construct a gauge that limits the total error caused
by terms in a Riemann sum that have tags z for which F 0 (z) 6= f (z) as much as we want
by the same method used in example 2.2. We still need the continuity of F to assure the
existence of an integral over unbounded functions/intervals, which we will see later. An
F that holds on to these two requirements is called a primitive of f .

Fundamental Theorem: If f : [a, b] ⊂ R → R has a primitive F , then f is in-


Rb
tegrable and a f dx = F (b) − F (a).

The proof is quite long and contains a number of details and is therefor moved to
the end of this paper.

Example 2.3 As an example we consider f = 1Q on [0, 1] again. Here we see


that the function F ≡ 1 is a primitive of f , since F 0 (x) = 0 = f (x) everywhere except for
CHAPTER 3. BASIC PROPERTIES 10

the countable set Q ∩ [0, 1]. Since f has a primitive, the fundamental theorem assures us
that it’s integrable and has integral F (1) − F (0) = 1 − 1 = 0

3.5 Convergence Theorems


One of the main reasons behind the Lebesque integral’s popularity is the convergence
theorems that apply to it. Quite surprisingly, the adaptions made to the definition of the
Riemann integral yields a space that also has theseR remarkable properties.
R The Riemann
theory has a theorem that allows us to claim that I f = limn→∞ I fn if (fn ) converges to
f uniformly. The following two theorems allow us to make the same conclusion, but with
much weaker requirements. The (long) proof of both theorems is again postponed until
the final chapter.

Monotone Convergence Theorem: Let (fn ) be a monotone sequence of functions with


limn→∞ fn (x) = f (x) for all x in I. Then
Z Z Z Z
f exists ↔ lim fn < ∞. Moreover f = lim fn .
I n→∞ I I n→∞ I

Dominated Convergence Theorem: Suppose fn and h are integrable on I and


|fn | < h for all and n and that limn→∞ fn (x) = f (x) for all x in I.
Then f is integrable and Z Z
f = lim fn .
I n→∞ I
Chapter 4

Proofs

4.1 Cousin’s compatibility theorem


Suppose γ is a gauge on an interval I ∈ R. Then there exists a tagged division that is
γ-fine.
Proof :
When I = [a, b] and E := {x : x ∈ (a, b] and ∃γ-fine tagged division of [a, x]}. This set is
not empty, because if x ∈ γ(a) ∩ [a, b] then {(a, [a, x])} is a γ-fine tagged division of [a, x].
Set y := supx E. Then there is x < y ∈ γ(y). Addjoin to the tagged division of [a, x] the
interval [x, y] tagged with y. The result is a γ-fine division of [a, y], which we will call D
for convenience.
Assume now that y < b and let w ∈ γ(y) ∩ (y, b). Now adjoin to D the term (y, [y, w]).
The result is a γ-fine partition of [a, w], so w has to be in E.
This contradicts our earlier assignment of y as the least upper bound of E. 

It is obvious that this proof cannot be used to prove compatibility for higher di-
mensions, because they don’t have the special order-property that the real line possesses.
While the theorem is also true for gauges in higher dimensions, additional theory is
necessary to prove this and will therefor be left out of this paper.

4.2 Fundamental Theorem


Rb
If f : [a, b] ⊂ R → R has a primitive F , then f is integrable and a
f dx = F (b) − F (a).

Proof :
We’ll be using the definition of the Generalised Riemann integral to show that F (b) − F (a)
is the integral of f , so our goal is to find a gauge that selects divisions whose Riemann
sums approximate F (b) − F (a) arbitrarily close.

11
CHAPTER 4. PROOFS 12

For convenience, set ∆F (J) := F (v) − F (u) when J = [u, v]. Then
X
F (b) − F (a) = ∆F (J)
zJ∈D

when D is a division of [a, b], because the sum telescopes. Consequently,



X X X
|F (b) − F (a) − RS(D)| = ∆F (J) − f (z)L(J) ≤ |∆F (J) − f (z)L(J)|


zJ∈D zJ∈D zJ∈D

using the triangle inequality.

Because of the definition of primitive, there are two types of points to be consid-
ered when we try to construct a gauge: points where F 0 (z) = f (z) and points where
F 0 (z) 6= f (z).

Let C :={ c1 , c2 , ...} be an infinitely countable set for which F 0 (z) = f (z) when
z ∈ [a, b] ∩ C c . If there’s only a finite amount of points where F 0 (z) 6= f (z), we can
always add points with F 0 (z) = f (z) to make it infinite. Because f (x) is bounded on

the closed interval [a, b], it is possible to make a gauge γ such that |f (cn )L(J)| < 2n+3

and |∆F (J)| < 2n+3 whenever cn ∈ J and J ⊂ γ(cn ). For such a pair (cn , J), we have

|∆F (J) − f (cn )L(J)| < 2n+2 , again using the triangle inequality.

For the complementary set, we call upon an auxiliary function G : R → R, defined by


x
G(x) :=
2 + |x|
when x ∈ R, = − 21 when x = −∞ and = 12 when x = ∞. This function is continuous and
has G0 (x) > 0 for all x ∈ R.
We will now introduce two analytical tools which we will use to bind the effect of terms
in the Riemann sum with tags in [a, b] ∩ C c , the Straddle Lemma and a corollary:

Straddle Lemma: Supose F : [a, b] → R is differentiable at z. Then ∀ ∃δ such


that
|F (v) − F (u) − F 0 (z)(v − u)| < (v − u)
whenever z ∈ [u, v] and [u, v] ⊂ (z − δ, z + δ) ∩ [a, b].

Corollary:
Suppose G0 (z) > 0. Then there exists δ such that

G0 (z)(v − u) < 2(G(v) − G(u))

whenever z ∈ [u, v] and [u, v] ⊂ (z − δ, z + δ).


CHAPTER 4. PROOFS 13

Now assume that z ∈ [a, b] ∩ C c . In first applying the Straddle Lemma, using
 0
4
G (z) instead of , and then its corollary, we have that
 
|F (v) − F (u) − f (z)(v − u)| < G0 (z)(v − u) < (G(v) − G(u))
4 2
whenever z ∈ [u, v] and [u, v] ⊂ (z − δ, z + δ) ∩ [a, b]. Then set γ(z) = (z − δ, z + δ) for
z ∈ [a, b] ∩ C c . This δ may have different value for each z, since  used in the Straddle
Lemma depends on z.

Now let D be a γ-fine division of [a, b] and let E and F be subsets of the collec-
tion D, consisting of the zJ with tags in C and [a, b] ∩ C c , respectively.


When zJ ∈ E, we had |∆F (J) − f (cn )L(J)| < 2n+2
. Each cn can be the tag of at
most two subintervals, so that

X X  
|∆F (J) − f (z)L(J)| < 2 = .
zJ∈E n=1
2n+2 2

For zJ ∈ F, we know that


X X 
|∆F (J) − f (z)L(J)| ≤ ∆G(J)
zJ∈F zJ∈F
2
X    
≤ ∆G(J) ≤ (G(b) − G(a)) ≤ (G(∞) − G(−∞)) =
zJ∈D
2 2 2 2
This leads to the final result
X
|F (b) − F (a) − RS(D)| ≤ |∆F (J) − f (z)L(J)| =
zJ∈D

X X  
|∆F (J) − f (z)L(J)| + |∆F (J) − f (z)L(J)| < + = .
zJ∈E zJ∈F
2 2

Which conclude that f is integrable with integral F (b) − F (a). 

4.3 Monotone and dominated convergence theorems


MCT:
Let (fn ) be a monotone sequence of functions with limn→∞ fn (x) = f (x) for all x in I.
Then Z Z Z Z
f exists ⇔ lim fn < ∞. Moreover f = lim fn .
I n→∞ I I n→∞ I
CHAPTER 4. PROOFS 14

DCT:
Suppose fn and h are integrable on I and |fn | < h for all and n and that limn→∞ fn (x) =
f (x) for all x in I.
Then f is integrable and Z Z
f = lim fn .
I n→∞ I

Proof :
It is easy to see that Z Z
f< g whenever f < g
I I
and both functions are integrable. Just consider a gauge that selects the right tagged
division for both functions (e.g. γ(z) := γf (z) ∩ γg (z), where γf and γg select divisions
required to make f and g integrable, respectively). Because in case of a monotone sequence
fn < f or fn > f for all n (depending on whether (fn ) is an increasing or decreasing
sequence) this means that the ⇒-implication in the MCS is always true.R
It remains to be shown that the integral of f exists and equals limn→∞ I f in both cases.
The Iterated Limits theorem tells us that
lim (lim fn M (D)) = lim( lim fn M (D))
n→∞ D D n→∞
R
whenever there’s a gauge γ such that | I fn − fn M (D)| <  for all γ-fine tagged divisions
D (**) for all n greater than a fixed number N ∈ N. A number A is the limit of f
according to D provided that A is the (unique) integral of f over I.
The proof that such a gauge exists is quite long and will therefor be broken up in a
number of segments.

a) First, consider a function G : R → R that is continuous and differentiable, and


has G0 (x) > 0 for all x ∈ R, a second function with g(x) := G0 (x) and a function
τ (J) := 2∆G(J), where J is a closed interval.

Calling upon the corollary of the Straddle Lemma used in the proof of the Funda-
mental Theorem, there is δ > 0 such that G0 (z)(v − u) < 2(G(v) − G(u)) whenever
z ∈ [u, v] and [u, v] ⊂ (z − δ, z + δ) =: γg (z). This means that g(z)M (J) < τ (J) if z ∈ J
and J ⊂ γg (z).
Next, we can make G so that τ (R) = 1. Observe for example an arctan-function divided
by π and that has values − 12 and 12 at the end-points of the extended real line. Because τ
is an additive function, it is obvious that
X X
gM (D) = g(z)M (J) < τ (J) ≤ 1.
zJ∈D zJ∈D
CHAPTER 4. PROOFS 15

b) Let γn be a gauge such that | I fn − fn M (D| < 2n whenever D is γn -fine.


R

Let ∞ n
\  o
Fn := z : |fk (z) − f (z)| ≤ g(z) .
k=n
8
(Fn ) is an increasing sequence since we intersect over less sets as n increases. Furthermore,
its limit is I because limn→∞ |fn (z) − f (z)| = 0 for all z ∈ I.
Now fix N ∈ N and define
c
EN := FN and En := Fn ∩ Fn−1 for n ≥ N.

Then {En }∞
n=N is a partition of I since Fn−1 ⊂ Fn . For z ∈ En , define

γ(z) := γg (z) ∩ γ1 (z) ∩ ... ∩ γn (z).

We will show that this is the gauge for which (**) holds.

c) For a tagged division D of I, define the collections


n−1
[ ∞
[
Di := {zJ ∈ D : z ∈ Ei } , En := Di and Fn := Di .
i=N i=n

When D is γ-fine, then Di is γ1 ∩ ... ∩ γ1 -fine, so Fn is γn -fine, but En is not. So for n > N
we have, with the additivity of the integral and the triangle inequality, that
Z X Z


fn − fn M (D) = fn − fn M (E n ) − fn M (F )

n

I zJ∈D J

X Z X Z X Z 
≤ fn − fn M (En ) + fn − fn M (Fn ) ≤ fn − fn M (En ) + n

2
zJ∈En J zJ∈Fn J zJ∈En J


X Z 
≤ fn − fn M (En ) + since n ≥ 2.

J 4
zJ∈En

In the second last inequality we made use of Henstock’s Lemma, which asserts that a gauge
selects Riemann sums as well on subintervals of I as it does on the whole interval I.
Formally: R
Henstock’s Lemma: If k is a function on I and γk is a gauge such that | I k−kM (D)| < 
when D is γk -fine. Let E be a subcollection of D. Then

X Z
k − kM (zJ) ≤ .


J
zJ∈E

CHAPTER 4. PROOFS 16

Back to the proof of the convergence theorems. For the collection En we have

X Z X n−1 X Z n−1
X
fn − fn M (En ) = fn − fn M (Di ) ≤



zJ∈En J J
i=N zJ∈Di

i=N

n−1 X
X X
fn − fi



i=N zJ∈Di zJ∈Di

n−1 X Z
X
+ fi − fi M (Di )



i=N zJ∈DiJ
n−1
X
+ |fi M (Di ) − fn M (Di )| .
i=N
Pn−1 
The second sum is smaller than i=N 2i
< 4 because each of the terms here are smaller

than 2i . The third sum can also be bounded:

n−1 n−1 X n−1 X
X X X 2
|fi M (Di ) − fn M (Di )| = (fi (z) − fn (z))M (J) ≤ g(z)M (J)

8


i=N i=N zJ∈Di i=N zJ∈Di

n−1
X   
= gM (Di ) = gM (En ) ≤ ,
i=N
4 4 4
because En is γg -fine and therefor with the result in (a) is gM (En ) < 1.
So far we have Z n−1
X X X 3
fn − fn M (D) = fn − fi + ,
4

I
i=N zJ∈Di

zJ∈Di

so it remains to be shown that n−1 


P P P
i=N | zJ∈Di fn − zJ∈Di fi | < 4

(d) To that end we will now use the convergence properties R ofR the sequence of
functions. First let (fn ) be monotonous. Then all the terms J fn − J fi have the same
sign for all i. Also, because N ≤ i < n, we have
Z Z

(fn − fi ) ≤ (fn − fN )

J J

so that

n−1 X

X X n−1 X Z
X Z X Z

(fn − fi ) ≤ (fn − fi ) = (fn − fi ) ≤ (fn − fN )



i=N zJ∈Di
J
i=N zJ∈Di J zJ∈En J zJ∈En
CHAPTER 4. PROOFS 17

Z
X Z X Z
= (fn − fN ) ≤ (fn − fN ) = (fn − fN ) .

J
zJ∈En
J zJ∈D
I
R
We were trying to prove the if-statement in the MCT,
R so
R we’re assuming that I fn
converges. This means we can choose N so big that | I fn − I fN | < 4 when n > N which
concludes the proof of the Monotone Convergence Theorem.

e) Now assume that |fn − fm | < h for all n, m and that h, fm and fn are inte-
grable. This is the same assumption as was made in the DCT, since h integrable implies
that 2h is integrable. Then (it is easy to see that) for j and k with j ≤ n < m ≤ k,
maxj≤n<m≤k |fn − fm | is an integrable function that is ≤ h and increasing as k grows.
Define  
tj := lim max |fn − fm | .
k→∞ j≤n<m≤k

This function is bounded by h and decreases to 0 if j goes to infinity, so that the limit of
(tj )j is integrable on account of the MCT. Therefor we know that
Z
lim tj = 0.
j→∞ I

This means we can choose N so that I tN < 4 . |fn − fi | ≤ tN for N ≤ i < n, which leads
R

to the conclusion that



n−1 X X Z Z
X X X 
fn − fi ≤ (fn − fi ) ≤ tN ≤ tN < .

4


i=N zJ∈Di zJ∈Di
J
zJ∈En zJ∈En I


Chapter 5

Conclusion

5.1 Comparison to Lebesque


Those who have enjoyed education in Lebesque theory may be interested in how this
Generalized Riemann integral compares to the Lebesque integral. I will suffice with giving
some of the results. Proofs of these can be found in A modern theory of integration by
Robert Gardner Bartle.

-Suppose f is a bounded function. Then the following properties are equivalent:

-f is Lebesque integrable,
-f is Generalised Riemann integrable,
-f is Lebesque measurable.

-For general f it’s a fact that f is Lebesque integrable if and only if both f and |f | are
Generalised Riemann integrable.
-If f is differentiable everywhere on I, then its derative is Generalised Riemann integrable,
but not necessarily Lebesque integrable.

5.2 Final words


To those readers is will also be clear that this integral is, as long as we limit ourselves
to one dimension, far easier to master than the Lebesque version. No understanding of
σ-algebra’s, measurable sets and measurable functions is required. Although proofs of the
heavier statements such as the convergence theorems in chapter 3 tend to get long and
unsuitable for undergraduate students, showing that a function is integrable is (usually)
an easy to perform task.

18
CHAPTER 5. CONCLUSION 19

A downside are the higher dimensions. While the Lebesque integral can easily be
applied to higher dimensions once understanding of the basic theory has been acquired,
this is a much more difficult issue in Henstock’s theory. The Lebesque integral may
therefor be more preferable for applications, such as stochastical processes. Also, the kind
of functions that are Generalised Riemann, but not Lebesque integral are only valuable
when trying to come up with counterexamples rather than practical purposes.
An example of such a function is x2 cos( x12 ).

I would therefor refrain from going as far as suggesting to teach this integral in-
stead of the Lebesque one, but giving students the tools to deal with more irregular
functions, such as the one used in several examples throughout the thesis, during an
introduction to analysis-class near the end of the first year would certainly add to their
capabilities later on.

I hope to have provided a clear overview of this integral. More (detailed) informa-
tion can be found in the articles mentioned in the reference section.
Chapter 6

Reference

The Generalized Riemann Integral Robert M. McLeod


A modern theory of integration Robert Gardner Bartle
http://www.math.vanderbilt.edu/ schectex/ccc/gauge/

20

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy