26  Construction

This is a technical chapter, where we prove that there really are integrals: by giving a precise construction that satisfies the axioms!

We have introduced axioms for integration, and gotten a bit comfortable using these axioms to compute things. For example, in the last chapter we proved the following facts with relatively straightforward arguments:

These theorems all are of the same form: they’re conditional on if an integral exists, then we know stuff about it. This of course is kind of disappointing: but also to be expected: we’ve given the axioms for an integral but we haven’t shown anything actually satisfies these axioms yet! This chapter fills this gap, by recalling our natural candidate for an integral, and then proving it actually does satisfy the axioms. The arguments are all very reminiscent of the calculations we did for x and x2 but more abstract, and while straightforward they will not be a focus of ours, here at the end of the course. This is a great chapter to read if you’re the kind of mathematician who has been nervously following the work in the previous chapter / final homework, worrying that maybe its all for nothing because maybe integrals don’t exist at all! But if this hasn’t been a big worry of yours, you’ll miss nothing by skipping over this chapter.

We recall first the definition of the Darboux Integral. Let f be a function on the closed interval I, and write U(f)=infPPI{UI(f,P)} and L(f)=supPPI{LI(f,P)} for the upper and lower sums, with LI(f,P)=0i<Nmi|Pi| and UI(f,P)=0i<NMi|Pi| for any partition P. Then f is Darboux-Integrable on I if U(f)=L(f), and we define the integral to be this common value: [a,b]Df=U(f)=L(f). We will prove that this definition satisfies the axioms: that is,

The proof takes place in several steps, but we begin by developing a basic theory of partitions of intervals, which are the crucial defining features of our sum.

26.1 Working with Partitions

Definition 26.1 (Partitions) A partition of the interval I=[a,b] is a finite ordered set P={t0,t1,,tn} with a=t0<t1<<tn1<tN=b.

  • N is called the length of the partition
  • We write Pi=[ti,ti+1] for the ith interval of P, and |Pi|=(ti+1ti) for its width.
  • The maxwidth of P is the maximal width of the P’s intervals, maxwidth(P)=max0i<N{|Pi|}.
  • The set of all partitions on a fixed interval I is denoted PI.PI={P:P is a partition of I}

The goal of this section is to prove the seemingly obvious fact LI(f)UI(f). This takes more work than it seems at first because of the definitions of LI(f) as a supremum and UI(f) as an infimum, but proves an invaluable tool in analyzing integrability.

Definition 26.2 (Refining Partitions) A partition Q is a refinement of a partition P if Q contains all the points of P (that is, PQ).

Proposition 26.1 (The Refinement Lemma) If Q is a refinement of the partition P on a closed interval I, then for any bounded function f the following inequalities hold LI(f,P)LI(f,Q)UI(f,Q)UI(f,P)

Proof. Here we give the argument for lower sums, the analogous case for upper sums is asked in . Since PQ and both P,Q are finite sets we know Q contains finitely many more points than P. Here we will show that if Q contains exactly one more point than P, that the claim holds; the general case follows by induction.

In this case we may write Q=P{z}, where z lies within the partition Pk=[tk,tk+1]. Thus, Qk=[tk,c] for the left half after subdivision, and Qk+1=[c,tk+1] for the right half. Outside of Pk, the two partitions are identical, so their difference is given only by the difference of their values on Pk: LI(f,Q)LI(f,P)= (infxQk{f(x)}|Qk|+infxQk+1{f(x)}|Qk+1|)(infxPk{f(x)}|Pk|)

Since both Qk and Qk+1 are subsets of Pk, the infimum over each of them is at its smallest the infimum over the whole set. This implies

infxQk{f(x)}|Qk|+infxQk+1{f(x)}|Qk+1|infxPk{f(x)}|Qk|+infxPk{f(x)}|Qk+1=infxPk{f(x)}(|Qk|+|Qk+1)=infxPk{f(x)}|Pk|

Thus, the first term in the difference above is bigger than the second, so the overall difference is positive. Thus LI(f,Q)LI(f,P)0 and so as claimed, LI(f,Q)LI(f,P)

Exercise 26.1 Following the structure above, prove that if Q refines P, that UI(f,Q)UI(f,P)

Proposition 26.2 (Upper/Lower Sum Inequality) Lower sums are always smaller than upper sums, independent of partition. That is, if P,Q be two arbitrary partitions of a closed interval I, for any bounded function f, LI(f,P)UI(f,Q)

Proof. Let P and Q be two arbitrary partitions of the interval I, and consider the partition PQ. This contains both P and Q as subsets, so is a common refinement of both.

Using our previous work, this implies L(f,P)L(f,PQ)U(f,PQ)U(f,Q)

We also know that for the partition PQ itself, L(f,PQ)U(f,PQ)

Taken together these produce the the string of inequalities

L(f,P)L(f,PQ)U(f,PQ)U(f,Q)

From which immediately follows that L(f,P)U(f,Q), as desired.

