Darboux integral

From HandWiki
Short description: Integral constructed using Darboux sums

In the branch of mathematics known as real analysis, the Darboux integral is constructed using Darboux sums and is one possible definition of the integral of a function. Darboux integrals are equivalent to Riemann integrals, meaning that a function is Darboux-integrable if and only if it is Riemann-integrable, and the values of the two integrals, if they exist, are equal.[1] The definition of the Darboux integral has the advantage of being easier to apply in computations or proofs than that of the Riemann integral. Consequently, introductory textbooks on calculus and real analysis often develop Riemann integration using the Darboux integral, rather than the true Riemann integral.[2] Moreover, the definition is readily extended to defining Riemann–Stieltjes integration.[3] Darboux integrals are named after their inventor, Gaston Darboux (1842–1917).

Definition

The definition of the Darboux integral considers upper and lower (Darboux) integrals, which exist for any bounded real-valued function [math]\displaystyle{ f }[/math] on the interval [math]\displaystyle{ [a,b]. }[/math] The Darboux integral exists if and only if the upper and lower integrals are equal. The upper and lower integrals are in turn the infimum and supremum, respectively, of upper and lower (Darboux) sums which over- and underestimate, respectively, the "area under the curve." In particular, for a given partition of the interval of integration, the upper and lower sums add together the areas of rectangular slices whose heights are the supremum and infimum, respectively, of f in each subinterval of the partition. These ideas are made precise below:

Darboux sums

Lower (green) and upper (green plus lavender) Darboux sums for four subintervals

A partition of an interval [math]\displaystyle{ [a,b] }[/math] is a finite sequence of values [math]\displaystyle{ x_{i} }[/math] such that

[math]\displaystyle{ a = x_0 \lt x_1 \lt \cdots \lt x_n = b. }[/math]

Each interval [math]\displaystyle{ [x_{i-1},x_i] }[/math] is called a subinterval of the partition. Let [math]\displaystyle{ f:[a,b]\to\R }[/math] be a bounded function, and let

[math]\displaystyle{ P = (x_0, \ldots, x_n) }[/math]

be a partition of [math]\displaystyle{ [a,b] }[/math]. Let

[math]\displaystyle{ \begin{align} M_i = \sup_{x\in[x_{i-1},x_{i}]} f(x), \\ m_i = \inf_{x\in[x_{i-1},x_{i}]} f(x). \end{align} }[/math]


The upper Darboux sum of [math]\displaystyle{ f }[/math] with respect to [math]\displaystyle{ P }[/math] is

[math]\displaystyle{ U_{f, P} = \sum_{i=1}^n (x_{i}-x_{i-1}) M_i. \,\! }[/math]

The lower Darboux sum of [math]\displaystyle{ f }[/math] with respect to [math]\displaystyle{ P }[/math] is

[math]\displaystyle{ L_{f, P} = \sum_{i=1}^n (x_{i}-x_{i-1}) m_i. \,\! }[/math]

The lower and upper Darboux sums are often called the lower and upper sums.

Darboux integrals

The upper Darboux integral of f is

[math]\displaystyle{ U_f = \inf\{U_{f,P} \colon P \text{ is a partition of } [a,b]\}. }[/math]

The lower Darboux integral of f is

[math]\displaystyle{ L_f = \sup\{L_{f,P} \colon P \text{ is a partition of } [a,b]\}. }[/math]

In some literature, an integral symbol with an underline and overline represent the lower and upper Darboux integrals respectively:

[math]\displaystyle{ \begin{align} &{} L_f \equiv \underline{\int_{a}^{b}} f(x) \, \mathrm{d}x, \\ &{} U_f \equiv \overline{\int_{a}^{b}} f(x) \, \mathrm{d}x, \end{align} }[/math]

and like Darboux sums they are sometimes simply called the lower and upper integrals.

If Uf = Lf, then we call the common value the Darboux integral.[4] We also say that f is Darboux-integrable or simply integrable and set

[math]\displaystyle{ \int_a^b {f(t)\,dt} = U_f = L_f. }[/math]

An equivalent and sometimes useful criterion for the integrability of f is to show that for every ε > 0 there exists a partition Pε of [a, b] such that[5]

[math]\displaystyle{ U_{f,P_\epsilon} - L_{f,P_\epsilon} \lt \varepsilon. }[/math]

