Integration: are the Axioms Enough?

Asking whether the axioms pin down every integral or leave room for choice.

\newcommand{\RR}{\mathbb{R}}

This note concerns the axiomatic description of integration:

Integration Axioms

An integral on R\RR is a choice of set of functions I(J)\mathcal{I}(J) for each closed interval JJ together with a real valued map J ⁣:I(J)R\int_J\colon\mathcal{I}(J)\to\RR satisfying the following axioms:

  • If kRk\in\RR then f(x)=kf(x)=k is an element of I([a,b])\mathcal{I}([a,b]) for any interval [a,b][a,b] and [a,b]k=k(ba).\int_{[a,b]}k = k(b-a).

  • If f,gI([a,b])f,g\in \mathcal{I}([a,b]) and f(x)g(x)f(x)\leq g(x) for all x[a,b]x\in[a,b] then [a,b]f[a,b]g\int_{[a,b]}f\leq\int_{[a,b]}g

  • If [a,b][a,b] is an interval and c[a,b]c\in[a,b], then fI([a,b])f\in\mathcal{I}([a,b]) if and only if fI([a,c])f\in\mathcal{I}([a,c]) and fI([c,b])f\in\mathcal{I}([c,b]). Furthermore, in this case their values are related by [a,b]f=[a,c]f+[c,b]f\int_{[a,b]}f = \int_{[a,c]}f +\int_{[c,b]}f

There are many different integrals by this definition (for example the Riemann/Darboux, Lebesgue, and Gauge integrals). As these axioms do not uniquely specify a function, its a natural question how tight of control they exhibit: can two different integrals agree that a certain function ff is integrable, but yet disagree on its value? Precisely, we may ask

Big Question: Let 1,2\int^1,\int^2 both satisfy the integration axioms, and let ff be a function such that fI1(J)I2(J)f\in \mathcal{I}_1(J)\cap \mathcal{I}_2(J) for some interval JJ. Is it true that J1f=J2f\int^1_J f = \int^2_J f?

This note provides two first steps towards answering this question. First, we can resolve it for continuous functions, thanks to the Fundamental Theorem of Calculus:

All integrals agree when continuous

Let ff be a continuous function, and 1,2\int^1,\int^2 be two integrals for which ff is integrable on [a,b][a,b]. Then [a,b]1f=[a,b]2f\int_{[a,b]}^1f = \int_{[a,b]}^2 f

The fundamental theorem of calculus is provable directly from the axioms for continuous functions: if \int is some integral and ff is a continuous function that it can integrate on [a,b][a,b], then F(x)=[a,x]fF(x)=\int_{[a,x]}f is differentiable and F(x)=f(x)F^\prime(x)=f(x) (In a previous note, on 2024-05-02).

If 1\int^1 and 2\int^2 are two different integrals for which ff is integrable, set F1=[a,x]1fF_1=\int^1_{[a,x]}f and F2(x)=[a,x]2fF_2(x)=\int^2_{[a,x]}f. By the Fundamental theorem, we see F1=F2=fF_1^\prime=F_2^\prime=f, and so by a corollary to the Mean Value Theorem, since F1F_1 and F2F_2 have the same derivative they differ by a constant. To compute this constant, we need only find F2(x)F1(x)F_2(x)-F_1(x) at some point. But since integrals over a singleton are always zero (proven from the axioms in the same note as the Fundamental Theorem), we see

F1(a)={a}1f=0F2(a)={a}2f=0F_1(a)=\int_{\{a\}}^1 f =0\hspace{1cm}F_2(a)=\int_{\{a\}}^2 f =0

Thus F2(a)F1(a)=0F_2(a)-F_1(a)=0 and so F2(x)=F1(x)F_2(x)=F_1(x) for all xx. Evaluating at x=bx=b yields the result:

[a,b]1f=[a,b]2f\int_{[a,b]}^1 f=\int_{[a,b]}^2 f

The main theorem of this note extends this to functions which are allowed to be discontinuous on a set of measure zero (proven together in discussions with David Cheng on 2024-08-21)

All integrals agree when discontinuities are measure-zero

Let ff be bounded and have a measure-zero set of discontinuities. Then if 1,2\int^1,\int^2 are any two integrals for which ff is integrable on [a,b][a,b], [a,b]1f=[a,b]2f\int_{[a,b]}^1f = \int_{[a,b]}^2 f

To prove this result, we can reduce to a simpler statement using the following two well known theorems:

Riemann Integrability Criterion

A bounded function ff is Riemann Integrable on [a,b][a,b] if and only if the set of discontinuities of ff is measure zero.