Proposition 26.3 (Upper/Lower Integral Inequality) Let I be any closed interval and f a bounded function on I. Then the lower integral is less than or equal to the upper integral, LIfUIf.

Proof. Recall that U(f) is the infimum over all partitions of the upper sums.
Let P be an arbitrary partition. By ?prp-upper-lower-on-different-partitions we know the upper sum with respect to any partition whatsoever is greater than or equal to L(f,P), so L(f,P) is a lower bound for the set of all upper sums.

Thus, the infimum of the upper sums - the greatest of all lower bounds - must be at greater or equal to this specific lower bound, L(f,P)infQP{U(f,Q)}=U(f)

But this holds for every partition P. That means this number U(f) is actually an upper bound for the set of all L(f,P). And so, it must be greater than or equal to the least upper bound L(f): L(f)U(f)

Corollary 26.1 To show a function f is integrable, it suffices to show that U(f)L(f).

(To see this, recall in general that LI(f)UI(f) from ?prp-lower-int-leq-upper-int. So, if UIfLIf then in fact they are equal, which is the definition of f being integrable.)

26.2 Integrability Criteria

Here we prove a very useful condition to test if a function is integrable, by finding sufficient partitions.

Theorem 26.1 Let f be a bounded function on a closed interval I. Then f is integrable if for every ε>0 there exists a partition P of I such that U(f,P)L(f,P)<ε

Here we prove one direction of this theorem, namely that if such partitions exist for all ε>0 then f is integrable. We prove the converse below.

Proof. Let ε>0, and assume there is a partition P with UI(f,P)LI(f,P)<ε Then, recalling LI(f,P)LI(f) and UI(f)UI(f,P) by definition, we chain these together with LI(f)UI(f) to get

LI(f,P)LI(f)UI(f)UI(f,P)

Thus, the interval [LI(f),UI(f)] is contained within the interval [LI(f,P),UI(f,P)] which has length <ε. Thus its length must also be less than ε:

0UI(f)LI(f)ε

But ε was arbitrary! Thus the only possibility is that UI(f)LI(f)=0, and so the two are equal, meaning f is integrable as claimed.

Now we prove the second direction of : the proof is reminiscent of the triangle inequality, though without absolute values (as we know terms of the form UL are always nonnegative already)

Proof. Assume that f is integrable, so LI(f)=UI(f). Since UI(f) is the greatest lower bound of all the upper sums, for any ε>0, UI(f)+ε2 is not a lower bound: that is, there must be some partition P1 where UI(f,P1)<UI(f)+ε2

Similarly, since LI(f) is the least upper bound of the lower sums, there must be some partition P2 with LI(f,P2)>LI(f)ε2

Now, define P=P1P2 to be the common refinement of these two partitions, and observe that

UI(f,P)LI(f,P)UI(f,P1)LI(f,P2)<(UI(f)+ε2)(LIε2)=UI(f)LI(f)+ε=ε Where the last inequality uses LI(f)=UI(f). Thus, for our arbitrary ε we found a partition on which the upper and lower sums differ by less than that, as claimed.

And finally, we provide an even stronger theorem than ε-integrability, that lets us prove a function is integrable and calculate the resulting value, by taking the limit of carefully chosen sequences of partitions. More precisely, we want to consider any sequence of partitions that’s getting finer and finer:

Definition 26.3 (Shrinking Partitions) A sequence PnPI of partitions is said to be shrinking if the corresponding sequence of max-widths converges to 0.

We often abbreviate the phrase Pn is a shrinking sequence of partitions by Pn0.

Theorem 26.2 (Integrability & Shrinking Partitions) Let f be a function on the interval I, and assume that Pn,Pn are two sequences of shrinking partitions such that limLI(f,Pn)=limUI(f,Pn) Then, f is integrable on I and If is equal to this common value.

Proof. Call this common limiting value X. As LIf is defined as a supremum over all lower sums

limLI(f,Pn)sup{nN}{LI(f,Pn)}supPPI{LI(f,P)}=LI(f)

Similiarly, as UI(f) is the infimum over all upper sums, we have limUI(f,Pn)UI(f)

By ?prp-lower-int-leq-upper-int we know LI(f)UI(f), which allows us to string these inequalities together:

limLI(f,Pn)LI(f)UI(f)limUI(f,Pn)

Under the assumption that these two limits are equal, all four quantities in this sequence must be equal, and in particular LI(f)=UI(f). Thus f is integrable, and its value coincides with the limit of either of these sequences of shrinking partitions, as claimed.

26.3 Verification of Axioms

With these tools in hand we verify the axioms of integration hold for the Darboux integral. For readability, we write instead of D throughout.

Proposition 26.4 (Integrability of Constants) Let f(x)=k be a constant function, and [a,b] an interval. Then k is Darboux integrable on [a,b] and [a,b]k=k(ba)

