28  Properties

28.1 Integrability

With our minimal notion of integration, we now confront the question of what functions are actually integrable. We know it can’t be all (as we’ve seen the Characteristic function of the rationals is one non-example), but it is a very large class of functions - containing all the reasonable functions we wil need! We prove the most important result first, that all continuous functions are integrable, and then continue to show how the similar method generalizes to related cases.

Theorem 28.1 (Continuous functions are Integrable) Every continuous function on a closed interval is Darboux integrable.

Proof. Let f be continuous on the interval [a,b] and choose ε>0. We will prove integrability by finding a partition P such that U(f,P)L(f,P)<ε.

As f is continuous it is bounded (by the extreme value theorem), so the upper and lower sums are defined for all partitions. It is also uniformly continuous (as [a,b] is a closed interval), so we can find a δ such that |xy|<δ|f(x)f(y)|<εba

Now, choose a partition P of [a,b] where the width of each interval is less than δ. Comparing upper and lower sums on this interval, U(f,P)L(f,P)=PiPMi|Pi|PiPmi|Pi|=PiP[Mimi]|Pi|

Since |Pi|<δ, we know that for any x,yPi the values f(x),f(y) differ by less than ε/(ba). Thus the difference of between the infimum and supremum over this interval must be less than or equal to this bound:

Mimiεba

Using this to bound our sum, we see

U(f,P)L(f,P)=PiP[Mimi]|Pi|εbaPiP|Pi| =εba(ba)=ε

Thus, f is integrable!

But the Darboux integral allows us to integrate even more things than the continuous functions. For example, it is quite straightforward to prove that all monotone functions are integrable (even those with many discontinuities!)

Theorem 28.2 (Monotone functions are Integrable) Every monotone bounded function on a closed interval is integrable.

Proof. Without loss of generality let f be monotone increasing and bounded on the interval [a,b] and choose ε>0. We will prove integrability by finding a partition P such that U(f,P)L(f,P)<ε.

Let B=f(b)f(a) be the difference between values of f at the endpoints. If B=0 then f is constant, and we already know constant functions are integrable so we are done.

Otherwise, let P be an arbitrary evenly spaced partition of widths Δ=ε/B, we consider the difference U(f,P)L(f,P):

U(f,P)L(f,P)=PiPMi|Pi|PiPmi|Pi| =PiP[Mimi]|Pi|=ΔPiP[Mimi]

Since f is increasing, its supremum on each interval occurs on the right, and its infimum on the left. That is, if Pi=[ti1,ti] we have mi=f(ti1)Mi=f(ti) Plugging this into the above gives a telescoping sum! U(f,P)L(f,P)=Δ1in[f(ti)f(ti1)]=Δ[f(tn)f(t0)] But t0=a and tn=b are the endpoints of our partition, and so this equals

=Δ[f(b)f(a)]=εf(b)f(a)[f(b)f(a)]=ε

And, inductively its straightforward to show (via subdivision) that if the domain of a function can be partitioned into finitely many intervals on which it is integrable, than its integrable on the entire thing. Thus, for example piecewise continuous functions are Darboux Integrable. The precise statement and theorem is below.s

Definition 28.1 (Piecewise Integrable Functions) A function f defined on a domain I is piecewise integrable if I is the disjoint of a finite sequence of intervals I=I1I2In, and f restricted to each interval is integrable.

Proposition 28.1 (Piecewise Integrable Integrable) If f is piecewise integrable, then it is integrable.

Proof. We begin with the case that f is piecewise integrable on two subintervals, [a,c] and [c,b] of the interval [a,b]. Then the subdivision axiom immediately implies that f is in fact integrable on the entire interval.

Now, assume for induction that all functions that are piecewise integrable on intervals with n subdivisions are actually integrable, and let f be a piecewise integrable function on a union of n+1 intervals [a,b]=I1I2InIn+1

Set J equal to the union of the first n, so that [a,b]=JIn+1. Then when restricted to J, the function f is piecewise integrable on n intervals, so its integrable by assumption. And so, f is integrable on both J and In+1, so its piecewise integrable with two intervals, and hence integrable as claimed.

Because all continuous functions and all monotone functions are integrable, we have the following useful corollary covering most functions usually seen in a calculus course.