Properties

  • For any given partition, the upper Darboux sum is always greater than or equal to the lower Darboux sum. Furthermore, the lower Darboux sum is bounded below by the rectangle of width (ba) and height inf(f) taken over [a, b]. Likewise, the upper sum is bounded above by the rectangle of width (ba) and height sup(f).
    [math]\displaystyle{ (b-a)\inf_{x \in [a,b]} f(x) \leq L_{f,P} \leq U_{f,P} \leq (b-a)\sup_{x \in [a,b]} f(x) }[/math]
  • The lower and upper Darboux integrals satisfy
    [math]\displaystyle{ \underline{\int_{a}^{b}} f(x) \, dx \leq \overline{\int_{a}^{b}} f(x) \, dx }[/math]
  • Given any c in (a, b)
    [math]\displaystyle{ \begin{align} \underline{\int_{a}^{b}} f(x) \, dx &= \underline{\int_{a}^{c}} f(x) \, dx + \underline{\int_{c}^{b}} f(x) \, dx\\[6pt] \overline{\int_{a}^{b}} f(x) \, dx &= \overline{\int_{a}^{c}} f(x) \, dx + \overline{\int_{c}^{b}} f(x) \, dx \end{align} }[/math]
  • The lower and upper Darboux integrals are not necessarily linear. Suppose that g:[a, b] → R is also a bounded function, then the upper and lower integrals satisfy the following inequalities:
    [math]\displaystyle{ \begin{align} \underline{\int_{a}^{b}} f(x) \, dx + \underline{\int_{a}^{b}} g(x) \, dx &\leq \underline{\int_{a}^{b}} (f(x) + g(x)) \, dx\\[6pt] \overline{\int_{a}^{b}} f(x) \, dx + \overline{\int_{a}^{b}} g(x) \, dx &\geq \overline{\int_{a}^{b}} (f(x) + g(x)) \, dx \end{align} }[/math]
  • For a constant c ≥ 0 we have
    [math]\displaystyle{ \begin{align} \underline{\int_{a}^{b}} cf(x) \, dx &= c\underline{\int_{a}^{b}} f(x)\, dx \\[6pt] \overline{\int_{a}^{b}} cf(x) \, dx &= c\overline{\int_{a}^{b}} f(x)\, dx \end{align} }[/math]
  • For a constant c ≤ 0 we have
    [math]\displaystyle{ \begin{align} \underline{\int_{a}^{b}} cf(x)\, dx &= c\overline{\int_{a}^{b}} f(x)\, dx \\[6pt] \overline{\int_{a}^{b}} cf(x)\, dx &= c\underline{\int_{a}^{b}} f(x)\, dx \end{align} }[/math]
  • Consider the function
    [math]\displaystyle{ \begin{align} &{} F : [a, b] \to \R \\ &{} F(x) = \underline{\int_{a}^{x}} f(t) \, dt, \end{align} }[/math]
then F is Lipschitz continuous. An identical result holds if F is defined using an upper Darboux integral.

Examples

A Darboux-integrable function

Suppose we want to show that the function [math]\displaystyle{ f(x)=x }[/math] is Darboux-integrable on the interval [math]\displaystyle{ [0,1] }[/math] and determine its value. To do this we partition [math]\displaystyle{ [0,1] }[/math] into [math]\displaystyle{ n }[/math] equally sized subintervals each of length [math]\displaystyle{ 1/n }[/math]. We denote a partition of [math]\displaystyle{ n }[/math] equally sized subintervals as [math]\displaystyle{ P_n }[/math].

Now since [math]\displaystyle{ f(x)=x }[/math] is strictly increasing on [math]\displaystyle{ [0,1] }[/math], the infimum on any particular subinterval is given by its starting point. Likewise the supremum on any particular subinterval is given by its end point. The starting point of the [math]\displaystyle{ k }[/math]-th subinterval in [math]\displaystyle{ P_n }[/math] is [math]\displaystyle{ (k-1)/n }[/math] and the end point is [math]\displaystyle{ k/n }[/math]. Thus the lower Darboux sum on a partition [math]\displaystyle{ P_n }[/math] is given by

[math]\displaystyle{ \begin{align} L_{f,P_n} &= \sum_{k = 1}^{n} f(x_{k-1})(x_{k} - x_{k-1}) \\ &= \sum_{k = 1}^{n} \frac{k-1}{n} \cdot \frac{1}{n} \\ &= \frac{1}{n^2} \sum_{k = 1}^{n} [k-1] \\ &= \frac{1}{n^2}\left[ \frac{(n-1)n}{2} \right] \end{align} }[/math]

similarly, the upper Darboux sum is given by

[math]\displaystyle{ \begin{align} U_{f,P_n} &= \sum_{k = 1}^{n} f(x_{k})(x_{k} - x_{k-1}) \\ &= \sum_{k = 1}^{n} \frac{k}{n} \cdot \frac{1}{n} \\ &= \frac{1}{n^2} \sum_{k = 1}^{n} k \\ &= \frac{1}{n^2}\left[ \frac{(n+1)n}{2} \right] \end{align} }[/math]

Since

[math]\displaystyle{ U_{f,P_n} - L_{f,P_n} = \frac{1}{n} }[/math]

Thus for given any [math]\displaystyle{ \varepsilon\gt 0 }[/math], we have that any partition [math]\displaystyle{ P_n }[/math] with [math]\displaystyle{ n \gt \frac{1}{\varepsilon} }[/math] satisfies

