Darboux integral

In real analysis, a branch of mathematics, 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] Darboux integrals have the advantage of being simpler to define than Riemann integrals. Darboux integrals are named after their inventor, Gaston Darboux.

Definition

Darboux sums

A partition of an interval [a,b] is a finite sequence of values xi such that

a = x_0 < x_1 < \cdots < x_n = b . \,\!

Each interval [xi1,xi] is called a subinterval of the partition. Let ƒ:[a,b]→R be a bounded function, and let

P = (x_0, \ldots, x_n) \,\!

be a partition of [a,b]. Let

\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}
Lower (green) and upper (green plus lavender) Darboux sums for four subintervals

The upper Darboux sum of ƒ with respect to P is

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

The lower Darboux sum of ƒ with respect to P is

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

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

Darboux integrals

The upper Darboux integral of ƒ is

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

The lower Darboux integral of ƒ is

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

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

\begin{align}
L_f \equiv \underline{\int_{a}^{b}} f(x) \, dx &\quad U_f \equiv \overline{\int_{a}^{b}} f(x) \,dx
\end{align}

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

If Uƒ = Lƒ, then we call the common value the Darboux Integral.[2] We also say that ƒ is Darboux-integrable or simply integrable and set

\int_a^b {f(t)\,dt} = U_f = L_f , \,\!

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

 U_{f,P_\epsilon} - L_{f,P_\epsilon} < \epsilon

Properties

(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)
\underline{\int_{a}^{b}} f(x) \, dx  \leq \overline{\int_{a}^{b}} f(x) \, dx
\begin{align}
\underline{\int_{a}^{b}} f(x) \, dx  &= \underline{\int_{a}^{c}} f(x) \, dx +   \underline{\int_{c}^{b}} f(x) \, dx\\
\overline{\int_{a}^{b}} f(x) \, dx  &= \overline{\int_{a}^{c}} f(x) \, dx +   \overline{\int_{c}^{b}} f(x) \, dx
\end{align}
\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\\ 
\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}
\begin{align}
\underline{\int_{a}^{b}} cf(x) &= c\underline{\int_{a}^{b}} f(x)\\
\overline{\int_{a}^{b}} cf(x) &= c\overline{\int_{a}^{b}} f(x)
\end{align}
\begin{align}
\underline{\int_{a}^{b}} cf(x) &= c\overline{\int_{a}^{b}} f(x)\\
\overline{\int_{a}^{b}} cf(x) &= c\underline{\int_{a}^{b}} f(x)
\end{align}
 F(x) = \underline{\int_{a}^{x}} f(t) \, dt

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 f(x) = x is Darboux-integrable on the interval [0,1] and determine its value. To do this we partition [0,1] into n equally sized subintervals each of length 1/n. We denote a partition of n equally sized subintervals as Pn.

Now since f(x) = x is strictly increasing on [0,1], 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 kth subinterval in Pn is (k-1)/n and the end point is k/n. Thus the lower Darboux sum on a partition Pn is given by

\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}

similarly, the upper Darboux sum is given by

\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}

Since

\begin{align}
U_{f,P_n} - L_{f,P_n} &= \frac{1}{n}
\end{align}

Thus for given any ε > 0, we have that any partition Pn with n > 1/ε satisfies

\begin{align}
U_{f,P_n} - L_{f,P_n} &< \epsilon
\end{align}

which shows that f is Darboux integrable. To find the value of the integral note that

\begin{align}
\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}
\end{align}

An unintegrable function

Suppose we have the function f:[0,1]→R defined as

\begin{align}
f(x) &=
 \begin{cases}
 0, & \text{if }x\text{ is rational} \\
 1, & \text{if }x\text{ is irrational}
 \end{cases}
\end{align}

Since the rational and irrational numbers are both dense subsets of R, it follows that f takes on the value of 0 and 1 on every subinterval of any partition. Thus for any partition P we have

\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}

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

Facts about the Darboux integral

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

A refinement of the partition

x_0,\ldots,x_n  \,\!

is a partition

y_0, \ldots, y_m \,\!

such that for every i with

0 \le i \le n \,\!

there is an integer r(i) such that

 x_{i} = y_{r(i)} . \,\!

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

P' = (y_0,\ldots,y_m) \,\!

is a refinement of

P = (x_0,\ldots,x_n) , \,\!

then

U_{f, P} \ge U_{f, P'} \,\!

and

L_{f, P} \le L_{f, P'} . \,\!

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

L_{f, P_1} \le U_{f, P_2} . \,\!

It follows that

L_f \le U_f . \,\!

Riemann sums always lie between the corresponding lower and upper Darboux sums. Formally, if

P = (x_0,\ldots,x_n) \,\!

and

T = (t_1,\ldots,t_n) \,\!

together make a tagged partition

 x_0 \le t_1 \le x_1\le \cdots \le x_{n-1} \le t_n \le x_n \,\!

(as in the definition of the Riemann integral), and if the Riemann sum of ƒ corresponding to P and T is R, then

L_{f, P} \le R \le U_{f, P}.\,\!

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 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.
  2. Wolfram MathWorld
  3. Spivak 2008, chapter 13.

References