Corollary 28.1 All piecewise continuous and piecewise monotone functions with finitely many pieces are integrable.

28.2 Linearity

We can continue using the definition of the Darboux integral to discover some familiar properties: proving that if a given function is integrable, so is any constant multiple, and if two functions are integrable, so is their sum. While straightforward, these proofs are a bit tedious as we must again dig into the definitions of the upper and lower sums. Happily, this section is optional to us as we will quickly have much easier proofs of these facts available to us for continuous functions, once we’ve proven the fundamental theorem of calculus.

Theorem 28.3 (Integrability of Constant Multiples) Let f be an integrable function a closed interval I, and cR. Then the function cf is also integrable on I, and furthermore Icf=cIf

We separate into cases depending on the sign of c. Below we complete c0, and leave c<0 as an exercise.

Proof (c=0). When c=0 the function cf is identically the zero function. Thus by Icf=I0=0|I|=0 This is equal to cIf=0If=0, so we’ve proven cIf=Icf as required.

Proof (c>0). For c>0, note that on any interval J we have infxJ{cf(x)}=cinfxJ{f(x)}supxJ{cf(x)}=csupxJ{f(x)} Thus for any partition P, L(cf,P)=iinfxPi{cf(x)}|Pi|=ciinfxPif(x)|Pi|=cL(f,P) U(cf,P)=isupxPi{cf(x)}|Pi|=cisupxPif(x)|Pi|=cU(f,P)

Let Pn be any sequence of shrinking partitions: since f is integrable we know limU(f,Pn)=limL(f,Pn)=If. Computing with the limit laws

limL(cf,Pn)=limcL(f,Pn)=climL(f,Pn)=cIf limU(cf,Pn)=limcU(f,Pn)=climU(f,Pn)=cIf

Thus the upper and lower sums are equal in the limit, so cf is integrable and its integral is equal to their common value cIf.

Exercise 28.1 Prove the c=1 case: if f is integrable on I then so is f and I(f)=If. Hint: what does multiplying by 1 do to m=inf and M=sup on each partition? What does it do to the sums U(f,P) and L(f,P)?

Combine this with the c>0 case above to prove the analogous result for any negative constant multiple.

Theorem 28.4 (Integrability of Sums) Let f,g be integrable functions on a closed interval I. Then their sum f+g is also integrable on I. Furthermore, its integral is the sum of the integrals of f and g: I(f+g)=If+Ig

Proof. The key inequality bounding sums of functions on an arbitrary interval J is infxJ{f(x)}+infxJ{g(x)}infxJ{f(x)+g(x)}supxJ{f(x)+g(x)}supxJ{f(x)}+supxJ{g(x)}

Given an arbitrary partition P, summing over the subintervals Pi yields

L(f,P)+L(g,P)L(f+g,P)U(f+g,P)U(f,P)+U(g,P)

By assumption f and g are both integrable, so we may select a sequence Pn of shrinking partitions such that limL(f,Pn)=limU(f,Pn)=IflimL(g,Pn)=limU(g,Pn)=Ig

Taking the limit of the above inequalities along this sequence of partitions yields

If+IglimL(f+g,P)limU(f+g,P)If+Ig

Thus by the squeeze theorem these limits are equal; so f+g is integrable, and its integral equals their common value If+Ig.

Each of these theorems does two things: it proves something about the space of integrable functions and also about how the integral behaves on this space. Below we rephrase the conclusion of these theorems in the terminology of linear algebra - a result so important it deserves the moniker of “Theorem” itself.

Theorem 28.5 (Linearity of the Riemann/Darboux Integral) For each interval [a,b]R, the set I([a,b]) of Riemann integrable functions forms a Vector Subspace of the set of all functions [a,b]R. On this subspace, the Riemann integral defines a linear map

[a,b]:I([a,b])R

28.3 Dominated Convergence for Integrals

Being able to move limits in and out of sums proved to be an incredibly useful skill in our work with functions defined as sums. Similarly, being able to move limits in and out of integrals proves to be a very useful property for reasoning with calculus. So we pause here to prove a version of the Dominated Convergence Theorem for our minimal integral, the Darboux Integral. This theorem is often called the Arzela Bounded Convergence Theorem, and was first proved by Arzela in 1885.