[math]\displaystyle{ U_{f,P_n} - L_{f,P_n} \lt \varepsilon }[/math]

which shows that [math]\displaystyle{ f }[/math] is Darboux integrable. To find the value of the integral note that

[math]\displaystyle{ \int_{0}^{1}f(x) \, dx = \lim_{n \to \infty} U_{f,P_n} = \lim_{n \to \infty} L_{f,P_n} = \frac{1}{2} }[/math]
Darboux sums
Upper Darboux sum example
Darboux upper sums of the function y = x2
Lower Darboux sum example
Darboux lower sums of the function y = x2

A nonintegrable function

Suppose we have the Dirichlet function [math]\displaystyle{ f:[0,1] \to \R }[/math] defined as

[math]\displaystyle{ \begin{align} f(x) &= \begin{cases} 0 & \text{if }x\text{ is rational} \\ 1 & \text{if }x\text{ is irrational} \end{cases} \end{align} }[/math]

Since the rational and irrational numbers are both dense subsets of [math]\displaystyle{ \mathbb{R} }[/math], it follows that [math]\displaystyle{ f }[/math] takes on the value of 0 and 1 on every subinterval of any partition. Thus for any partition [math]\displaystyle{ P }[/math] we have

[math]\displaystyle{ \begin{align} L_{f,P} &=\sum_{k = 1}^{n}(x_{k} - x_{k-1})\inf_{x \in [x_{k-1},x_{k}]}f = 0 \\ U_{f,P} &=\sum_{k = 1}^{n}(x_{k} - x_{k-1}) \sup_{x \in [x_{k-1},x_{k}]}f = 1 \end{align} }[/math]

from which we can see that the lower and upper Darboux integrals are unequal.

Refinement of a partition and relation to Riemann integration

When passing to a refinement, the lower sum increases and the upper sum decreases.

A refinement of the partition [math]\displaystyle{ x_0, \ldots, x_n }[/math] is a partition [math]\displaystyle{ y_0, \ldots, y_m }[/math] such that for all i = 0, …, n there is an integer r(i) such that

[math]\displaystyle{ x_{i} = y_{r(i)} . }[/math]

In other words, to make a refinement, cut the subintervals into smaller pieces and do not remove any existing cuts.

If [math]\displaystyle{ P' = (y_0,\ldots,y_m) }[/math] is a refinement of [math]\displaystyle{ P = (x_0,\ldots,x_n) , }[/math] then

[math]\displaystyle{ U_{f, P} \ge U_{f, P'} }[/math]

and

[math]\displaystyle{ L_{f, P} \le L_{f, P'}. }[/math]

If P1, P2 are two partitions of the same interval (one need not be a refinement of the other), then

[math]\displaystyle{ L_{f, P_1} \le U_{f, P_2}, }[/math]

and it follows that

[math]\displaystyle{ L_f \le U_f . }[/math]

Riemann sums always lie between the corresponding lower and upper Darboux sums. Formally, if [math]\displaystyle{ P = (x_0,\ldots,x_n) }[/math] and [math]\displaystyle{ T = (t_1,\ldots,t_n) }[/math] together make a tagged partition

[math]\displaystyle{ x_0 \le t_1 \le x_1\le \cdots \le x_{n-1} \le t_n \le x_n }[/math]

(as in the definition of the Riemann integral), and if the Riemann sum of [math]\displaystyle{ f }[/math] is equal to R corresponding to P and T, then

[math]\displaystyle{ L_{f, P} \le R \le U_{f, P}. }[/math]

From the previous fact, Riemann integrals are at least as strong as Darboux integrals: if the Darboux integral exists, then the upper and lower Darboux sums corresponding to a sufficiently fine partition will be close to the value of the integral, so any Riemann sum over the same partition will also be close to the value of the integral. There is (see below) a tagged partition that comes arbitrarily close to the value of the upper Darboux integral or lower Darboux integral, and consequently, if the Riemann integral exists, then the Darboux integral must exist as well.

See also

Notes

  1. David J. Foulis; Mustafa A. Munem (1989). After Calculus: Analysis. Dellen Publishing Company. p. 396. ISBN 978-0-02-339130-9. https://books.google.com/books?id=kSMnAQAAIAAJ. 
  2. Spivak, M. (1994). Calculus (3rd. edition). Houston, TX: Publish Or Perish, Inc.. pp. 253–255. ISBN 0-914098-89-6. https://archive.org/details/calculus00spiv_191. 
  3. Rudin, W. (1976). Principles of Mathematical Analysis (3rd. edition). New York: McGraw-Hill. pp. 120–122. ISBN 007054235X. https://archive.org/details/principlesmathem00rudi_663. 
  4. Wolfram MathWorld
  5. Spivak 2008, chapter 13.

References

| url=https://www.youtube.com/watch?v=W7Ki6y9jAXc | title=Equivalence of Darboux and Riemann integral