Real Analysis/Darboux Integral

From testwiki
Jump to navigation Jump to search

Template:Header

Template:TOC

Another popular definition of "integration" was provided by Jean Gaston Darboux and is often used in more advanced texts, such as this wikibook, due to its introductory ease. In this chapter, we will define the Darboux integral, and demonstrate the equivalence of Darboux integrals and the more widely known Riemann integrals.

Construction

Unlike Riemann Integration, this version of the integral will forgo one assumption of the function ƒ β€” that it must be continuous. It will only assume that the function ƒ is bounded on [a,b]. Of course, normal assumptions for a Real Analysis course such as the function only operating on real numbers over the interval of focus can be presumed (i.e. f:[a,b]ℝ)

Partitions

We will modify the definition of partition for the Darboux Integral so that the values a and b are also included in the set. For completeness, we will write out this new definition again.

Template:TextBox

Template:TextBox

For now, we will ignore the actual process of indexing these values. However, it should be noted that our definition of the partition does not make a claim about the relationship between the numbers; these values are not necessarily evenly distributed - but they can.

Upper and Lower Sums

Let 𝒫 be a partition of [a,b]

For every xi𝒫, you can define two special numbers:

mi=Λ™inf{f(x)|x[xi1,xi]} and
Mi=Λ™sup{f(x)|x[xi1,xi]}

The verbal definition of these two variables is more clear; mi defines the infimum of the set of valid ƒ(x) values in between two partition points and Mi defines the supremum of the set of valid ƒ(x) values in between two partition points.

Next, we will define the key functional component of the Darboux Integral, the sums.

Template:TextBox

Template:TextBox

Borrowing from geometry, you will notice that both sums are essentially additions of various rectangular shapes that are tied to the function ƒ due to the definition of length being either a supremum or infimum respectively.

It is important to note that although the upper and lower sum borrows function notation, it is not, necessarily, a function in the normal sense. It takes partitions as the input, which size is a natural number. The function ƒ is treated as a fixed constant.

There is actually only one more construction required in order to reach the Darboux integral. The only problem? This last step is to relate the upper sum and the lower sum. After all, the rectangles generated from this function leave out a lot of gaps because there are too few partition points. The more partition points there are, the more that Mi and mi converge upon the same value. The next task should be clear now; we need to prove that the upper sum and lower sum can converge onto a point.

Refinement

The second last piece of the construction requires that we prove the following two lemmas regarding our partition and our sums:

  1. L(f,𝒫)L(f,𝒫*)
  2. U(f,𝒫)U(f,𝒫*)

Excuse me, we have to define what the partition P with the asterisk means first before we can analyze this statement.

Template:TextBox

Okay, why do we need to prove this? Simple, these inequalities state that more partitions leads to a better approximation of the actual area. The lower bound will increase as it reaches the "area", while the upper bound will decrease as it reaches the "area". This should be a fact so intuitive that the idea of proving it might have never crossed your mind. However, we will prove this lemma right now. It will be needed for the final piece of the Darboux Integral puzzle.

This proof is simple and will only require inequality algebra.

Proof that the Lower Sum of a More Refined Partition is Never Smaller
For now, let's assume that 𝒫* only has one more partition point than 𝒫 (We will use this special case to prove the general case later). Given that, we will only require three partition points from these partitions in our proof: the extra partition point found only in 𝒫* and its two adjacent partition points found in both 𝒫* and 𝒫 Let xi,xi1𝒫 and let x*𝒫*𝒫 be such that xi1<x*<xi.
Now, we will generate the special infimum variable mi specifically for these partition points. They are given the variable name mβ€² and mβ€³. Let m'i=inf{f(x)|x[xi1,x*]} and m'i=inf{f(x)|x[x*,xi]}
We will use all of these variables to express the lower sum of the refined partition as something in relation to the lower sum of the partition. L(f,𝒫)=i=1nmi(xixi1) and L(f,𝒫*)=i=1x*1mi(xixi1)+m(x*xi1)+m(xix*)+i=x*+1nmi(xixi1)
The final relationship to compare between both equations can be distilled by removing the summations from the picture (via subtraction), yielding the following mi(xixi1) and m(x*xi1)+m(xix*)
Given that we have two infimums between the same partition point than only having one, it should be obvious that this relationship holds. This implies that a partition more refined by one partition point is larger. mi(xixi1)m(x*xi1)+m(xix*)
Using recursion, a refined partition of any arbitrary size can be achieved. The following mathematical statements depict the process of recursion. 𝒫𝒫1𝒫2𝒫*

Similarly, we can prove U(f,𝒫)>U(f,𝒫*) using the same method, by inverting the necessary functions.

Convergence

Now that we have proved that our intuition is correct; more partitions will yield an even closer approximation from both the lower sum and the upper sum, it is only fair to see if we can bring them together. If I can use mathematical symbols freely, it can be depicted as

L(f,𝒫1)``Area''U(f,𝒫2)

when the upper sum (the area of overestimation) is larger than the actual "area" and the lower sum (the area of underestimation) is smaller, yet both converge upon the "area" when the partition becomes finer. However, thinking like this will lead us to avoid the mathematical pieces we have collected that can also as fairly construct our integral. The roadmap to prove the Darboux Integral leads us to the final piece,

L(f,𝒫)U(f,𝒫)

where 𝒫 can be thought of as a partition full enough to yield the perfect approximation. We will call it, for this explanation portion, a perfect partition, although the perfect partition is importantly not infinite. However, you might be wondering how to solve this; the previous lemma does not make any comparisons between the lower and upper sum. That is why we are going to prove this instead:

L(f,𝒫1)U(f,𝒫2)

when 𝒫1 and 𝒫2 are any partitions of [a,b]. Yes, they do not need to be the same partition, as long as they are over the same interval [a,b]. This is actually going to be simpler, because our proof will use these two sums like bounds β€” dare I compare it as a squeeze?

Proof that the Sums Converge
Given that 𝒫1 and 𝒫2 are subsets of the main partition, we can use our lemma to continually refine our partition until they become the perfect partition. L(f,𝒫1)L(f,𝒫)

U(f,𝒫2)U(f,𝒫)

Even during the process of creating the perfect partition, it can be noted that the upper bound is larger than the lower bound. This is a consequence of the supremum being, by definition, greater than or equal to any other value. We can rule out that the lower sum can ever be greater. L(f,𝒫n)U(f,𝒫)
Speaking of which, we can also imagine that the supremum/infimum of the sums will also obey this property of maintaining the upper sum stance. sup{L(f,𝒫n)}inf{U(f,𝒫)}
Using supremums and infimums on the function mimics the behaviour of the perfect partition. sup{L(f,𝒫n)}=L(f,𝒫)U(f,𝒫)=inf{U(f,𝒫)}
We can not conclude our proof.

Conclusion

We come at an impasse. Our final piece yields a very strange answer about the lower and upper sum. Namely that they are not an equality, but an inequality

L(f,𝒫)U(f,𝒫)

where the certainty of the number remains unknown. However, we can easily sidestep this issue by breaking it into two cases and validating one or the other. What do we mean by validation? We can define the integral, namely the Darboux Integral, as being the number ensuring the equality of the upper and lower sum. We can then define an invalid integral as maintaining the inequality. In mathematical notation, we define the integral as being

L(f,𝒫)=U(f,𝒫)

and rejecting every other case as being an invalid integral.

From here, we completed the construction of the Darboux Integral from the bottom-up.

Definition

Template:TextBox

Remarks

  1. Of course, the function has to be real i.e. f:[a,b]ℝ.
  2. The Darboux Integral is defined on the condition of uniqueness, unlike other concepts in this wikibook, such as limits, that are implied from the definition.

Properties

Let f:[a,b]ℝ

f is Darboux integrable over [a,b] if and only if for every ε>0, there exists a partition 𝒫 on [a,b] such that U(f,𝒫)L(f,𝒫)<ε

Proof

()Let A=abf and let ε>0 be given. Thus, by Gap Lemma, there exists a partition 𝒫 such that both U(f,𝒫),L(f,𝒫)Vε2(A), and hence U(f,𝒫)L(f,𝒫)<ε

()Let 𝒫0 be any partition on [a,b]. Observe that L(f,𝒫0) is a lower bound of the set 𝒰={U(f,𝒫)|𝒫 is any partition} and that U(f,𝒫0) is an upper bound of the set β„’={L(f,𝒫)|𝒫 is any partition}

Thus, let α=supβ„’ and β=inf𝒰. As L(f,𝒫)<U(f,𝒫), we have that α>β cannot be true. Also, as α,β are a supremum and infimum respectively, α<β is also not possible. Hence, α=β=L (say).

As L=sup𝒫L(f,𝒫)=inf𝒫U(f,𝒫), we have that abf=L

Equivalence of Riemann and Darboux Integrals

At first sight, it may appear that the Darboux integral is a special case of the Riemann integral. However, this is illusionary, and indeed the two are equivalent.

Lemma

(1) Let f:[a,b]ℝ be Darboux Integrable, with integral L

Define function ε(δ)=sup{|LS(f,PΛ™)|:PΛ™=δ}

(2) Then δ1<δ2 ε(δ1)<ε(δ2)

Proof

Let δ1<δ2. Consider set T of tagged partitions PΛ™ such that ε(δ1)|LS(f,PΛ™)|

Let T be the set of PΛ™ where PΛ™PΛ™T and PΛ™=δ2>δ1

note that TT and that the set T indeed contains all partitions PΛ™ with PΛ™=δ2

Now, for PΛ™T, we can construct PΛ™T such that |LS(f,PΛ™)|>|LS(f,PΛ™)|

Hence, supPΛ™T{|LS(f,PΛ™)|}<supPΛ™T{|LS(f,PΛ™)|}

i.e. ε(δ2)>ε(δ1)

Theorem

Let f:[a,b]ℝ

(1)f is Riemann integrable on [a,b] iff

(2)f is Darboux Integrable on [a,b]

Proof

() Let ϵ>0 be given.

(1) tagged partition PΛ™ such that |S(f,PΛ™)L|<ϵ2.

Let partitions P1 and P2 be the same refinement of PΛ™ but with different tags.

Therefore, |S(f,P1)S(f,P2)|<ϵ P1 and P2

i.e., by the triangle inequality, |S(f,P1)||S(f,P2)|<ϵ

Gap Lemma U(f,P)L(f,P)<ϵ,

ϵ>0 being arbitrary, using Theorem 2.1, we have that f is Darboux Integrable.

()Let ϵ>0 be given.

(2), Theorem 2.1 partition P such that U(f,P)L(f,P)<ϵ

Hence, |LS(f,P)|<ϵ as L(f,P)S(f,P)U(f,P)

By Lemma 3.1, |LS(f,P)|<ϵ if P<P

Thus, if we put δ=P, we have (1)

We note here that the crucial element in this proof is Lemma 3.1, as it essentially is giving an order relation between ε and δ, which is not directly present in either the Riemann or Darboux definition.