Theorem 28.6 (Dominated Convergence for the Darboux Integral) Let {fn} be a sequence of Darboux integrable functions on a closed interval I, and assume that the functions fn converge pointwise to a Riemann integrable function f. Then if there exists some M where |fn(x)|<M for all xI, the order of integration and limit may be interchanged: limIfn=If

We prove this result in steps; doing a special case f=0 first, and then using the special case to argue the general case. Our proof follows the beautifuly short paper A Concise, Elementary Proof of Arzela’s Bounded Convergence Theorem

Proposition 28.2 Let fn be a sequence of integrable functions on [0,1], with fn(x)[0,1] and fn(x)0 for all x[0,1]. Then the limit of their integrals also tends to zero: limn[0,1]fn=0

Proof. We prove the contrapositive, and show that if lim[0,1]fn0 the functions must not actually tend to zero, at least at some point. Since Let [0,1]n=[0,1]fn be the sequence of integrals. Since this is not tending to 0, we can pick a bound 2ε (written this way for convenience), and for every N find some n>N where |In|>2ε. Potentially passing to this subsequence (and negating), we can assume without loss of generality we can simply assume In>2ε for all n.

For each n, we can define a sequence Un of open subintervals of I of length at least ε, where fn is always greater than ε on Un. To see this, recall our upper and lower estimates: since the integral is greater than 2ε, we can find a partition P on which the lower sum is at least 2ε (if we could not, then all lower sums would be <2ε, and so the supremum over lower sums would be 2ε. But this is the value of our integral!) Call a rectangle short if its height is less than ε, and tall if its height is ε. The collection of all short rectangles have a total area less than ε (as their bases together are a subset of the unit interval, of length 1). Since the total area of all the rectangles is 2ε, there must also be tall rectangles (to make up for the extra at least ε of area required). And, since fn(x)1 for all x, this ε of area requires at least ε of base. So take Un to be these (open) bases, then fn(x)>ε for all xUn and Un’s total length is at least ε as required.

Recall our overall goal is to find an x where fn(x)0. If there is an x which lies in infinitely many of these sets Un we are done, because then for these infinitely many values of n we know fn(x)>ε, so the whole sequence cant possibly be converging to zero! So, we’ve reduced our question about integration to a question about intervals. But we will make one more reduction - for each N build the set VN=kNUk; the union of all the U’s past a given point. Since each of the sets Un contains intervals of total length at least ε, the set VN also has total length at least ε, but now the VN sets are nested: each VN contains VN+1. So, seeking a point in infinitely many of the Us is the same as seeking a point in the intersection of the Vs, and all we need to do is show the intersection of all the VN is nonempty. This is a quite intuitive statement, and indeed a straighforward proof:

Theorem: the intersection of a nested collection of intervals, each of total length >ε has total length ε. (though the proof goes a bit outside of the techniques we are focusing on here so we omit it, and refer the interested reader to the argument in A Concise, Elementary Proof of Arzela’s Bounded Convergence Theorem).

Having found a point in the intersection of VN gives us a point in infinitely many Un, which means a point x where fn(x)0, finishing the proof of the contrapositive.

Exercise 28.2 Extend the above proof to apply to sequences of functions fn:I[0,1] where I is any interval (not just unit length).

Now onto the general case.

Proof. Let fn be a sequence of Darboux integrable functions on an interval I, which converge pointwise to f. Consider the functions fn(x)f(x): since fn and f are bounded by M in absolute value, their difference is bounded by 2M, so set gn(x)=12M(fn(x)f(x)) Then the gn are a sequence of functions with range [0,1], which are integrable and converge pointwise to zero on I. Thus we can apply the special case above to conclude limnI12M(fnf)=0

From here, we can apply the linearity of the integral for each fixed n to conclude limn(12MIfn12MIf)=0 Since the second integral (of f) is constant, we can apply limit laws to conclude the limit of Ifn exists, and distribute the limits: 12MlimnIfn12MIf=0

Multiplying by 2M to clear this constant factor and adding If to both sides yields limnIfn=If

as desired.

Just as we used dominated convergence for series to prove the continuity of power series, we can use dominated convergence for integrals to prove the integrability of power series. However, we will not pause to do so, as thanks to the fundamental theorem of calculus, we will soon have the technology for a much quicker proof.