Riemann Darboux Equivalence

A bounded function ff is Riemann integrable if and only if it is Darboux integrable.

Using these we can reduce the main work to showing that any integral must agree with the Darboux integral when both are defined. Indeed, let ff have a measure-zero set of discontinuities. Then ff is Riemann, and hence Darboux integrable, so Darbouxf[a,b]\int^{\mathrm{Darboux}}f_{[a,b]} is defined. If we can show that for any mystery integral ?\int^? for which [a,b]?f\int^?_{[a,b]}f is defined, that [a,b]?f=Darbouxf[a,b]\int^?_{[a,b]}f=\int^{\mathrm{Darboux}}f_{[a,b]}, we can apply this to any two such integrals 1,2\int^1,\int^2 for which ff is integrable, and conclude

[a,b]1f=[a,b]Darbouxf=[a,b]2f\int^1_{[a,b]}f =\int^{\mathrm{Darboux}}_{[a,b]}f= \int^2_{[a,b]}f

So we finish the argument by proving this special case, though it is useful to remind ourselves of the definition of the Darboux Integral:

Darboux Integral

Let P\mathcal{P} be the set of all partitions of [a,b][a,b], and for any given partition P=P1P2PnP=P_1\cup P_2\cup \cdots \cup P_n of [a,b][a,b], let mi=infPifm_i=\inf_{P_i}f, Mi=supPifM_i=\sup_{P_i} f and L(f,P)=imiPiU(f,P)=iMiPi.L(f,P)=\sum_i m_i |P_i|\hspace{1cm}U(f,P)=\sum_i M_i|P_i|. Then ff is Darboux integrable if and only if supPPL(f,P)=infPPU(f,P)\sup_{P\in\mathcal{P}}L(f,P)=\inf_{P\in\mathcal{P}}U(f,P) and the Darboux integral is their common value.

Agreeing with the Darboux Integral

If ff is Darboux-Integrable on [a,b][a,b] and ff is also integrable for some other integral ?\int^?, then the two values agree: [a,b]Darbouxf=[a,b]?f\int^{\mathrm{Darboux}}_{[a,b]}f = \int^?_{[a,b]}f

Let P=P1P2PnP=P_1\cup P_2\cup \cdots \cup P_n be an arbitrary partition of [a,b][a,b]. Then on each subinterval PiP_i we know mi=infPiff(x)supPif=Mim_i=\inf_{P_i}f\leq f(x)\leq\sup_{P_i}f=M_i By subdivision twice (Axiom III) we know that ff is ??-integrable on PiP_i as it started integrable on [a,b][a,b]. Because constants are integrable (Axiom I) and we know integration respects inequalities (Axiom II), we can conclude that PimiPi?fPi?Mi\int_{P_i}m_i\leq \int_{P_i}^?f\leq \int_{P_i}^?M_i

Applying the rest of Axiom I (giving the value of the integral of constants), we see miPi=Pi?miMiPi=Pi?Mim_i|P_i|=\int_{P_i}^?m_i\hspace{1cm}M_i|P_i|=\int_{P_i}^?M_i Together this yields bounds on Pi?f\int^?_{P_i}f:

miPiPi?fMiPim_i|P_i|\leq \int_{P_i}^?f\leq M_i|P_i|

Applying subdivision (Axiom III) inductively to the partition P=P1PnP=P_1\cup\cdots\cup P_n, [a,b]?f=iPi?f.\int_{[a,b]}^?f = \sum_i \int_{P_i}^?f. Applying the known inequality to each partition gives an inequality on the entire integral: imiPi[a,b]?fiMiPi\sum_i m_i|P_i|\leq \int_{[a,b]}^? f\leq \sum_i M_i|P_i| But these two bounds are precisely the upper and lower sums of the Darboux integral on PP. Because we have this inequality for all arbitrary partitions PP, it follows that supPPimiPi[a,b]?f\sup_{P\in \mathcal{P}}\sum_i m_i |P_i|\leq \int_{[a,b]}^?f [a,b]?finfPPiMiPi \int_{[a,b]}^?f\leq \inf_{P\in \mathcal{P}}\sum_i M_i |P_i|

Using the assumption that ff is Darboux Integrable, we know that the infimum and supremum appearing here are actually equal, and give the value [a,b]Darbouxf\int^{\mathrm{Darboux}}_{[a,b]}f. Thus we’ve squeezed our mystery integral to be exactly this value, as desired:

[a,b]?f=[a,b]Darbouxf\int_{[a,b]}^?f =\int_{[a,b]}^{\mathrm{Darboux}}f

← All posts