Jump to content

Darboux integral: Difference between revisions

From Mathepedia, the mathematical encyclopedia
Created page with "The '''Darboux integral''' is a formulation of integration in real analysis defined using upper and lower sums over partitions of an interval. It provides an order-theoretic approach to integration and is equivalent to the Riemann integral. == Definition == === Darboux sums === Let <math>f:[a,b]\to\mathbb{R}</math> be a bounded function. Let <math display="block"> P=\{x_0,x_1,\dots,x_n\}, \quad a=x_0 < x_1 < \cdots < x_n=b </math> be a partition of the interval..."
 
No edit summary
Line 42: Line 42:
<math display="block">\int_a^b f=\underline{\int_a^b}f=\overline{\int_a^b}f.</math>
<math display="block">\int_a^b f=\underline{\int_a^b}f=\overline{\int_a^b}f.</math>
In this case, function <math>f</math> is said to be '''Darboux-integrable'''.
In this case, function <math>f</math> is said to be '''Darboux-integrable'''.
== See also ==
* [[Riemann integral]]
* [[Partition]]

Revision as of 15:50, 9 April 2026

The Darboux integral is a formulation of integration in real analysis defined using upper and lower sums over partitions of an interval. It provides an order-theoretic approach to integration and is equivalent to the Riemann integral.

Definition

Darboux sums

Let f:[a,b] be a bounded function. Let P={x0,x1,,xn},a=x0<x1<<xn=b be a partition of the interval [a,b].

For each subinterval [xi1,xi] of P, define:

  • the infimum:

mi=infx[xi1,xi]f(x),

  • the supremum:

Mi=supx[xi1,xi]f(x).

The lower Darboux sum of f with respect to P is L(f,P)=i=1nmi(xixi1),

and the upper Darboux sum is U(f,P)=i=1nMi(xixi1).

The Darboux integral

Let 𝒫([a,b]) denote the set of all partitions of [a,b].

The lower Darboux integral of f on [a,b] is defined by ab_f=supP𝒫([a,b])L(f,P).

and the upper Darboux integral is defined by abf=infP𝒫([a,b])U(f,P).

If the upper and lower Darboux integrals are equal, then the Darboux integral of f on [a,b] is defined by their common value, that is, abf=ab_f=abf. In this case, function f is said to be Darboux-integrable.

See also