Proof. For any partition P, we have Mi=supxPi{f(x)}=k=infxPi{f(x)}=mi as f is constant. Thus, U(f,P)=PiPMi|Pi|=kPiP|Pi|=k(ba) L(f,P)=PiPmi|Pi|=kPiP|Pi|=k(ba) The upper and lower sums are constant, independent of partition, and so their respective infima/suprema are also constant, equal to this same value. Thus k is integrable, and the integral is also this common value [a,b]k=k(ba)

Proposition 26.5 (Integration and Inequalities) Let f,g be Darboux integrable functions on [a,b] and assume that f(x)g(x) for all x[a,b]. Then [a,b]f[a,b]g

Proof. The constraint fg implies that on any partition P we have L(f,P)L(g,P) Or, equivalently L(g,P)L(f,P)0. Taking the supremum over all P of this set of nonnegative numbers yields a nonnegative number, so

supPP[a,b]{L(g,P)L(f,P)}0 L(g)L(f)0L(f)L(g) But since we’ve assumed f and g are integrable we know that L(f)=U(f)=a,bf and L(g)=U(g)=[a,b]g. Thus

[a,b]f[a,b]g

Proposition 26.6 (Integration and Subdivision) Let [a,b] be an interval and c(a,b). Then a function f defined on [a,b] is Darboux-integrable on this interval if and only if it is Darboux integrable on both [a,c] and [c,b]. Furthermore, when defined these three integrals satisfy the identity [a,b]f=[a,c]f+[c,b]f

Proof. First, assume that f is integrable on [a,b]. By ?thm-epsilon-integrability, this means for any ε>0 there exists a partition P where U(f,P)L(f,P)<ε. Now consider the refinement Pc=P{c}. By the refinement lemma, L(f,P)L(f,Pc)U(f,Pc)U(f,P) Thus U(f,Pc)L(f,Pc)<ε as well. Next we take this partition and divide it into partitions of each subinterval P1=Pc[a,c] and P2=Pc[c,b]. By simply re-grouping the finite sums, we see L(f,Pc)=L(f,P1)+L(f,P2)U(f,Pc)=U(f,P1)+U(f,P2)

And, by the definitions of upper and lower sums, for each we know U(f,Pi)L(f,Pi)0. All that remains to insure the integrability of f on [a,c] and [c,b] is to show that these differences are individually less than ε. But this is immediate, as for example,

U(f,P1)L(f,P1)U(f,P1)L(f,P1)+(U(f,P2)L(f,P2))=(U(f,P1)+U(f,P2))(L(f,P1)+L(f,P2))=U(f,Pc)L(f,Pc)ε

and the same argument applies to U(f,P2)L(f,P2).

Next we assume integrability on the two subintervals, and prove integrability on the whole interval.

Proof. Let ε>0 and by our integrability assumptions choose partitions P1 of [a,c] and P2 of [c,b] such that U(f,Pi)L(f,Pi)ε2i{1,2} Now, their union P=P1P2 is a partition of [a,b], and re-grouping the finite sums, we see L(f,P)=L(f,P1)+L(f,P2)U(f,P)=U(f,P1)+U(f,P2)

Thus,

U(f,P)L(f,P)=(U(f,P1)+U(f,P2))(L(f,P1)+L(f,P2))=(U(f,P1)L(f,P1))+(U(f,P2)L(f,P2))ε2+ε2=ε

So, we see that integrability on [a,b] is equivalent to integrability on [a,c] and [c,b]. Finally, we need to show in the case where all three integrals are defined, the subdivision equality actually holds.

Proof. Let P be any partition of the interval [a,b] and define the usual suspects: Pc=P{c}P1=Pc[a,c]P2=Pc[c,b] We need three pieces of data. First, the inequalities relating integrals to upper and lower sums L(f,P1)[a,c]fU(f,P1)L(f,P2)[c,b]fU(f,P2) Second, the inequalities of refinements: L(f,P)L(f,Pc)U(f,Pc)U(f,P) and third, the relationships between P1,P2 and Pc: L(f,Pc)=L(f,P1)+L(f,P2)U(f,Pc)=U(f,P1)+U(f,P2)

Putting all of these together, we get both lower and upper estimates for the sum of the integrals over the subdivision:

L(f,P)L(f,Pc)=L(f,P1)+L(f,P2)[a,c]f+[c,b]f [a,c]f+[c,b]fU(f,P1)+U(f,P2)=U(f,Pc)U(f,P)

And concatenating these inequalities gives the overall bound, for any arbitrary partition P:

L(f,P)[a,c]f+[c,b]fU(f,P)

Thus, the sum of these integrals lies between the upper and lower sum of f on [a,b] for every partition. As f is integrable, we know there is a single number with this property, and that number is by definition the integral. Thus [a,b]f=[a,c]f+[c,b]f

Phew! We’ve successfully verified all three axioms for the Darboux integral. Taken together, these prove that our construction really is an integral!

Corollary 26.2 The equality of upper and lower sums satisfies the axioms of integration, and thus the Darboux Integral really does define an integral.