Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

17 results · all verified · 11 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 6 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Properties of the Integral and the Working FTC

1 · Prerequisites

2 · Summary

Objective. The previous page defined the integral and settled which functions have one. This page makes it usable: the algebra of the integral, its behaviour under splitting the interval, and the two fundamental theorems in the form that computes. It ends with three theorems that are applications of the machinery rather than parts of it: Bonnet's second mean value theorem, the vanishing of a nonnegative continuous integrand with zero integral, and the integral test for series.

A convention has to be minted first, and it is not decoration. The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f is stated under the standing hypothesis a<ba<b of Partition of [a,b][a,b] as a finite strictly increasing list a=t0<t1<<tn=ba = t_0 < t_1 < \dots < t_n = b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions, so abf\int_a^b f is an undefined symbol whenever aba \ge b. The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f extends the notation by aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f; nothing new is integrated, and the three clauses sit on the three cases of trichotomy so no consistency check arises. Without it the additivity identity, the integral function and the substitution theorem could not be stated in the generality they are proved in. Conventions of this page, and which sharpenings of the integral are taken up later in the reading order records the convention, the one inequality on this page that is not orientation-invariant, and what the page costs in choice.

The algebra. A function integrable on [a,b][a,b] is integrable on every closed subinterval restricts an integrable function to a closed subinterval, re-indexing the partition explicitly rather than saying "restrict". Integrable functions on [a,b][a,b] form a set closed under sums and scalar multiples, and ab(λf+μg)=λabf+μabg\int_a^b(\lambda f+\mu g) = \lambda\int_a^b f + \mu\int_a^b g proves closure under sums and scalar multiples; the two halves are genuinely different, because sup(f+g)supf+supg\sup(f+g) \le \sup f + \sup g can be strict — so the sum case squeezes rather than computes — while a negative scalar exchanges the roles of sup\sup and inf\inf. If fgf \le g on [a,b][a,b] and both are integrable then abfabg\int_a^b f \le \int_a^b g; and m(ba)abfM(ba)m(b-a) \le \int_a^b f \le M(b-a) is short, and it is what every later estimate of an integral against a pointwise bound goes through; seven of the sixteen later items on this page cite it. For a<c<ba<c<b: ff is integrable on [a,b][a,b] if and only if it is integrable on [a,c][a,c] and on [c,b][c,b], and then abf=acf+cbf\int_a^b f = \int_a^c f + \int_c^b f; with the oriented form for arbitrary a,b,ca,b,c proves the splitting in both directions and then the oriented identity uvf+vwf=uwf\int_u^v f + \int_v^w f = \int_u^w f for arbitrary u,v,wu,v,w; that last clause is proved by observing that the oriented integral is a difference of values of one function of one variable, not by listing six orderings. Changing an integrable function at finitely many points changes neither its integrability nor its integral shows the integral cannot see a finite set, the one delicate point being that a partition point lies in two subintervals.

Composition, and the order of the hypotheses. If ff is integrable on [a,b][a,b] with values in [m,M][m,M] and φ\varphi is continuous on [m,M][m,M], then φf\varphi \circ f is integrable is the one place where the classical argument does not transfer: if ff is integrable with values in [m,M][m,M] and φ\varphi is continuous on [m,M][m,M], then φf\varphi\circ f is integrable. The classical proof splits the index range into good and bad indices; the finite-sum laws available here are stated for i<n\sum_{i<n} and none of them splits a range into a subset and its complement, so the split is carried instead by one inequality valid at every index. The order matters: continuous after integrable is the hypothesis, and the reversal is refuted on the companion page. If f,gf,g are integrable on [a,b][a,b] then so are f\lvert f\rvert, f2f^{2}, fgfg, max(f,g)\max(f,g) and min(f,g)\min(f,g), and abfabf\bigl\lvert\int_a^b f\bigr\rvert \le \int_a^b\lvert f\rvert reads off f|f|, f2f^2, fgfg, max(f,g)\max(f,g), min(f,g)\min(f,g) and the triangle inequality for the integral, using the polarisation identity to reduce a two-variable operation to the one-variable theorem.

The integral function and the two fundamental theorems. The integral function F(x):=axfF(x) := \int_a^x f of an integrable ff introduces F(x)=axfF(x) = \int_a^x f and discharges its own well-definedness. The integral function of a bounded integrable ff is Lipschitz, hence uniformly continuous shows FF is Lipschitz for every integrable ff, with no continuity assumed, which is what makes the hypotheses of the next theorem visible as hypotheses. The first fundamental theorem: if ff is integrable on [a,b][a,b] and continuous at cc, then F(c)=f(c)F'(c) = f(c); in particular a continuous ff has FF as a primitive proves F(c)=f(c)F'(c) = f(c) at each point of continuity of ff, from the definition of the derivative and not from a mean value theorem, with the estimate written out on both sides of cc because the factor 1/(xc)1/(x-c) changes sign. The second fundamental theorem: if GG is differentiable on [a,b][a,b] with G=fG' = f and ff is integrable, then abf=G(b)G(a)\int_a^b f = G(b)-G(a) is the working half: if GG is differentiable on [a,b][a,b] with G=fG'=f integrable, then abf=G(b)G(a)\int_a^b f = G(b)-G(a), and no continuity of ff is needed. Its proof selects no mean-value points and spends no choice. Every continuous function on an interval has a primitive; two primitives differ by a constant; and abf=G(b)G(a)\int_a^b f = G(b)-G(a) for any primitive GG assembles the two and A function continuous on an interval II whose derivative vanishes at every interior point of II is constant on II; consequently two such functions with the same derivative differ by a constant into existence, uniqueness up to a constant, and evaluation.

The two computational rules. If u,vu,v are differentiable on [a,b][a,b] with u,vu',v' integrable, then abuv=u(b)v(b)u(a)v(a)abuv\int_a^b u v' = u(b)v(b)-u(a)v(a) - \int_a^b u'v and Substitution: if φ\varphi is differentiable on [c,d][c,d] with φ\varphi' integrable and ff is continuous on an interval containing φ([c,d])\varphi([c,d]), then φ(c)φ(d)f=cd(fφ)φ\int_{\varphi(c)}^{\varphi(d)} f = \int_c^d (f\circ\varphi)\,\varphi' follow from the second fundamental theorem applied to uvuv and to FφF\circ\varphi. Both check integrability of the products explicitly — that is the step usually skipped, and it is why the hypotheses are what they are. Substitution assumes neither injectivity nor monotonicity of φ\varphi, which is exactly why its limits are written with the orientation convention.

Three applications. Bonnet's second mean value theorem: for ff monotone and gg integrable on [a,b][a,b] there is ξ[a,b]\xi\in[a,b] with abfg=f(a)aξg+f(b)ξbg\int_a^b fg = f(a)\int_a^\xi g + f(b)\int_\xi^b g proves Bonnet's theorem in the general monotone form: ff monotone and gg integrable, with no differentiability and no continuity of ff. The route is Abel summation by parts (Abel summation by parts: with An=k<nakA_n = \sum_{k<n} a_k one has k<nakbk=Anbn1k<n1Ak+1(bk+1bk)\sum_{k<n} a_k b_k = A_n b_{n-1} - \sum_{k < n-1} A_{k+1}\,(b_{k+1} - b_k) for every n1n \ge 1) on the values of the integral function at the partition points, followed by an estimate that is driven to zero by the integrability of ff alone; no tagged partition and no mesh condition appears. A continuous f0f \ge 0 on [a,b][a,b] with abf=0\int_a^b f = 0 is identically 00 is the exact repair of a published false statement, now provable because additivity is available. The integral test: for f0f \ge 0 nonincreasing on [0,)[0,\infty), kf(k)\sum_k f(k) converges if and only if the sequence (0Nf)N\bigl(\int_0^N f\bigr)_N is bounded, with 0Nfk<Nf(k)f(0)+0Nf\int_0^N f \le \sum_{k<N} f(k) \le f(0) + \int_0^N f is stated with proper integrals only: its conclusion is that the sequence (0Nf)N\bigl(\int_0^N f\bigr)_N is bounded, not that an improper integral converges, because improper integrals are not defined at this point in the reading order — and both its sum and its integral begin at 00, since N\mathbb{N} contains 00.

What is deliberately absent. Taylor's integral remainder needs higher derivatives and is not developed on this page. The current Darboux/L'Hopital/Taylor page also explicitly excludes the integral remainder. Bounded variation with the Riemann-Stieltjes integral, and improper integrals, are each a later page of this track; the sharp form of the fundamental theorem is not a planned page at all but a recorded-not-proved result, The sharp fundamental theorem of calculus (absolute continuity) . Arzelà's bounded convergence theorem is not here: it is a genuine theorem about the Riemann integral, but no complete proof route was certifiable at scaffold time, and the counterexample that motivates it — Continuous fn0f_n \to 0 pointwise on [0,1][0,1] with 01fn=1\int_0^1 f_n = 1 for every nn on the companion page — stands on its own without asserting anything about the bounded case. Conventions of this page, and which sharpenings of the integral are taken up later in the reading order lists all of this as reading order and makes no claim about what the library proves.

Twenty items, of which two are definitions, one is the page ledger, and the rest are the lemmas, theorems and corollaries above. The companion page works thirteen examples, counterexamples and false statements against them.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f

Definition

Why this item is first. The published definition of the integral does not cover this page. The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f is stated for reals a<ba < b, because the partitions it quantifies over are those of Partition of [a,b][a,b] as a finite strictly increasing list a=t0<t1<<tn=ba = t_0 < t_1 < \dots < t_n = b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions, whose standing hypothesis is a<ba < b: with a=ba = b the chain a=t0<<tn=ba = t_0 < \dots < t_n = b is unsatisfiable. So abf\int_a^b f is an undefined symbol whenever aba \ge b, and every additivity statement below would be ill-formed as it is usually written. This item extends the notation, and nothing else: the object it names is still the Darboux integral of The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f.

Let u,vRu, v \in \mathbb{R} and write

[uv, uv]  :=  the closed interval with endpoints u and v[u \wedge v,\ u \vee v] \;:=\; \text{the closed interval with endpoints } u \text{ and } v

(Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length). Let ff be a real-valued function whose domain contains that interval. Say that ff is integrable between uu and vv when either u=vu = v, or uvu \ne v and the restriction of ff to [uv, uv][u \wedge v,\ u \vee v] is bounded (Lower bound, bounded below, bounded set) and Darboux integrable there (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f, For bounded ff on [a,b][a,b] and a partition PP: the infimum mim_i and supremum MiM_i of ff on the ii-th subinterval, and the lower and upper Darboux sums L(f,P)=imiΔiL(f,P) = \sum_i m_i \Delta_i and U(f,P)=iMiΔiU(f,P) = \sum_i M_i \Delta_i). For such ff define

uvf  :=  {the Darboux integral of f over [u,v]if u<v,0if u=v,vufif u>v.\int_u^v f \;:=\; \begin{cases} \text{the Darboux integral of } f \text{ over } [u,v] & \text{if } u < v, \\[2pt] 0 & \text{if } u = v, \\[2pt] -\displaystyle\int_v^u f & \text{if } u > v. \end{cases}

There is nothing to check for consistency. The three clauses are indexed by the three cases of trichotomy, u<vu < v, u=vu = v and u>vu > v, which are mutually exclusive and exhaustive; no pair of them ever applies to the same (u,v)(u,v). In particular the first clause is untouched, so on u<vu < v this is the published integral verbatim and every published theorem about it applies unchanged.

The middle clause is a stipulation, not a computation. It is not claimed that 00 is a value forced by the u<vu < v definition in any limiting sense; that definition simply says nothing at u=vu = v, and uuf:=0\int_u^u f := 0 is what is written there. It is also unconditional: no hypothesis on ff beyond being defined at uu is asked for, since the case u=vu = v never refers to a partition.

The two consequences used throughout the page

Antisymmetry, for every pair. For all reals u,vu, v with ff integrable between them,

uvf  =  vuf.\int_u^v f \;=\; -\int_v^u f .

Indeed if u<vu < v then v>uv > u and the third clause reads vuf=uvf\int_v^u f = -\int_u^v f, which rearranges to the display; if u=vu = v both sides are 00; and if u>vu > v the third clause is the display itself.

Absolute values agree. Consequently uvf=vuf\bigl|\int_u^v f\bigr| = \bigl|\int_v^u f\bigr| for every such pair.

An obligation recorded here and discharged elsewhere. With this convention the additivity identity

uvf  +  vwf  =  uwf\int_u^v f \;+\; \int_v^w f \;=\; \int_u^w f

holds for every arrangement of u,v,wu, v, w in an interval on which ff is integrable, not only for u<v<wu < v < w. That is a theorem and not part of this definition; it is proved as the last clause of For a<c<ba<c<b: ff is integrable on [a,b][a,b] if and only if it is integrable on [a,c][a,c] and on [c,b][c,b], and then abf=acf+cbf\int_a^b f = \int_a^c f + \int_c^b f; with the oriented form for arbitrary a,b,ca,b,c, and nothing on this page uses it before it is proved there.

Remarks

  • This is notation, and it is a real notation. Without it the substitution theorem could not be stated with the limits φ(c)\varphi(c) and φ(d)\varphi(d) in the order the map produces them, since a differentiable φ\varphi need be neither injective nor monotone; and the integral function xaxfx \mapsto \int_a^x f would be undefined at x=ax = a.

  • One published inequality is not orientation-invariant, and that is a trap. The estimate uvfuvf\bigl|\int_u^v f\bigr| \le \int_u^v |f| is guaranteed only for uvu \le v: at u>vu > v the right-hand side is vuf0-\int_v^u |f| \le 0 while the left-hand side is 0\ge 0, so the inequality fails whenever vuf>0\int_v^u |f| > 0. The form valid for every pair is uvfuvf\bigl|\int_u^v f\bigr| \le \bigl|\int_u^v |f|\bigr|, and this is stated where it is proved (If f,gf,g are integrable on [a,b][a,b] then so are f\lvert f\rvert, f2f^{2}, fgfg, max(f,g)\max(f,g) and min(f,g)\min(f,g), and abfabf\bigl\lvert\int_a^b f\bigr\rvert \le \int_a^b\lvert f\rvert).

  • Integrability is a property of the unordered pair. By construction, ff is integrable between uu and vv if and only if it is integrable between vv and uu, since both refer to the same closed interval; only the sign of the value remembers the order.

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

A function integrable on [a,b][a,b] is integrable on every closed subinterval

Statement

Let a<ba < b be reals, let f:[a,b]Rf : [a,b] \to \mathbb{R} be integrable (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f), and let c,dc, d satisfy

a    c  <  d    b.a \;\le\; c \;<\; d \;\le\; b .

Then the restriction of ff to [c,d][c,d] is bounded (Lower bound, bounded below, bounded set) and integrable on [c,d][c,d].

The degenerate case c=dc = d is not an omission: there ccf=0\int_c^c f = 0 by The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f, and no partition of [c,d][c,d] exists to speak of (Partition of [a,b][a,b] as a finite strictly increasing list a=t0<t1<<tn=ba = t_0 < t_1 < \dots < t_n = b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions).

Facts & Assumptions

Given: Reals a<ba < b, an integrable f:[a,b]Rf : [a,b] \to \mathbb{R}, and reals c,dc, d with ac<dba \le c < d \le b. Write gg for the restriction of ff to [c,d][c,d].

[L2]

For a partition PP of [a,b][a,b] and a point p[a,b]p \in [a,b], the partition P+pP + p satisfies pts(P+p)=pts(P){p}\operatorname{pts}(P+p) = \operatorname{pts}(P) \cup \{p\} and refines PP; a refinement of a refinement refines the original, since the point-set inclusions compose (Partition of [a,b][a,b] as a finite strictly increasing list a=t0<t1<<tn=ba = t_0 < t_1 < \dots < t_n = b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions).

[L4]

For a partition R=(n,t)R = (n,t) of an interval and bounded hh on it: L(h,R)=i<nmiΔiL(h,R) = \sum_{i<n} m_i \Delta_i, U(h,R)=i<nMiΔiU(h,R) = \sum_{i<n} M_i\Delta_i with mi=infh[Ii]m_i = \inf h[I_i], Mi=suph[Ii]M_i = \sup h[I_i], Ii=[ti,ti+1]I_i = [t_i,t_{i+1}], Δi=ti+1ti>0\Delta_i = t_{i+1}-t_i > 0, and Mimi0M_i - m_i \ge 0 (For bounded ff on [a,b][a,b] and a partition PP: the infimum mim_i and supremum MiM_i of ff on the ii-th subinterval, and the lower and upper Darboux sums L(f,P)=imiΔiL(f,P) = \sum_i m_i \Delta_i and U(f,P)=iMiΔiU(f,P) = \sum_i M_i \Delta_i, Partition of [a,b][a,b] as a finite strictly increasing list a=t0<t1<<tn=ba = t_0 < t_1 < \dots < t_n = b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions, Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L5]

Finite sums: additivity, scaling, splitting at an intermediate index with k=mn1ak=j<nmam+j\sum_{k=m}^{n-1}a_k = \sum_{j<n-m}a_{m+j}, and monotonicity in the terms, so that a sum of nonnegative terms is at most a sum containing those terms among others (Finite sums and finite products, by recursion, Laws of finite sums and finite products, clauses 1 to 4).

[L6]

A partition P=(n,t)P' = (n',t') of [a,b][a,b] has tt' strictly increasing on indices n\le n', hence injective there, so a point of pts(P)\operatorname{pts}(P') is tjt'_j for exactly one jnj \le n'; and j<kj < k gives tj<tkt'_j < t'_k (Partition of [a,b][a,b] as a finite strictly increasing list a=t0<t1<<tn=ba = t_0 < t_1 < \dots < t_n = b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions).

[L7]

A restriction of a bounded function is bounded: the same MM serves fewer points (Lower bound, bounded below, bounded set).

Proof

technique · direct
1.1

gg is bounded on [c,d][c,d], since [c,d][a,b][c,d] \subseteq [a,b] and ff is bounded on [a,b][a,b], integrability presupposing boundedness.

givenL7
1.2

Let a real ε>0\varepsilon > 0 be given, and fix a partition PP of [a,b][a,b] with U(f,P)L(f,P)<εU(f,P) - L(f,P) < \varepsilon.

givenL1choose
2.1

Put P:=(P+c)+dP' := (P + c) + d, a partition of [a,b][a,b] refining PP whose point set contains cc and dd.

step 1.2L2construct
3.1

By [L3] applied to the pair (P,P)(P, P'), U(f,P)L(f,P)U(f,P)L(f,P)<εU(f,P') - L(f,P') \le U(f,P) - L(f,P) < \varepsilon.

step 1.2step 2.1L3
3.2

Write P=(n,t)P' = (n',t') and fix the unique indices p,qnp, q \le n' with tp=ct'_p = c and tq=dt'_q = d; then p<qp < q, because c<dc < d and tt' is increasing on those indices.

step 2.1L6choose
4.1

Define Q:=(qp, s)Q := (q-p,\ s) by si:=tp+is_i := t'_{p+i} for iqpi \le q-p and sk:=ds_k := d for kqpk \ge q-p. Then s0=tp=cs_0 = t'_p = c, sqp=tq=ds_{q-p} = t'_q = d, and si<si+1s_i < s_{i+1} for i<qpi < q-p by [L6], with qp1q - p \ge 1; so QQ is a partition of [c,d][c,d], its ii-th subinterval is [tp+i,tp+i+1]=Ip+i[t'_{p+i}, t'_{p+i+1}] = I'_{p+i} and its ii-th length is Δp+i\Delta'_{p+i}.

step 3.2L6construct
5.1

For i<qpi < q-p the ii-th subinterval of QQ is Ip+i[c,d]I'_{p+i} \subseteq [c,d], and gg agrees with ff there, so the extreme values of gg on it are Mp+iM'_{p+i} and mp+im'_{p+i}; hence U(g,Q)L(g,Q)=i<qp(Mp+imp+i)Δp+iU(g,Q) - L(g,Q) = \sum_{i<q-p}\bigl(M'_{p+i} - m'_{p+i}\bigr)\Delta'_{p+i} by [L4] and [L5].

step 4.1L4L5
6.1

Every term (Mjmj)Δj\bigl(M'_j - m'_j\bigr)\Delta'_j is nonnegative by [L4], and splitting j<n\sum_{j<n'} first at pp and then at qq exhibits i<qp(Mp+imp+i)Δp+i\sum_{i<q-p}\bigl(M'_{p+i}-m'_{p+i}\bigr)\Delta'_{p+i} as one of the three pieces of j<n(Mjmj)Δj\sum_{j<n'}\bigl(M'_j-m'_j\bigr)\Delta'_j, the other two being nonnegative; so the displayed sum is at most U(f,P)L(f,P)U(f,P') - L(f,P').

step 5.1L4L5
7.1

Combining, U(g,Q)L(g,Q)U(f,P)L(f,P)<εU(g,Q) - L(g,Q) \le U(f,P') - L(f,P') < \varepsilon.

step 3.1step 5.1step 6.1
8.1

Since ε>0\varepsilon > 0 was arbitrary and gg is bounded, [L1] applies on [c,d][c,d] and gg is integrable there.

step 1.1step 1.2step 7.1L1

Remarks

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

Integrable functions on [a,b][a,b] form a set closed under sums and scalar multiples, and ab(λf+μg)=λabf+μabg\int_a^b(\lambda f+\mu g) = \lambda\int_a^b f + \mu\int_a^b g

Statement

Let a<ba < b be reals and let f,g:[a,b]Rf, g : [a,b] \to \mathbb{R} be integrable (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f). Then:

  1. f+gf + g is integrable on [a,b][a,b] and ab(f+g)=abf+abg\int_a^b (f+g) = \int_a^b f + \int_a^b g;
  2. for every real λ\lambda, λf\lambda f is integrable on [a,b][a,b] and abλf=λabf\int_a^b \lambda f = \lambda \int_a^b f;
  3. consequently, for all reals λ,μ\lambda, \mu the function λf+μg\lambda f + \mu g is integrable and ab(λf+μg)  =  λabf  +  μabg;\int_a^b(\lambda f + \mu g) \;=\; \lambda\int_a^b f \;+\; \mu\int_a^b g ;
  4. the same identity holds with oriented limits: if u,v[a,b]u, v \in [a,b] and f,gf, g are integrable between uu and vv (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f), then uv(λf+μg)=λuvf+μuvg\int_u^v(\lambda f + \mu g) = \lambda\int_u^v f + \mu\int_u^v g.

Linearity of the integral is not linearity of the Darboux sums, and the proof of claim 1 has to squeeze rather than compute. On a subinterval the inequality sup(f+g)supf+supg\sup(f+g) \le \sup f + \sup g can be strict — take f(x)=xf(x) = x and g(x)=xg(x) = -x on [0,1][0,1], where the left side is 00 and the right side is 11 — so U(f+g,P)U(f+g,P) is in general strictly below U(f,P)+U(g,P)U(f,P) + U(g,P) and no identity between upper sums is available. Claim 2, by contrast, is an identity at the level of the sums, with the roles of sup\sup and inf\inf exchanged when λ<0\lambda < 0.

Facts & Assumptions

Given: Reals a<ba < b, integrable f,g:[a,b]Rf, g : [a,b] \to \mathbb{R}, reals λ,μ\lambda, \mu, and a real ε>0\varepsilon > 0.

[L1]

Riemann's criterion: a bounded hh on [a,b][a,b] is integrable if and only if for every real η>0\eta > 0 there is a partition PP with U(h,P)L(h,P)<ηU(h,P) - L(h,P) < \eta (Riemann's criterion: a bounded ff on [a,b][a,b] is Darboux integrable if and only if for every real ε>0\varepsilon > 0 there is a partition PP with U(f,P)L(f,P)<εU(f,P) - L(f,P) < \varepsilon).

[L2]

For every partition PP and bounded hh: L(h,P)abhabhU(h,P)L(h,P) \le \underline{\int_a^b} h \le \overline{\int_a^b} h \le U(h,P), and hh is integrable exactly when the two integrals agree, their common value being abh\int_a^b h; the lower integral is supPL(h,P)\sup_P L(h,P) and the upper is infPU(h,P)\inf_P U(h,P) (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f, Suprema and infima are unique).

[L3]

L(h,P)=i<nmi(h)ΔiL(h,P) = \sum_{i<n} m_i(h)\Delta_i and U(h,P)=i<nMi(h)ΔiU(h,P) = \sum_{i<n}M_i(h)\Delta_i, where mi(h)=infh[Ii]m_i(h) = \inf h[I_i] and Mi(h)=suph[Ii]M_i(h) = \sup h[I_i] over the subintervals IiI_i of P=(n,t)P = (n,t), with Δi>0\Delta_i > 0; an integrable function is bounded, and a sum of two bounded functions and a scalar multiple of a bounded function are bounded (For bounded ff on [a,b][a,b] and a partition PP: the infimum mim_i and supremum MiM_i of ff on the ii-th subinterval, and the lower and upper Darboux sums L(f,P)=imiΔiL(f,P) = \sum_i m_i \Delta_i and U(f,P)=iMiΔiU(f,P) = \sum_i M_i \Delta_i, Partition of [a,b][a,b] as a finite strictly increasing list a=t0<t1<<tn=ba = t_0 < t_1 < \dots < t_n = b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions, Lower bound, bounded below, bounded set).

[L5]

Finite sums are additive and homogeneous: i<n(xi+yi)=i<nxi+i<nyi\sum_{i<n}(x_i + y_i) = \sum_{i<n}x_i + \sum_{i<n}y_i and i<nλxi=λi<nxi\sum_{i<n}\lambda x_i = \lambda\sum_{i<n}x_i (Finite sums and finite products, by recursion, Laws of finite sums and finite products, clauses 1 and 2).

[L6]

A supremum is the least upper bound and an infimum the greatest lower bound; both exist for a nonempty bounded set and are unique (Complete ordered field (least-upper-bound property), Greatest lower bound (infimum), Suprema and infima are unique).

[L7]

Reflection: writing S={s:sS}-S = \{-s : s \in S\}, a real uu is an upper bound of SS exactly when u-u is a lower bound of S-S, and conversely; hence sup(S)=infS\sup(-S) = -\inf S and inf(S)=supS\inf(-S) = -\sup S for nonempty bounded SS, by [L6] (Reflection through zero exchanges upper and lower bounds).

[L9]

Ordered-field arithmetic: adding a constant and multiplying by a positive quantity preserve an inequality, the order is total and transitive, and a real xx with x<η|x| < \eta for every real η>0\eta > 0 is 00 (Ordered field, Complete ordered field (least-upper-bound property)). These order facts are used in their nonstrict form as well, obtained by adjoining the case of equality.

[L10]

With oriented limits, vuh=uvh\int_v^u h = -\int_u^v h and uuh=0\int_u^u h = 0 (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f).

Proof

technique · direct
1.1

ff, gg, f+gf+g and λf\lambda f are bounded on [a,b][a,b], so all their Darboux sums and integrals are defined.

givenL3
1.2

For every partition P=(n,t)P = (n,t) and every i<ni < n: f(x)+g(x)Mi(f)+Mi(g)f(x) + g(x) \le M_i(f) + M_i(g) for xIix \in I_i, so Mi(f)+Mi(g)M_i(f) + M_i(g) is an upper bound of (f+g)[Ii](f+g)[I_i] and Mi(f+g)Mi(f)+Mi(g)M_i(f+g) \le M_i(f) + M_i(g) by [L6]; dually mi(f+g)mi(f)+mi(g)m_i(f+g) \ge m_i(f) + m_i(g).

L3L6
1.3

Fix partitions P1P_1 and P2P_2 with U(f,P1)L(f,P1)<ε21U(f,P_1) - L(f,P_1) < \varepsilon \cdot 2^{-1} and U(g,P2)L(g,P2)<ε21U(g,P_2) - L(g,P_2) < \varepsilon \cdot 2^{-1}, and put P:=P1P2P := P_1 \vee P_2.

givenL1L4choose
1.4

Claim 2, the case λ=0\lambda = 0. Then λf\lambda f is the constant function 00, integrable with integral 0=0abf0 = 0 \cdot \int_a^b f.

L8
1.5

Claim 2, the case λ>0\lambda > 0. For every partition PP and every i<ni < n, λMi(f)\lambda M_i(f) is an upper bound of (λf)[Ii](\lambda f)[I_i], and any upper bound ww of (λf)[Ii](\lambda f)[I_i] gives the upper bound w/λw/\lambda of f[Ii]f[I_i], whence Mi(f)w/λM_i(f) \le w/\lambda and λMi(f)w\lambda M_i(f) \le w; so Mi(λf)=λMi(f)M_i(\lambda f) = \lambda M_i(f) by [L6], and dually mi(λf)=λmi(f)m_i(\lambda f) = \lambda m_i(f).

L3L6L9
1.6

Claim 2, the case λ=1\lambda = -1. For every PP and i<ni < n, (f)[Ii]=(f[Ii])(-f)[I_i] = -\bigl(f[I_i]\bigr), so Mi(f)=mi(f)M_i(-f) = -m_i(f) and mi(f)=Mi(f)m_i(-f) = -M_i(f) by [L7].

L3L7
2.1

By [L4], U(f,P)L(f,P)<ε21U(f,P) - L(f,P) < \varepsilon\cdot 2^{-1} and U(g,P)L(g,P)<ε21U(g,P) - L(g,P) < \varepsilon \cdot 2^{-1}.

step 1.3L4
2.2

Summing the inequalities of step 1.2 over i<ni < n against the positive weights Δi\Delta_i and using [L5] gives L(f,P)+L(g,P)L(f+g,P)U(f+g,P)U(f,P)+U(g,P)L(f,P) + L(g,P) \le L(f+g,P) \le U(f+g,P) \le U(f,P) + U(g,P).

step 1.2L3L5L9
2.3

With step 1.5 and [L5], U(λf,P)=λU(f,P)U(\lambda f,P) = \lambda U(f,P) and L(λf,P)=λL(f,P)L(\lambda f, P) = \lambda L(f,P) for λ>0\lambda > 0; hence U(λf,P)L(λf,P)=λ(U(f,P)L(f,P))U(\lambda f,P)-L(\lambda f,P) = \lambda\bigl(U(f,P)-L(f,P)\bigr), which [L1] makes smaller than any prescribed positive number by choosing PP suitably, so λf\lambda f is integrable.

step 1.5L1L3L5L9
2.4

With step 1.6 and [L5], U(f,P)=L(f,P)U(-f,P) = -L(f,P) and L(f,P)=U(f,P)L(-f,P) = -U(f,P), so U(f,P)L(f,P)=U(f,P)L(f,P)U(-f,P)-L(-f,P) = U(f,P)-L(f,P) and f-f is integrable by [L1]; and by [L7] applied to the sets of Darboux sums, ab(f)=abf\overline{\int_a^b}(-f) = -\underline{\int_a^b} f and ab(f)=abf\underline{\int_a^b}(-f) = -\overline{\int_a^b} f, so ab(f)=abf\int_a^b(-f) = -\int_a^b f.

step 1.6L1L2L5L7
3.1

Hence U(f+g,P)L(f+g,P)(U(f,P)L(f,P))+(U(g,P)L(g,P))<εU(f+g,P) - L(f+g,P) \le \bigl(U(f,P)-L(f,P)\bigr) + \bigl(U(g,P)-L(g,P)\bigr) < \varepsilon, so f+gf+g is integrable by [L1], ε>0\varepsilon > 0 having been arbitrary.

step 1.1step 2.1step 2.2L1L9
3.2

Moreover the set of lower sums of λf\lambda f is λ\lambda times the set of lower sums of ff, and a supremum scales by a positive factor, by the argument of step 1.5 applied to that set; so abλf=λabf\underline{\int_a^b}\lambda f = \lambda \underline{\int_a^b} f, and likewise for the upper integrals, giving abλf=λabf\int_a^b \lambda f = \lambda\int_a^b f.

step 1.5step 2.3L2L6L9
4.1

Both ab(f+g)\int_a^b(f+g) and abf+abg\int_a^b f + \int_a^b g lie in the interval from L(f,P)+L(g,P)L(f,P)+L(g,P) to U(f,P)+U(g,P)U(f,P)+U(g,P): the first by [L2] and step 2.2, the second by [L2] applied to ff and to gg separately.

step 2.1step 2.2step 3.1L2
4.2

Claim 2 for λ<0\lambda < 0. Then λ>0-\lambda > 0 and λf=(λ)(f)\lambda f = (-\lambda)(-f), so steps 2.3, 2.4 and 3.2 give integrability and the required identities and abλf=(λ)ab(f)=(λ)(abf)=λabf\int_a^b \lambda f = (-\lambda)\int_a^b(-f) = (-\lambda)\bigl(-\int_a^b f\bigr) = \lambda\int_a^b f.

step 2.3step 3.2step 2.4L9
5.1

That interval has length less than ε\varepsilon by step 2.1, so ab(f+g)abfabg<ε\bigl|\int_a^b(f+g) - \int_a^b f - \int_a^b g\bigr| < \varepsilon; as ε>0\varepsilon > 0 was arbitrary the difference is 00, which is claim 1.

step 2.1step 4.1L9
5.2

Claim 2 is now proved in all three cases λ=0\lambda = 0, λ>0\lambda > 0 and λ<0\lambda < 0, which are exhaustive by trichotomy.

step 1.4step 2.3step 3.2step 4.2L9
6.1

Claim 3. By claim 2 the functions λf\lambda f and μg\mu g are integrable with integrals λabf\lambda\int_a^b f and μabg\mu\int_a^b g, and by claim 1 their sum is integrable with the sum of those integrals.

step 5.1step 5.2
7.1

Claim 4. If u<vu < v then u,v[a,b]u, v \in [a,b] and claim 3 applies verbatim on [u,v][u,v]; if u=vu = v both sides are 00 by [L10]; and if u>vu > v then applying the case u<vu < v to the pair (v,u)(v,u) and multiplying by 1-1 gives the identity, by [L10].

step 6.1L10

Remarks

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

If fgf \le g on [a,b][a,b] and both are integrable then abfabg\int_a^b f \le \int_a^b g; and m(ba)abfM(ba)m(b-a) \le \int_a^b f \le M(b-a)

Statement

Let a<ba < b be reals and let f,g:[a,b]Rf, g : [a,b] \to \mathbb{R} be integrable (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f). Then:

  1. Nonnegativity. If f(x)0f(x) \ge 0 for every x[a,b]x \in [a,b] then abf0\int_a^b f \ge 0.
  2. Monotonicity. If f(x)g(x)f(x) \le g(x) for every x[a,b]x \in [a,b] then abf    abg.\int_a^b f \;\le\; \int_a^b g .
  3. Two-sided bound. If mf(x)Mm \le f(x) \le M for every x[a,b]x \in [a,b], with m,Mm, M real, then m(ba)    abf    M(ba).m\,(b-a) \;\le\; \int_a^b f \;\le\; M\,(b-a) .

Equality in claim 1 does not force ff to vanish. A nonnegative integrable function with integral 00 may be positive at infinitely many points; that is FALSE: a nonnegative Riemann integrable function on [a,b][a,b] with abf=0\int_a^b f = 0 is identically zero on the previous page's companion. Under the additional hypothesis of continuity the conclusion does hold, and that is A continuous f0f \ge 0 on [a,b][a,b] with abf=0\int_a^b f = 0 is identically 00 below.

Claim 2 is stated for a<ba < b and is not orientation-invariant. With the convention of The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f, fgf \le g gives uvfuvg\int_u^v f \le \int_u^v g when uvu \le v and the reverse inequality when uvu \ge v, since both sides change sign together.

Facts & Assumptions

Given: Reals a<ba < b and integrable f,g:[a,b]Rf, g : [a,b] \to \mathbb{R}, with reals mMm \le M where claim 3 is concerned.

[A1]

f(x)0f(x) \ge 0 for every x[a,b]x \in [a,b].

[A2]

f(x)g(x)f(x) \le g(x) for every x[a,b]x \in [a,b].

[A3]

mf(x)Mm \le f(x) \le M for every x[a,b]x \in [a,b].

[L3]

Sums and scalar multiples of integrable functions are integrable, and ab(λh+νk)=λabh+νabk\int_a^b(\lambda h + \nu k) = \lambda\int_a^b h + \nu\int_a^b k (Integrable functions on [a,b][a,b] form a set closed under sums and scalar multiples, and ab(λf+μg)=λabf+μabg\int_a^b(\lambda f+\mu g) = \lambda\int_a^b f + \mu\int_a^b g).

[L4]

Ordered-field arithmetic: adding a constant to both sides of an inequality preserves it, and the order is total and transitive (Ordered field, Complete ordered field (least-upper-bound property)). The nonstrict forms follow from the strict ones by adjoining the case of equality.

Proof

technique · direct
1.1

Claim 1. Under [A1] the constant 00 is a lower bound of ff on [a,b][a,b], so [L1] applies with m:=0m' := 0 and gives abf0\underline{\int_a^b} f \ge 0.

A1L1
1.2

Claim 2. Under [A2] the function h:=gfh := g - f satisfies h(x)0h(x) \ge 0 for every x[a,b]x \in [a,b], and hh is integrable with abh=abgabf\int_a^b h = \int_a^b g - \int_a^b f by [L3].

A2L3L4
2.1

Since ff is integrable, abf=abf0\int_a^b f = \underline{\int_a^b} f \ge 0 by [L2].

step 1.1L2
3.1

By claim 1 applied to hh, abgabf0\int_a^b g - \int_a^b f \ge 0, that is abfabg\int_a^b f \le \int_a^b g.

step 2.1step 1.2L4
4.1

Claim 3. Under [A3], [L1] applied to ff with m:=mm' := m and M:=MM' := M gives m(ba)abfm(b-a) \le \underline{\int_a^b} f and abfM(ba)\overline{\int_a^b} f \le M(b-a), and both integrals equal abf\int_a^b f by [L2].

A3L1L2

Remarks

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

For a<c<ba<c<b: ff is integrable on [a,b][a,b] if and only if it is integrable on [a,c][a,c] and on [c,b][c,b], and then abf=acf+cbf\int_a^b f = \int_a^c f + \int_c^b f; with the oriented form for arbitrary a,b,ca,b,c

Statement

Let a<c<ba < c < b be reals and let f:[a,b]Rf : [a,b] \to \mathbb{R} be bounded (Lower bound, bounded below, bounded set). Then:

  1. ff is integrable on [a,b][a,b] (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f) if and only if its restrictions to [a,c][a,c] and to [c,b][c,b] are integrable;
  2. and in that case abf  =  acf  +  cbf.\int_a^b f \;=\; \int_a^c f \;+\; \int_c^b f .
  3. Oriented form. Let α<β\alpha < \beta be reals, let f:[α,β]Rf : [\alpha,\beta] \to \mathbb{R} be integrable, and let u,v,w[α,β]u, v, w \in [\alpha,\beta] be arbitrary. Then, with the convention of The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f, uvf  +  vwf  =  uwf.\int_u^v f \;+\; \int_v^w f \;=\; \int_u^w f .

Claim 3 is where The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f earns its place: it holds for every arrangement of the three points, including the degenerate ones, and it is the form used everywhere below.

Facts & Assumptions

Given: Reals a<c<ba < c < b and a bounded f:[a,b]Rf : [a,b] \to \mathbb{R}; and, for claim 3, reals α<β\alpha < \beta, an integrable f:[α,β]Rf : [\alpha,\beta] \to \mathbb{R} and points u,v,w[α,β]u,v,w \in [\alpha,\beta]. Let a real ε>0\varepsilon > 0 be given.

[L2]

A function integrable on [p,q][p,q] is integrable on every [p,q][p,q][p',q'] \subseteq [p,q] with p<qp' < q' (A function integrable on [a,b][a,b] is integrable on every closed subinterval).

[L3]

For a partition R=(n,t)R = (n,t) and bounded hh: L(h,R)=i<nmiΔiL(h,R) = \sum_{i<n}m_i\Delta_i, U(h,R)=i<nMiΔiU(h,R) = \sum_{i<n}M_i\Delta_i, and L(h,R)hhU(h,R)L(h,R) \le \underline{\int} h \le \overline{\int} h \le U(h,R), the integral being the common value of the two when they agree (For bounded ff on [a,b][a,b] and a partition PP: the infimum mim_i and supremum MiM_i of ff on the ii-th subinterval, and the lower and upper Darboux sums L(f,P)=imiΔiL(f,P) = \sum_i m_i \Delta_i and U(f,P)=iMiΔiU(f,P) = \sum_i M_i \Delta_i, The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f).

[L4]

A partition of [p,q][p,q] is a pair (n,t)(n,t) with n1n \ge 1, t0=pt_0 = p, ti<ti+1t_i < t_{i+1} for i<ni < n and tk=qt_k = q for knk \ge n; its subintervals are [ti,ti+1][t_i,t_{i+1}] for i<ni<n (Partition of [a,b][a,b] as a finite strictly increasing list a=t0<t1<<tn=ba = t_0 < t_1 < \dots < t_n = b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions, Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L5]

Finite sums split at an intermediate index, with k=pq1xk=j<qpxp+j\sum_{k=p}^{q-1}x_k = \sum_{j<q-p}x_{p+j} (Finite sums and finite products, by recursion, Laws of finite sums and finite products, clause 3).

[L6]

With oriented limits, vuh=uvh\int_v^u h = -\int_u^v h and uuh=0\int_u^u h = 0 (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f).

[L7]

Ordered-field arithmetic: adding a constant preserves an inequality, the order is total and transitive, and a real of absolute value below every positive real is 00 (Ordered field, Complete ordered field (least-upper-bound property)).

Proof

technique · direct
1.1

Claim 1, forward. If ff is integrable on [a,b][a,b] then, since a<ca < c and c<bc < b, [L2] gives integrability on [a,c][a,c] and on [c,b][c,b].

L2
1.2

The splice. Let P1=(n1,t1)P_1 = (n_1,t^1) be a partition of [a,c][a,c] and P2=(n2,t2)P_2 = (n_2,t^2) one of [c,b][c,b]. Define P:=(n1+n2, t)P := (n_1+n_2,\ t) by ti:=ti1t_i := t^1_i for in1i \le n_1, tn1+j:=tj2t_{n_1+j} := t^2_j for jn2j \le n_2, and tk:=bt_k := b for kn1+n2k \ge n_1+n_2. The two prescriptions agree at i=n1i = n_1, where tn11=c=t02t^1_{n_1} = c = t^2_0; and t0=at_0 = a, tn1+n2=tn22=bt_{n_1+n_2} = t^2_{n_2} = b, with ti<ti+1t_i < t_{i+1} for every i<n1+n2i < n_1+n_2. So PP is a partition of [a,b][a,b].

L4construct
1.3

Claim 1, converse. Suppose ff is integrable on [a,c][a,c] and on [c,b][c,b], and use [L1] on each to fix P1P_1 with U(f,P1)L(f,P1)<ε21U(f,P_1)-L(f,P_1) < \varepsilon\cdot 2^{-1} and P2P_2 with U(f,P2)L(f,P2)<ε21U(f,P_2)-L(f,P_2) < \varepsilon\cdot 2^{-1}.

L1choose
2.1

The first n1n_1 subintervals of PP are those of P1P_1 and the last n2n_2 are those of P2P_2, with the matching lengths, so by [L3] and the splitting law [L5], L(f,P)=L(f,P1)+L(f,P2)L(f,P) = L(f,P_1) + L(f,P_2) and U(f,P)=U(f,P1)+U(f,P2)U(f,P) = U(f,P_1) + U(f,P_2).

step 1.2L3L4L5
3.1

For the splice PP of those two, step 2.1 gives U(f,P)L(f,P)<εU(f,P) - L(f,P) < \varepsilon; as ε>0\varepsilon > 0 was arbitrary and ff is bounded, [L1] makes ff integrable on [a,b][a,b].

step 1.2step 2.1step 1.3L1L7
4.1

Claim 2. With P1P_1, P2P_2 and PP as above, [L3] puts abf\int_a^b f between L(f,P)L(f,P) and U(f,P)U(f,P), that is between L(f,P1)+L(f,P2)L(f,P_1)+L(f,P_2) and U(f,P1)+U(f,P2)U(f,P_1)+U(f,P_2) by step 2.1; and [L3] applied on [a,c][a,c] and on [c,b][c,b] puts acf+cbf\int_a^c f + \int_c^b f between the same two numbers.

step 2.1step 1.3step 3.1L3
5.1

Those two numbers differ by less than ε\varepsilon by step 1.3, so abfacfcbf<ε\bigl|\int_a^b f - \int_a^c f - \int_c^b f\bigr| < \varepsilon; as ε>0\varepsilon > 0 was arbitrary the difference is 00, which is claim 2.

step 1.3step 4.1L7
6.1

Claim 3, first the sorted case. Let xyx \le y in [α,β][\alpha,\beta]. Then αyf=αxf+xyf\int_\alpha^y f = \int_\alpha^x f + \int_x^y f. Indeed if α<x<y\alpha < x < y this is claim 2 applied on [α,y][\alpha,y], where ff is integrable by [L2]; if x=αx = \alpha the middle term is 00 by [L6] and the identity is trivial; and if x=yx = y the last term is 00 by [L6] and the identity is again trivial.

step 5.1L2L6
7.1

Put F(x):=αxfF(x) := \int_\alpha^x f for x[α,β]x \in [\alpha,\beta], which is defined by [L2] and [L6]. Then xyf=F(y)F(x)\int_x^y f = F(y) - F(x) for all x,y[α,β]x,y \in [\alpha,\beta]: for x<yx < y this is step 6.1 rearranged; for x=yx = y both sides are 00 by [L6]; and for x>yx > y the case already proved gives yxf=F(x)F(y)\int_y^x f = F(x)-F(y), and [L6] negates both sides.

step 6.1L2L6construct
8.1

Claim 3. For arbitrary u,v,w[α,β]u,v,w \in [\alpha,\beta], step 7.1 gives uvf+vwf=(F(v)F(u))+(F(w)F(v))=F(w)F(u)=uwf\int_u^v f + \int_v^w f = \bigl(F(v)-F(u)\bigr) + \bigl(F(w)-F(v)\bigr) = F(w)-F(u) = \int_u^w f.

step 7.1algebra

Remarks

LemmaStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

Changing an integrable function at finitely many points changes neither its integrability nor its integral

Statement

Let a<ba < b be reals, let f:[a,b]Rf : [a,b] \to \mathbb{R} be integrable (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f), let E[a,b]E \subseteq [a,b] be finite (Finite, countably infinite, countable, uncountable, Equinumerous sets, ABA \approx B and ABA \preceq B), and let g:[a,b]Rg : [a,b] \to \mathbb{R} satisfy

g(x)  =  f(x)for every x[a,b]E.g(x) \;=\; f(x) \qquad \text{for every } x \in [a,b] \setminus E .

Then gg is integrable on [a,b][a,b] and

abg  =  abf.\int_a^b g \;=\; \int_a^b f .

In particular the values of an integrand at the endpoints of the interval, and at any finite set of points, are irrelevant to both questions.

Facts & Assumptions

Given: Reals a<ba < b, an integrable f:[a,b]Rf : [a,b] \to \mathbb{R}, a finite E[a,b]E \subseteq [a,b], and g:[a,b]Rg : [a,b] \to \mathbb{R} agreeing with ff off EE. Finite means: there are rNr \in \mathbb{N} and a bijection ee from {jN:j<r}\{\, j \in \mathbb{N} : j < r \,\} onto EE (Finite, countably infinite, countable, uncountable, Equinumerous sets, ABA \approx B and ABA \preceq B).

[L2]

For a partition R=(n,t)R = (n,t) and a bounded function hh on the interval: L(h,R)=i<nmiΔiL(h,R) = \sum_{i<n}m_i\Delta_i, U(h,R)=i<nMiΔiU(h,R) = \sum_{i<n}M_i\Delta_i with mi=infh[Ii]Mi=suph[Ii]m_i = \inf h[I_i] \le M_i = \sup h[I_i], and L(h,R)abhabhU(h,R)L(h,R) \le \underline{\int_a^b} h \le \overline{\int_a^b} h \le U(h,R) (For bounded ff on [a,b][a,b] and a partition PP: the infimum mim_i and supremum MiM_i of ff on the ii-th subinterval, and the lower and upper Darboux sums L(f,P)=imiΔiL(f,P) = \sum_i m_i \Delta_i and U(f,P)=iMiΔiU(f,P) = \sum_i M_i \Delta_i, The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f).

[L3]

The uniform partition UNU_N of [a,b][a,b] into N1N \ge 1 parts has n=Nn = N and every Δi\Delta_i equal to (ba)/ι(N)(b-a)/\iota(N), and its subintervals cover [a,b][a,b]; the index list tt is strictly increasing on indices N\le N, hence injective there (Partition of [a,b][a,b] as a finite strictly increasing list a=t0<t1<<tn=ba = t_0 < t_1 < \dots < t_n = b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions, The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field, Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L4]

Finite sums: monotonicity in the terms, scaling, additivity, and splitting; consequently, if xi=0x_i = 0 for every i<ni < n except i=ji = j, then i<nxi=xj\sum_{i<n}x_i = x_j, by splitting at jj and at j+1j+1 and 0=0\sum 0 = 0 (Finite sums and finite products, by recursion, Laws of finite sums and finite products, clauses 1 to 4).

[L6]

For every real η>0\eta > 0 there is a natural N1N \ge 1 with 1/ι(N)<η1/\iota(N) < \eta, and ι(N)>0\iota(N) > 0 for N1N \ge 1 (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, Every complete ordered field is Archimedean, Canonical naturals are positive and strictly increasing).

[L7]

Induction on N\mathbb{N} (The principle of mathematical induction).

[L8]

Ordered-field arithmetic: multiplying an inequality by a nonnegative quantity and adding constants preserve it, the order is total and transitive, and a real of absolute value below every positive real is 00 (Ordered field, Complete ordered field (least-upper-bound property)).

Proof

technique · induction
1.1

The one-point case is proved first, for a function called ww so that no symbol is reused. Let p[a,b]p \in [a,b] and let w:[a,b]Rw : [a,b] \to \mathbb{R} satisfy w(x)=0w(x) = 0 for every xpx \ne p; put K:=w(p)K := |w(p)|, so w(x)K|w(x)| \le K for every xx and ww is bounded.

givenL1
1.2

Fix N1N \ge 1 and write UN=(N,t)U_N = (N,t) with subintervals IiI_i and lengths Δi=(ba)/ι(N)\Delta_i = (b-a)/\iota(N). Define θi:=1\theta_i := 1 if pIip \in I_i and θi:=0\theta_i := 0 otherwise, for i<Ni < N.

L3construct
1.3

Setting up the induction. Put h:=gfh := g - f, so that h(x)=0h(x) = 0 for every xEx \notin E, and for j<rj < r define hj:[a,b]Rh_j : [a,b] \to \mathbb{R} by hj(x):=h(x)h_j(x) := h(x) if x=e(j)x = e(j) and hj(x):=0h_j(x) := 0 otherwise. Each hjh_j vanishes off the single point e(j)e(j).

givenconstruct
2.1

At most two indices i<Ni < N have θi=1\theta_i = 1, and they are consecutive: if pIiIjp \in I_i \cap I_j with i<ji < j then tjpti+1t_j \le p \le t_{i+1} and ti+1tjt_{i+1} \le t_j, so ti+1=tjt_{i+1} = t_j and j=i+1j = i+1 by injectivity of tt. Also some index has θi=1\theta_i = 1, since the subintervals cover [a,b][a,b]; let i0i_0 be the least such.

step 1.2L3choose
2.2

For every x[a,b]x \in [a,b] and every krk \le r, j<khj(x)=h(x)\sum_{j<k} h_j(x) = h(x) when x=e(j0)x = e(j_0) for some j0<kj_0 < k, and j<khj(x)=0\sum_{j<k}h_j(x) = 0 otherwise: in the first case all terms with jj0j \ne j_0 vanish, because ee is injective, and [L4] evaluates the sum; in the second every term is 00.

step 1.3L4
3.1

For every i<Ni < N: if θi=0\theta_i = 0 then ww vanishes on IiI_i, so mi=Mi=0m_i = M_i = 0, where mim_i and MiM_i are the extreme values of ww on IiI_i; and always KθimiMiKθi-K\theta_i \le m_i \le M_i \le K\theta_i.

step 1.2step 2.1L2L8
3.2

Define yi:=Δiy_i := \Delta_i for i=i0i = i_0 and yi:=0y_i := 0 otherwise, and zi:=Δiz_i := \Delta_i for i=i0+1i = i_0+1 with i0+1<Ni_0 + 1 < N, and zi:=0z_i := 0 otherwise. Then θiΔiyi+zi\theta_i\Delta_i \le y_i + z_i for every i<Ni < N by step 2.1, and i<N(yi+zi)2(ba)/ι(N)\sum_{i<N}(y_i+z_i) \le 2(b-a)/\iota(N) by [L4] and [L3].

step 1.2step 2.1L3L4construct
3.3

Let Q(k)Q(k), for krk \le r, be the statement that the function Hk:xj<khj(x)H_k : x \mapsto \sum_{j<k}h_j(x) is integrable on [a,b][a,b] with abHk=0\int_a^b H_k = 0.

step 2.2construct
4.1

By step 3.1 and monotonicity of finite sums, U(w,UN)L(w,UN)=i<N(Mimi)Δii<N2KθiΔi4K(ba)/ι(N)U(w,U_N) - L(w,U_N) = \sum_{i<N}(M_i-m_i)\Delta_i \le \sum_{i<N}2K\theta_i\Delta_i \le 4K(b-a)/\iota(N), and likewise 2K(ba)/ι(N)L(w,UN)-2K(b-a)/\iota(N) \le L(w,U_N) and U(w,UN)2K(ba)/ι(N)U(w,U_N) \le 2K(b-a)/\iota(N).

step 3.1step 3.2L2L4L8
4.2

Base. H0H_0 is the constant function 00, integrable with integral 00 by [L5], so Q(0)Q(0) holds.

basestep 3.3L5
4.3

Induction hypothesis. Fix k<rk < r and assume Q(k)Q(k).

ihstep 3.3
5.1

Given a real η>0\eta > 0, [L6] supplies NN with 4K(ba)/ι(N)<η4K(b-a)/\iota(N) < \eta, so ww satisfies Riemann's criterion and is integrable by [L1].

step 4.1L1L6L8
5.2

Moreover abw2K(ba)/ι(N)|\int_a^b w| \le 2K(b-a)/\iota(N) for every N1N \ge 1 by step 4.1 and [L2], and the right-hand side is below every positive real by [L6]; hence abw=0\int_a^b w = 0. Steps 1.1 to 5.2 therefore prove: every function on [a,b][a,b] vanishing off a single point is integrable with integral 00.

step 4.1L2L6L8
6.1

Hk+1=Hk+hkH_{k+1} = H_k + h_k pointwise by [L4], and hkh_k is integrable with integral 00 by steps 5.1 and 5.2 applied to w:=hkw := h_k and p:=e(k)p := e(k); so Hk+1H_{k+1} is integrable with abHk+1=0+0=0\int_a^b H_{k+1} = 0 + 0 = 0 by [L5], which is Q(k+1)Q(k+1).

step 5.1step 5.2step 1.3step 4.3L4L5
7.1

By [L7] with steps 4.2 and 6.1, Q(k)Q(k) holds for every krk \le r; at k=rk = r, and by step 2.2, Hr=hH_r = h, so hh is integrable with abh=0\int_a^b h = 0.

step 2.2step 4.2step 4.3step 6.1L7
8.1

Hence g=f+hg = f + h is integrable with abg=abf+0=abf\int_a^b g = \int_a^b f + 0 = \int_a^b f by [L5].

step 7.1L5discharge-induction

Remarks

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

If ff is integrable on [a,b][a,b] with values in [m,M][m,M] and φ\varphi is continuous on [m,M][m,M], then φf\varphi \circ f is integrable

Statement

Let a<ba < b and mMm \le M be reals, let f:[a,b]Rf : [a,b] \to \mathbb{R} be integrable (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f) with

m    f(x)    Mfor every x[a,b],m \;\le\; f(x) \;\le\; M \qquad \text{for every } x \in [a,b],

and let φ:[m,M]R\varphi : [m,M] \to \mathbb{R} be continuous on [m,M][m,M] (Continuity of f:ARf : A \to \mathbb{R} at a point of AA and on AA: the ε\varepsilon-δ\delta condition, its agreement with limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) at a limit point, and continuity at an isolated point). Then the composite φf:[a,b]R\varphi \circ f : [a,b] \to \mathbb{R} is integrable on [a,b][a,b].

The order of the hypotheses is the whole content, and it does not reverse. What is assumed is continuous after integrable: the outer function is the continuous one. Weakening the outer function to a merely integrable φ\varphi makes the statement false, and the witness is on the companion page. The remaining variant — φ\varphi merely integrable with ff continuous — is neither proved nor refuted anywhere on this page, and the companion page's witness does not bear on it, its inner function being discontinuous at every rational. Nothing here asserts anything about that variant.

Facts & Assumptions

Given: Reals a<ba < b and mMm \le M, an integrable f:[a,b]Rf : [a,b] \to \mathbb{R} with values in [m,M][m,M], a continuous φ:[m,M]R\varphi : [m,M] \to \mathbb{R}, and a real ε>0\varepsilon > 0. Write h:=φfh := \varphi \circ f.

[L2]

For a partition P=(n,t)P = (n,t) of [a,b][a,b] and bounded uu: U(u,P)L(u,P)=i<n(Mi(u)mi(u))ΔiU(u,P) - L(u,P) = \sum_{i<n}\bigl(M_i(u) - m_i(u)\bigr)\Delta_i with Δi>0\Delta_i > 0 and i<nΔi=ba\sum_{i<n}\Delta_i = b - a, and Mi(u)mi(u)=ωu(Ii)=sup{u(x)u(y):x,yIi}M_i(u) - m_i(u) = \omega_u(I_i) = \sup\{\,|u(x)-u(y)| : x,y \in I_i\,\} (For bounded ff on [a,b][a,b] and a partition PP: the infimum mim_i and supremum MiM_i of ff on the ii-th subinterval, and the lower and upper Darboux sums L(f,P)=imiΔiL(f,P) = \sum_i m_i \Delta_i and U(f,P)=iMiΔiU(f,P) = \sum_i M_i \Delta_i, The oscillation ωf(S)=sup{f(x)f(y):x,yS}\omega_f(S) = \sup\{\,|f(x) - f(y)| : x, y \in S\,\} of ff on a set and the oscillation ωf(c)=infδ>0ωf(ANδ(c))\omega_f(c) = \inf_{\delta > 0} \omega_f(A \cap N_\delta(c)) at a point, both taken in the extended reals, Partition of [a,b][a,b] as a finite strictly increasing list a=t0<t1<<tn=ba = t_0 < t_1 < \dots < t_n = b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions, Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L4]

A continuous real function on a compact subset of R\mathbb{R} is bounded there (A continuous real function on a compact subset of R\mathbb{R} is bounded, Lower bound, bounded below, bounded set).

[L5]

Heine-Cantor: a continuous real function on a compact KRK \subseteq \mathbb{R} is uniformly continuous on KK, so for every real η>0\eta > 0 there is a real δ0>0\delta_0 > 0 with φ(s)φ(t)<η|\varphi(s)-\varphi(t)| < \eta for all s,tKs,t \in K with st<δ0|s-t| < \delta_0 (Heine-Cantor in R\mathbb{R}: a continuous real function on a compact subset of R\mathbb{R} is uniformly continuous, proved R\mathbb{R}-natively from sequential compactness, Uniform continuity of f:ARf : A \to \mathbb{R}: one δ\delta serving every pair of points of AA).

[L6]

Finite sums: additivity, scaling and monotonicity in the terms (Finite sums and finite products, by recursion, Laws of finite sums and finite products, clauses 1, 2 and 4).

[L7]

Ordered-field arithmetic and the absolute value: multiplying an inequality by a nonnegative quantity and adding constants preserve it, the order is total and transitive, a positive real has a positive inverse, and uc|u| \le c follows from cuc-c \le u \le c (Ordered field, Complete ordered field (least-upper-bound property), Basic properties of the absolute value). The nonstrict forms follow from the strict ones by adjoining the case of equality.

[L8]

For every real η>0\eta > 0 there is a real η>0\eta' > 0 with η<η\eta' < \eta, for instance η=η21\eta' = \eta \cdot 2^{-1}; and the Archimedean property in reciprocal form (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, Every complete ordered field is Archimedean).

Proof

technique · direct
1.1

[m,M][m,M] is compact, so φ\varphi is bounded there: fix a real K0K \ge 0 with φ(s)K|\varphi(s)| \le K for every s[m,M]s \in [m,M]. Hence h(x)K|h(x)| \le K for every x[a,b]x \in [a,b] and hh is bounded.

givenL3L4choose
1.2

By [L5] applied on the compact [m,M][m,M] with η:=ε\eta := \varepsilon, fix a real δ0>0\delta_0 > 0 with φ(s)φ(t)<ε|\varphi(s)-\varphi(t)| < \varepsilon whenever s,t[m,M]s,t \in [m,M] and st<δ0|s-t| < \delta_0; then put δ:=min{δ021, ε21}\delta := \min\{\delta_0 \cdot 2^{-1},\ \varepsilon \cdot 2^{-1}\}, a positive real with δ<δ0\delta < \delta_0 and δ<ε\delta < \varepsilon.

givenL3L5L7L8choose
2.1

So φ(s)φ(t)ε|\varphi(s)-\varphi(t)| \le \varepsilon whenever s,t[m,M]s,t \in [m,M] satisfy stδ|s-t| \le \delta, since δ<δ0\delta < \delta_0.

step 1.2L7
2.2

Since δ>0\delta > 0, so is δ2\delta^{2}, and [L1] supplies a partition P=(n,t)P = (n,t) of [a,b][a,b] with U(f,P)L(f,P)<δ2U(f,P) - L(f,P) < \delta^{2}.

step 1.2givenL1L7choose
3.1

Fix i<ni < n and write Ωi:=Mi(f)mi(f)0\Omega_i := M_i(f) - m_i(f) \ge 0. If Ωiδ\Omega_i \le \delta then any x,yIix,y \in I_i have f(x)f(y)Ωiδ|f(x)-f(y)| \le \Omega_i \le \delta with f(x),f(y)[m,M]f(x),f(y) \in [m,M], so h(x)h(y)ε|h(x)-h(y)| \le \varepsilon by step 2.1, whence Mi(h)mi(h)εM_i(h) - m_i(h) \le \varepsilon by [L2].

step 2.1step 2.2L2L7
3.2

If instead Ωi>δ\Omega_i > \delta then Ωi/δ>1\Omega_i/\delta > 1, while Mi(h)mi(h)2KM_i(h) - m_i(h) \le 2K always, by [L2] and step 1.1.

step 1.1step 2.2L2L7
4.1

In both cases (Mi(h)mi(h))ΔiεΔi+(2K/δ)ΩiΔi\bigl(M_i(h)-m_i(h)\bigr)\Delta_i \le \varepsilon\,\Delta_i + \bigl(2K/\delta\bigr)\Omega_i\Delta_i: in the first case the second summand is nonnegative and the first alone dominates, and in the second case (2K/δ)ΩiΔi2KΔi(2K/\delta)\Omega_i\Delta_i \ge 2K\Delta_i dominates by itself.

step 3.1step 3.2L7
5.1

Summing over i<ni < n with [L6] and using i<nΔi=ba\sum_{i<n}\Delta_i = b-a and [L2] gives U(h,P)L(h,P)ε(ba)+(2K/δ)(U(f,P)L(f,P))U(h,P)-L(h,P) \le \varepsilon(b-a) + (2K/\delta)\bigl(U(f,P)-L(f,P)\bigr).

step 4.1L2L6L7
6.1

By step 2.2 the second summand is below (2K/δ)δ2=2Kδ(2K/\delta)\delta^{2} = 2K\delta, and δ<ε\delta < \varepsilon by step 1.2, so U(h,P)L(h,P)<ε(ba+2K)U(h,P)-L(h,P) < \varepsilon\,(b-a+2K).

step 2.2step 5.1L7
7.1

Let a real η>0\eta > 0 be given. Running steps 1.2 to 6.1 with ε:=η/(ba+2K+1)\varepsilon := \eta/(b-a+2K+1), a positive real since ba+2K+1>0b-a+2K+1 > 0, produces a partition PP with U(h,P)L(h,P)<η(ba+2K)/(ba+2K+1)<ηU(h,P)-L(h,P) < \eta\,(b-a+2K)/(b-a+2K+1) < \eta.

step 6.1L7L8
8.1

As η>0\eta > 0 was arbitrary and hh is bounded by step 1.1, [L1] makes h=φfh = \varphi\circ f integrable on [a,b][a,b].

step 1.1step 7.1L1

Remarks

CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

If f,gf,g are integrable on [a,b][a,b] then so are f\lvert f\rvert, f2f^{2}, fgfg, max(f,g)\max(f,g) and min(f,g)\min(f,g), and abfabf\bigl\lvert\int_a^b f\bigr\rvert \le \int_a^b\lvert f\rvert

Statement

Let a<ba < b be reals and let f,g:[a,b]Rf, g : [a,b] \to \mathbb{R} be integrable (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f). Then:

  1. f|f|, f2f^{2} and fgfg are integrable on [a,b][a,b] (Absolute value in an ordered field, Integer powers ama^m);
  2. max(f,g)\max(f,g) and min(f,g)\min(f,g), defined pointwise (Maximum and minimum of a set), are integrable on [a,b][a,b];
  3. the triangle inequality for the integral: abf    abf.\Bigl|\int_a^b f\Bigr| \;\le\; \int_a^b |f| .

Claim 3 is stated with a<ba < b and is not orientation-invariant. For u>vu > v the right-hand side is vuf0-\int_v^u |f| \le 0 while the left-hand side is 0\ge 0, so the inequality as written is false there. The form valid for every pair u,vu,v on which ff is integrable (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f) is

uvf    uvf,\Bigl|\int_u^v f\Bigr| \;\le\; \Bigl|\int_u^v |f|\,\Bigr| ,

and that is the form the estimates below on this page use whenever the limits are not known to be in increasing order.

The converse of claim 1 fails. Integrability of f|f| does not give integrability of ff; the witness is on the companion page.

Facts & Assumptions

Given: Reals a<ba < b and integrable f,g:[a,b]Rf, g : [a,b] \to \mathbb{R}.

[L2]

Sums and scalar multiples of integrable functions are integrable, with ab(λu+νw)=λabu+νabw\int_a^b(\lambda u + \nu w) = \lambda\int_a^b u + \nu\int_a^b w (Integrable functions on [a,b][a,b] form a set closed under sums and scalar multiples, and ab(λf+μg)=λabf+μabg\int_a^b(\lambda f+\mu g) = \lambda\int_a^b f + \mu\int_a^b g).

[L5]

For reals s,ts,t: max{s,t}=(s+t+st)21\max\{s,t\} = (s + t + |s-t|)\cdot 2^{-1} and min{s,t}=(s+tst)21\min\{s,t\} = (s + t - |s-t|)\cdot 2^{-1}, and st=((s+t)2(st)2)41st = \bigl((s+t)^{2} - (s-t)^{2}\bigr)\cdot 4^{-1} (Maximum and minimum of a set, Absolute value in an ordered field, Ordered field, Integer powers ama^m).

[L6]

Absolute value: ttt-|t| \le t \le |t|, and tc|t| \le c follows from ctc-c \le t \le c (Basic properties of the absolute value, Absolute value in an ordered field).

[L7]

With oriented limits, vuu=uvu\int_v^u u = -\int_u^v u and uuu=0\int_u^u u = 0 (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f).

[L8]

Ordered-field arithmetic: adding constants and multiplying by positive reals preserve inequalities, and the order is total and transitive (Ordered field, Complete ordered field (least-upper-bound property)).

Proof

technique · direct
1.1

ff is bounded, so fix reals mMm \le M with f[[a,b]][m,M]f[\,[a,b]\,] \subseteq [m,M]; the same for gg, and for f+gf+g and fgf-g, which are integrable by [L2].

givenL1L2choose
1.2

The maps ttt \mapsto |t| and tt2t \mapsto t^{2} are continuous on any closed bounded interval, by [L4].

L4
2.1

By [L1] applied with φ(t)=t\varphi(t) = |t| to ff, to gg and to fgf-g, the functions f|f|, g|g| and fg|f-g| are integrable.

step 1.1step 1.2L1
2.2

By [L1] applied with φ(t)=t2\varphi(t) = t^{2} to ff, to f+gf+g and to fgf-g, the functions f2f^{2}, (f+g)2(f+g)^{2} and (fg)2(f-g)^{2} are integrable.

step 1.1step 1.2L1
3.1

By [L5], fg=((f+g)2(fg)2)41fg = \bigl((f+g)^{2}-(f-g)^{2}\bigr)\cdot 4^{-1} pointwise, so fgfg is integrable by [L2]; this completes claim 1.

step 2.1step 2.2L2L5
3.2

By [L5], max(f,g)=(f+g+fg)21\max(f,g) = \bigl(f + g + |f-g|\bigr)\cdot 2^{-1} and min(f,g)=(f+gfg)21\min(f,g) = \bigl(f+g-|f-g|\bigr)\cdot 2^{-1} pointwise, so both are integrable by [L2]; this is claim 2.

step 2.1L2L5
3.3

Claim 3. By [L6], fff-|f| \le f \le |f| pointwise on [a,b][a,b], and all three functions are integrable by step 2.1 and [L2].

step 2.1L2L6
4.1

By [L3] applied twice, abfabfabf-\int_a^b|f| \le \int_a^b f \le \int_a^b |f|, using ab(f)=abf\int_a^b(-|f|) = -\int_a^b|f| from [L2].

step 3.3L2L3
5.1

Hence abfabf\bigl|\int_a^b f\bigr| \le \int_a^b|f| by [L6], which is claim 3.

step 4.1L6
6.1

The oriented form. For u=vu = v both sides are 00 by [L7]; for u<vu < v it is claim 3 on [u,v][u,v]; and for u>vu > v both uvf\int_u^v f and uvf\int_u^v |f| are the negatives of the corresponding integrals over [v,u][v,u] by [L7], so the two absolute values are unchanged and claim 3 on [v,u][v,u] gives the inequality.

step 5.1L7L8

Remarks

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

If ff is continuous on [a,b][a,b] and gg is integrable with g0g \ge 0, there is ξ[a,b]\xi \in [a,b] with abfg=f(ξ)abg\int_a^b fg = f(\xi)\int_a^b g

Statement

Let a<ba < b be reals, let f:[a,b]Rf : [a,b] \to \mathbb{R} be continuous on [a,b][a,b] (Continuity of f:ARf : A \to \mathbb{R} at a point of AA and on AA: the ε\varepsilon-δ\delta condition, its agreement with limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) at a limit point, and continuity at an isolated point) and let g:[a,b]Rg : [a,b] \to \mathbb{R} be integrable (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f) with g(x)0g(x) \ge 0 for every x[a,b]x \in [a,b]. Then fgfg is integrable and there is ξ[a,b]\xi \in [a,b] with

abfg  =  f(ξ)abg.\int_a^b f\,g \;=\; f(\xi)\,\int_a^b g .

The special case g1g \equiv 1 is the familiar statement that a continuous function attains its average value: there is ξ[a,b]\xi \in [a,b] with

abf  =  f(ξ)(ba),\int_a^b f \;=\; f(\xi)\,(b-a) ,

and it is this clause that the fundamental theorem below is usually derived from in other treatments.

The hypothesis g0g \ge 0 is essential. For a sign-changing integrable gg the conclusion fails, and the witness is the counterexample with a sign-changing weight on the companion page.

Facts & Assumptions

Given: Reals a<ba < b, a continuous f:[a,b]Rf : [a,b] \to \mathbb{R}, and an integrable g:[a,b]Rg : [a,b] \to \mathbb{R} with g0g \ge 0 on [a,b][a,b].

[L2]

For continuous ff on [a,b][a,b] with aba \le b, f[[a,b]]=[minf[[a,b]], maxf[[a,b]]]f[\,[a,b]\,] = [\min f[\,[a,b]\,],\ \max f[\,[a,b]\,]] (The image of an interval under a continuous real function is order-convex, hence an interval, and the image of a closed bounded interval is a closed bounded interval, claim 2).

[L5]

If uwu \le w pointwise and both are integrable then abuabw\int_a^b u \le \int_a^b w; and if u0u \ge 0 is integrable then abu0\int_a^b u \ge 0 (If fgf \le g on [a,b][a,b] and both are integrable then abfabg\int_a^b f \le \int_a^b g; and m(ba)abfM(ba)m(b-a) \le \int_a^b f \le M(b-a)).

[L7]

Ordered-field arithmetic: multiplying an inequality by a nonnegative quantity preserves it, a positive real has a positive inverse, and the order is total and transitive (Ordered field, Complete ordered field (least-upper-bound property)).

Proof

technique · direct
1.1

ff is integrable by [L3], so fgfg is integrable by [L4].

givenL3L4
1.2

By [L1] fix p,q[a,b]p, q \in [a,b] with f(q)=minf[[a,b]]=:mf(q) = \min f[\,[a,b]\,] =: m and f(p)=maxf[[a,b]]=:Mf(p) = \max f[\,[a,b]\,] =: M, so mf(x)Mm \le f(x) \le M for every x[a,b]x \in [a,b].

givenL1choose
1.3

By [L5], abg0\int_a^b g \ge 0.

givenL5
2.1

Since g0g \ge 0, multiplying the inequalities of step 1.2 by g(x)g(x) gives mg(x)f(x)g(x)Mg(x)m\,g(x) \le f(x)g(x) \le M\,g(x) for every x[a,b]x \in [a,b], and all three functions are integrable by step 1.1 and [L6].

step 1.1step 1.2givenL6L7
3.1

By [L5] and [L6] applied to step 2.1, mabg    abfg    Mabgm\int_a^b g \;\le\; \int_a^b fg \;\le\; M\int_a^b g.

step 2.1L5L6
4.1

The case abg=0\int_a^b g = 0. Then step 3.1 reads 0abfg00 \le \int_a^b fg \le 0, so abfg=0=f(a)abg\int_a^b fg = 0 = f(a)\int_a^b g, and ξ:=a\xi := a works.

step 1.3step 3.1L7
4.2

The case abg>0\int_a^b g > 0. Then λ:=(abfg)/(abg)\lambda := \bigl(\int_a^b fg\bigr)\big/\bigl(\int_a^b g\bigr) is a real satisfying mλMm \le \lambda \le M, by step 3.1 divided by the positive abg\int_a^b g.

step 1.3step 3.1L7construct
5.1

By step 1.2 and [L2], f[[a,b]]=[m,M]f[\,[a,b]\,] = [m,M], so λ=f(ξ)\lambda = f(\xi) for some ξ[a,b]\xi \in [a,b]; then abfg=λabg=f(ξ)abg\int_a^b fg = \lambda\int_a^b g = f(\xi)\int_a^b g.

step 1.2step 4.2L2L7choose
6.1

The two cases abg=0\int_a^b g = 0 and abg>0\int_a^b g > 0 are exhaustive by step 1.3, so the theorem holds.

step 1.3step 4.1step 5.1L7
7.1

The clause g1g \equiv 1. The constant 11 is integrable, nonnegative, with ab1=ba\int_a^b 1 = b-a by [L6], so step 6.1 gives ξ[a,b]\xi \in [a,b] with abf=f(ξ)(ba)\int_a^b f = f(\xi)(b-a).

step 6.1L6

Remarks

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

The integral function F(x):=axfF(x) := \int_a^x f of an integrable ff

Definition

Let a<ba < b be reals and let f:[a,b]Rf : [a,b] \to \mathbb{R} be integrable (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f). The integral function of ff with base point aa is

F:[a,b]R,F(x)  :=  axf.F : [a,b] \to \mathbb{R}, \qquad F(x) \;:=\; \int_a^x f .

It is a genuine function, and that has to be checked. For x(a,b]x \in (a,b] the restriction of ff to [a,x][a,x] is integrable, by A function integrable on [a,b][a,b] is integrable on every closed subinterval applied with c:=ac := a and d:=xd := x, so axf\int_a^x f names a single real number (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f). For x=ax = a the symbol aaf\int_a^a f is 00 by The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f. So F(x)F(x) is defined at every point of [a,b][a,b] and

F(a)  =  0.F(a) \;=\; 0 .

More generally, for any base point c[a,b]c \in [a,b] the function xcxfx \mapsto \int_c^x f is defined on the whole of [a,b][a,b], the integral being the oriented one of The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f when x<cx < c; the case c=ac = a is written FF above and is the one used unless another base point is named.

The two identities used throughout

Increments are integrals. For all x,y[a,b]x, y \in [a,b], in either order,

F(y)F(x)  =  xyf.F(y) - F(x) \;=\; \int_x^y f .

This is claim 3 of For a<c<ba<c<b: ff is integrable on [a,b][a,b] if and only if it is integrable on [a,c][a,c] and on [c,b][c,b], and then abf=acf+cbf\int_a^b f = \int_a^c f + \int_c^b f; with the oriented form for arbitrary a,b,ca,b,c applied to the three points aa, xx, yy: it gives axf+xyf=ayf\int_a^x f + \int_x^y f = \int_a^y f, that is F(x)+xyf=F(y)F(x) + \int_x^y f = F(y). No ordering of xx and yy is assumed, and the degenerate cases x=yx = y, x=ax = a and y=ay = a are included, since claim 3 is stated for arbitrary points.

Changing the base point changes FF by a constant. If c[a,b]c \in [a,b] and Fc(x):=cxfF_c(x) := \int_c^x f, then for every x[a,b]x \in [a,b]

Fc(x)  =  F(x)F(c),F_c(x) \;=\; F(x) - F(c) ,

again by claim 3 of For a<c<ba<c<b: ff is integrable on [a,b][a,b] if and only if it is integrable on [a,c][a,c] and on [c,b][c,b], and then abf=acf+cbf\int_a^b f = \int_a^c f + \int_c^b f; with the oriented form for arbitrary a,b,ca,b,c at the points aa, cc, xx. So the family of integral functions of ff is one function up to an additive constant.

Remarks

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

The integral function of a bounded integrable ff is Lipschitz, hence uniformly continuous

Statement

Let a<ba < b be reals, let f:[a,b]Rf : [a,b] \to \mathbb{R} be integrable (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f), let K0K \ge 0 be a real with f(t)K|f(t)| \le K for every t[a,b]t \in [a,b] (Lower bound, bounded below, bounded set), and let FF be the integral function of ff (The integral function F(x):=axfF(x) := \int_a^x f of an integrable ff). Then

F(y)F(x)    Kyxfor all x,y[a,b],\bigl|F(y) - F(x)\bigr| \;\le\; K\,|y - x| \qquad \text{for all } x,y \in [a,b] ,

that is, FF is Lipschitz with constant KK on [a,b][a,b] (Lipschitz map, α\alpha-Hölder map for rational 0<α10 < \alpha \le 1, and contraction, Dictionary: for ARA \subseteq \mathbb{R} with the metric d(x,y)=xyd(x,y) = |x-y|, continuity and uniform continuity of f:ARf : A \to \mathbb{R} agree with the metric-space notions, the Lipschitz and Hölder conditions are the metric ones instantiated, and a subset of R\mathbb{R} is compact in the open-cover sense of R\mathbb{R} exactly when it is a compact metric subspace). Consequently FF is uniformly continuous on [a,b][a,b] (Uniform continuity of f:ARf : A \to \mathbb{R}: one δ\delta serving every pair of points of AA) and hence continuous there (Continuity of f:ARf : A \to \mathbb{R} at a point of AA and on AA: the ε\varepsilon-δ\delta condition, its agreement with limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) at a limit point, and continuity at an isolated point).

No continuity of ff is assumed. This is the strongest regularity of FF available before the fundamental theorem, and it is what makes the hypotheses of that theorem visible as hypotheses: continuity of ff at a point buys differentiability of FF there, and integrability alone already buys this much everywhere.

Facts & Assumptions

Given: Reals a<ba < b, an integrable f:[a,b]Rf : [a,b] \to \mathbb{R}, a real K0K \ge 0 with fK|f| \le K on [a,b][a,b], and the integral function F(x)=axfF(x) = \int_a^x f; points x,y[a,b]x,y \in [a,b].

[L1]

F(y)F(x)=xyfF(y) - F(x) = \int_x^y f for all x,y[a,b]x,y \in [a,b], in either order (The integral function F(x):=axfF(x) := \int_a^x f of an integrable ff).

[L2]

f|f| is integrable on every [p,q][a,b][p,q] \subseteq [a,b] with p<qp<q, and pqfpqf\bigl|\int_p^q f\bigr| \le \int_p^q |f| there (If f,gf,g are integrable on [a,b][a,b] then so are f\lvert f\rvert, f2f^{2}, fgfg, max(f,g)\max(f,g) and min(f,g)\min(f,g), and abfabf\bigl\lvert\int_a^b f\bigr\rvert \le \int_a^b\lvert f\rvert, claims 1 and 3).

[L4]

With oriented limits, yxf=xyf\int_y^x f = -\int_x^y f and xxf=0\int_x^x f = 0 (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f).

[L5]

Absolute value: t=t|{-t}| = |t|, t0|t| \ge 0, and tc|t| \le c follows from ctc-c \le t \le c (Basic properties of the absolute value, Absolute value in an ordered field).

[L7]

Ordered-field arithmetic: the order is total and transitive, and multiplying an inequality by a nonnegative real preserves it (Ordered field, Complete ordered field (least-upper-bound property)).

Proof

technique · direct
1.1

The case x<yx < y. By [L1], F(y)F(x)=xyfF(y)-F(x) = \int_x^y f, and [x,y][a,b][x,y] \subseteq [a,b] with x<yx < y.

givenL1
1.2

The case x=yx = y. Then F(y)F(x)=0F(y)-F(x) = 0 and Kyx=0K|y-x| = 0, so the inequality holds with equality.

L1L4L5
2.1

On [x,y][x,y] one has f(t)K|f(t)| \le K for every tt, so by [L2] and [L3], xyfxyfxyK=K(yx)\bigl|\int_x^y f\bigr| \le \int_x^y |f| \le \int_x^y K = K\,(y-x).

step 1.1givenL2L3
3.1

Hence F(y)F(x)K(yx)=Kyx|F(y)-F(x)| \le K(y-x) = K|y-x| when x<yx < y.

step 1.1step 2.1L5
4.1

The case y<xy < x. Applying step 3.1 to the pair (y,x)(y,x) gives F(x)F(y)Kxy|F(x)-F(y)| \le K|x-y|, and F(y)F(x)=F(x)F(y)|F(y)-F(x)| = |F(x)-F(y)| with yx=xy|y-x| = |x-y| by [L5]; so the inequality holds here too.

step 3.1L5
5.1

The three cases x<yx<y, x=yx=y, y<xy<x are exhaustive by [L7], so F(y)F(x)Kyx|F(y)-F(x)| \le K|y-x| for all x,y[a,b]x,y \in [a,b].

step 1.2step 3.1step 4.1L7
6.1

By [L6], FF is therefore Lipschitz with constant KK on [a,b][a,b], hence uniformly continuous on [a,b][a,b], hence continuous there.

step 5.1L6

Remarks

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

The first fundamental theorem: if ff is integrable on [a,b][a,b] and continuous at cc, then F(c)=f(c)F'(c) = f(c); in particular a continuous ff has FF as a primitive

Statement

Let a<ba < b be reals, let f:[a,b]Rf : [a,b] \to \mathbb{R} be integrable (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f), let FF be its integral function (The integral function F(x):=axfF(x) := \int_a^x f of an integrable ff), and let c[a,b]c \in [a,b] be a point at which ff is continuous (Continuity of f:ARf : A \to \mathbb{R} at a point of AA and on AA: the ε\varepsilon-δ\delta condition, its agreement with limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) at a limit point, and continuity at an isolated point). Then FF is differentiable at cc as a function on [a,b][a,b] (The derivative f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x \to c} \frac{f(x) - f(c)}{x - c} of f:ARf : A \to \mathbb{R} at a point cAc \in A that is a limit point of AA, and differentiability on a set) and

F(c)  =  f(c).F'(c) \;=\; f(c) .

At c=ac = a and c=bc = b this is the one-sided statement, which is what The derivative f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x \to c} \frac{f(x) - f(c)}{x - c} of f:ARf : A \to \mathbb{R} at a point cAc \in A that is a limit point of AA, and differentiability on a set means at those points: every point of a nondegenerate interval is a limit point of it, so F(c)F'(c) is a meaningful symbol at every c[a,b]c \in [a,b], and the difference quotient is taken over [a,b]{c}[a,b] \setminus \{c\}.

Consequently, if ff is continuous on the whole of [a,b][a,b], then FF is a primitive of ff there: F=fF' = f at every point of [a,b][a,b].

Continuity at cc is a hypothesis and it cannot be dropped. For an integrable ff that is discontinuous at cc, F(c)F'(c) may fail to exist, and it may exist and differ from f(c)f(c); both are exhibited on the companion page, by an integrable function with no primitive and by a false statement about the integral function.

Facts & Assumptions

Given: Reals a<ba < b, an integrable f:[a,b]Rf : [a,b] \to \mathbb{R}, its integral function F(x)=axfF(x) = \int_a^x f, a point c[a,b]c \in [a,b] at which ff is continuous, and a real ε>0\varepsilon > 0.

[L2]

Continuity at cc: for every real η>0\eta > 0 there is a real δ>0\delta > 0 such that every t[a,b]t \in [a,b] with tc<δ|t - c| < \delta satisfies f(t)f(c)<η|f(t) - f(c)| < \eta (Continuity of f:ARf : A \to \mathbb{R} at a point of AA and on AA: the ε\varepsilon-δ\delta condition, its agreement with limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) at a limit point, and continuity at an isolated point).

[L6]

With oriented limits, qpu=pqu\int_q^p u = -\int_p^q u and ppu=0\int_p^p u = 0 (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f).

[L7]

Absolute value and ordered-field arithmetic: t=t|{-t}| = |t|, ts=ts|t\,s| = |t||s|, tc|t| \le c follows from ctc-c \le t \le c, a positive real has a positive inverse, and the order is total and transitive (Basic properties of the absolute value, Absolute value in an ordered field, Ordered field, Complete ordered field (least-upper-bound property)). The nonstrict forms of the order facts follow from the strict ones by adjoining equality.

Proof

technique · direct
1.1

By [L2] with η:=ε21\eta := \varepsilon \cdot 2^{-1}, fix a real δ>0\delta > 0 such that f(t)f(c)<ε21|f(t)-f(c)| < \varepsilon\cdot 2^{-1} for every t[a,b]t \in [a,b] with tc<δ|t-c| < \delta.

givenL2L7L8choose
1.2

For x[a,b]x \in [a,b] with xcx \ne c, [L1] and [L4] give F(x)F(c)f(c)(xc)=cxfcxf(c)=cx(f(t)f(c))dtF(x) - F(c) - f(c)(x-c) = \int_c^x f - \int_c^x f(c) = \int_c^x \bigl(f(t) - f(c)\bigr)\,\mathrm{d}t, the constant f(c)f(c) having integral f(c)(xc)f(c)(x-c) over the oriented interval from cc to xx by [L4] and [L6].

L1L4L6
2.1

The estimate for c<x<c+δc < x < c+\delta. Every t[c,x]t \in [c,x] has tc<δ|t-c| < \delta, so ε21f(t)f(c)ε21-\varepsilon\cdot2^{-1} \le f(t)-f(c) \le \varepsilon\cdot 2^{-1} there by step 1.1, whence cx(ff(c))ε21(xc)\bigl|\int_c^x (f - f(c))\bigr| \le \varepsilon\cdot2^{-1}\,(x-c) by [L4] and [L5].

step 1.1step 1.2L4L5L7
2.2

The estimate for cδ<x<cc-\delta < x < c. By [L6], cx(ff(c))=xc(ff(c))\int_c^x (f-f(c)) = -\int_x^c (f-f(c)), and every t[x,c]t \in [x,c] has tc<δ|t-c| < \delta, so the same argument gives cx(ff(c))ε21(cx)\bigl|\int_c^x (f-f(c))\bigr| \le \varepsilon\cdot 2^{-1}\,(c-x).

step 1.1step 1.2L4L5L6L7
3.1

In both cases cx(ff(c))ε21xc\bigl|\int_c^x(f-f(c))\bigr| \le \varepsilon\cdot 2^{-1}\,|x-c|, so dividing by the nonzero xc|x-c| and using step 1.2 gives F(x)F(c)xcf(c)ε21<ε\Bigl|\dfrac{F(x)-F(c)}{x-c} - f(c)\Bigr| \le \varepsilon\cdot 2^{-1} < \varepsilon for every x[a,b]x \in [a,b] with 0<xc<δ0 < |x-c| < \delta.

step 1.2step 2.1step 2.2L7
4.1

Since ε>0\varepsilon > 0 was arbitrary, the limit of the difference quotient of FF at cc exists and equals f(c)f(c) by [L3]; that is, F(c)=f(c)F'(c) = f(c).

step 1.1step 3.1L3
5.1

If ff is continuous at every point of [a,b][a,b] then step 4.1 applies at every c[a,b]c \in [a,b], so F=fF' = f on [a,b][a,b] and FF is a primitive of ff.

step 4.1L3

Remarks

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

The second fundamental theorem: if GG is differentiable on [a,b][a,b] with G=fG' = f and ff is integrable, then abf=G(b)G(a)\int_a^b f = G(b)-G(a)

Statement

Let a<ba < b be reals, let G:[a,b]RG : [a,b] \to \mathbb{R} be differentiable at every point of [a,b][a,b] as a function on [a,b][a,b] (The derivative f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x \to c} \frac{f(x) - f(c)}{x - c} of f:ARf : A \to \mathbb{R} at a point cAc \in A that is a limit point of AA, and differentiability on a set; at aa and bb this is the one-sided derivative), let f:=Gf := G', and suppose ff is integrable on [a,b][a,b] (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f). Then

abf  =  G(b)G(a).\int_a^b f \;=\; G(b) - G(a) .

Both hypotheses are needed and neither is removable. A function may be differentiable everywhere with GG' not integrable — then the left-hand side does not exist (an everywhere differentiable function with unbounded derivative) — and an integrable ff need not be the derivative of anything (the sign function); both witnesses are on the companion page.

No continuity of ff is assumed, which is what makes this the working form: the theorem evaluates abf\int_a^b f for every integrable derivative, not only for continuous integrands.

Facts & Assumptions

Given: Reals a<ba < b, a function G:[a,b]RG : [a,b] \to \mathbb{R} differentiable at every point of [a,b][a,b], f:=Gf := G' integrable on [a,b][a,b], and a partition P=(n,t)P = (n,t) of [a,b][a,b].

[L1]

For a partition P=(n,t)P = (n,t) of [a,b][a,b]: t0=at_0 = a, tn=bt_n = b, ti<ti+1t_i < t_{i+1} for i<ni < n, Δi=ti+1ti>0\Delta_i = t_{i+1}-t_i > 0, and Ii=[ti,ti+1][a,b]I_i = [t_i,t_{i+1}] \subseteq [a,b] (Partition of [a,b][a,b] as a finite strictly increasing list a=t0<t1<<tn=ba = t_0 < t_1 < \dots < t_n = b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions, Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L2]

L(f,P)=i<nmiΔiL(f,P) = \sum_{i<n}m_i\Delta_i and U(f,P)=i<nMiΔiU(f,P) = \sum_{i<n}M_i\Delta_i with mi=inff[Ii]m_i = \inf f[I_i] and Mi=supf[Ii]M_i = \sup f[I_i], so mif(ξ)Mim_i \le f(\xi) \le M_i for every ξIi\xi \in I_i (For bounded ff on [a,b][a,b] and a partition PP: the infimum mim_i and supremum MiM_i of ff on the ii-th subinterval, and the lower and upper Darboux sums L(f,P)=imiΔiL(f,P) = \sum_i m_i \Delta_i and U(f,P)=iMiΔiU(f,P) = \sum_i M_i \Delta_i, Lower bound, bounded below, bounded set).

[L3]

abf=supPL(f,P)\underline{\int_a^b} f = \sup_P L(f,P) and abf=infPU(f,P)\overline{\int_a^b} f = \inf_P U(f,P), and ff integrable means the two agree, their common value being abf\int_a^b f (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f).

[L4]

Mean value theorem: if uu is continuous on [p,q][p,q] with p<qp<q and differentiable at every point of (p,q)(p,q), there is ξ(p,q)\xi \in (p,q) with u(q)u(p)=u(ξ)(qp)u(q)-u(p) = u'(\xi)(q-p) (The mean value theorem, as the case g(x)=xg(x) = x of Cauchy's: for ff continuous on [a,b][a,b] with a<ba < b and differentiable on (a,b)(a,b) there is c(a,b)c \in (a,b) with f(b)f(a)=f(c)(ba)f(b) - f(a) = f'(c)(b-a)).

[L6]

Finite sums: telescoping i<n(ci+1ci)=cnc0\sum_{i<n}(c_{i+1}-c_i) = c_n - c_0, and monotonicity in the terms (Finite sums and finite products, by recursion, Laws of finite sums and finite products, clauses 4 and 5).

[L7]

Ordered-field arithmetic: multiplying an inequality by a positive real preserves it, the order is total and transitive, and a number that is an upper bound of a set and also a lower bound of another set lies between their supremum and infimum (Ordered field, Complete ordered field (least-upper-bound property)).

Proof

technique · direct
1.1

Let P=(n,t)P = (n,t) be an arbitrary partition of [a,b][a,b] and let i<ni < n. The restriction of GG to Ii=[ti,ti+1]I_i = [t_i,t_{i+1}] is continuous on IiI_i and differentiable at every point of (ti,ti+1)(t_i,t_{i+1}), with the same derivative ff there, by [L5] and [L1].

givenL1L5
2.1

By [L4] applied on IiI_i there is ξi(ti,ti+1)\xi_i \in (t_i,t_{i+1}) with G(ti+1)G(ti)=f(ξi)ΔiG(t_{i+1}) - G(t_i) = f(\xi_i)\,\Delta_i; since ξiIi\xi_i \in I_i and Δi>0\Delta_i > 0, [L2] gives miΔiG(ti+1)G(ti)MiΔim_i\Delta_i \le G(t_{i+1})-G(t_i) \le M_i\Delta_i.

step 1.1L1L2L4L7
3.1

Step 2.1 holds for every i<ni < n, so monotonicity of finite sums applies to the three families and gives i<nmiΔii<n(G(ti+1)G(ti))i<nMiΔi\sum_{i<n}m_i\Delta_i \le \sum_{i<n}\bigl(G(t_{i+1})-G(t_i)\bigr) \le \sum_{i<n}M_i\Delta_i.

step 2.1L6
4.1

The middle sum telescopes to G(tn)G(t0)=G(b)G(a)G(t_n) - G(t_0) = G(b) - G(a) by [L6] and [L1], so L(f,P)G(b)G(a)U(f,P)L(f,P) \le G(b)-G(a) \le U(f,P) by [L2].

step 3.1L1L2L6
5.1

Step 4.1 holds for every partition PP, so G(b)G(a)G(b)-G(a) is an upper bound of the set of lower sums and a lower bound of the set of upper sums; hence abfG(b)G(a)abf\underline{\int_a^b} f \le G(b)-G(a) \le \overline{\int_a^b} f by [L3] and [L7].

step 4.1L3L7
6.1

Since ff is integrable the two integrals coincide with abf\int_a^b f, so abf=G(b)G(a)\int_a^b f = G(b)-G(a).

step 5.1L3

Remarks

CorollaryStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

Every continuous function on an interval has a primitive; two primitives differ by a constant; and abf=G(b)G(a)\int_a^b f = G(b)-G(a) for any primitive GG

Statement

Let IRI \subseteq \mathbb{R} be order-convex with at least two elements (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length) and let f:IRf : I \to \mathbb{R} be continuous on II (Continuity of f:ARf : A \to \mathbb{R} at a point of AA and on AA: the ε\varepsilon-δ\delta condition, its agreement with limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) at a limit point, and continuity at an isolated point). Call G:IRG : I \to \mathbb{R} a primitive of ff on II when GG is differentiable at every point of II as a function on II with G=fG' = f there (The derivative f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x \to c} \frac{f(x) - f(c)}{x - c} of f:ARf : A \to \mathbb{R} at a point cAc \in A that is a limit point of AA, and differentiability on a set). Then:

  1. Existence. Fix c0Ic_0 \in I. The function F:IR,F(x)  :=  c0xfF : I \to \mathbb{R}, \qquad F(x) \;:=\; \int_{c_0}^x f is defined at every xIx \in I (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f, The integral function F(x):=axfF(x) := \int_a^x f of an integrable ff) and is a primitive of ff on II.
  2. Uniqueness up to a constant. If G1G_1 and G2G_2 are primitives of ff on II then there is a real kk with G1(x)=G2(x)+kG_1(x) = G_2(x) + k for every xIx \in I.
  3. Evaluation. If a,bIa, b \in I with a<ba < b and GG is any primitive of ff on II, then abf  =  G(b)G(a).\int_a^b f \;=\; G(b) - G(a) .

The scope is exactly the continuous case, and that is not a limitation of the proof. An integrable function need not have a primitive, and a function with a primitive need not be integrable; this corollary is precisely the intersection where both fundamental theorems apply, and both witnesses are on the companion page.

Facts & Assumptions

Given: An order-convex IRI \subseteq \mathbb{R} with at least two elements, a continuous f:IRf : I \to \mathbb{R}, a base point c0Ic_0 \in I, and a real ε>0\varepsilon > 0.

[L2]

Order-convexity: if p,qIp, q \in I then every real between pp and qq lies in II, so the closed interval with endpoints pp and qq is contained in II (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L3]

ppu=0\int_p^p u = 0, qpu=pqu\int_q^p u = -\int_p^q u, and for uu integrable on a closed bounded interval containing p,q,rp,q,r one has pqu+qru=pru\int_p^q u + \int_q^r u = \int_p^r u (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f, For a<c<ba<c<b: ff is integrable on [a,b][a,b] if and only if it is integrable on [a,c][a,c] and on [c,b][c,b], and then abf=acf+cbf\int_a^b f = \int_a^c f + \int_c^b f; with the oriented form for arbitrary a,b,ca,b,c, claim 3).

[L4]

First fundamental theorem: if uu is integrable on [p,q][p,q] with p<qp<q and continuous at c[p,q]c \in [p,q], then xpxux \mapsto \int_p^x u has derivative u(c)u(c) at cc as a function on [p,q][p,q]; written out, for every real ε>0\varepsilon>0 there is a real δ>0\delta>0 with (pxupcu)/(xc)u(c)<ε\bigl|\bigl(\int_p^x u - \int_p^c u\bigr)/(x-c) - u(c)\bigr| < \varepsilon for every x[p,q]x \in [p,q] with 0<xc<δ0<|x-c|<\delta (The first fundamental theorem: if ff is integrable on [a,b][a,b] and continuous at cc, then F(c)=f(c)F'(c) = f(c); in particular a continuous ff has FF as a primitive, The derivative f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x \to c} \frac{f(x) - f(c)}{x - c} of f:ARf : A \to \mathbb{R} at a point cAc \in A that is a limit point of AA, and differentiability on a set, The ε\varepsilon-δ\delta limit limxcf(x)=L\lim_{x \to c} f(x) = L of f:ARf : A \to \mathbb{R} at a limit point cc of AA).

[L5]

Second fundamental theorem: if HH is differentiable at every point of [p,q][p,q] with HH' integrable there, then pqH=H(q)H(p)\int_p^q H' = H(q)-H(p) (The second fundamental theorem: if GG is differentiable on [a,b][a,b] with G=fG' = f and ff is integrable, then abf=G(b)G(a)\int_a^b f = G(b)-G(a)).

[L6]

If uu is continuous on an order-convex II and differentiable with u=0u' = 0 at every interior point of II, then uu is constant on II (A function continuous on an interval II whose derivative vanishes at every interior point of II is constant on II; consequently two such functions with the same derivative differ by a constant).

[L7]
[L8]

Ordered-field arithmetic and minima of two reals: the order is total and transitive, and min{s,t}\min\{s,t\} is a real that is \le both (Maximum and minimum of a set, Ordered field, Complete ordered field (least-upper-bound property)).

Proof

technique · direct
1.1

FF is defined. For xIx \in I the closed interval with endpoints c0c_0 and xx lies in II by [L2], ff is continuous there, hence integrable when xc0x \ne c_0 by [L1], and c0c0f=0\int_{c_0}^{c_0} f = 0 by [L3]; so F(x)F(x) names a real for every xIx \in I.

givenL1L2L3
1.2

A closed neighbourhood inside II. Fix cIc \in I. If some element of II is <c< c, choose uIu \in I with u<cu < c; otherwise put u:=cu := c. If some element of II is >c> c, choose vIv \in I with v>cv > c; otherwise put v:=cv := c. Not both u=cu = c and v=cv = c, since II would then have cc as its only element; so u<vu < v, and [u,v]I[u,v] \subseteq I by [L2].

givenL2choose
1.3

Claim 2. Let G1,G2G_1, G_2 be primitives of ff on II and put u:=G1G2u := G_1 - G_2. Then uu is differentiable at every point of II with u=ff=0u' = f - f = 0 there, in particular at every interior point of II, and uu is continuous on II by [L7]; so [L6] gives a real kk with uku \equiv k.

L6L7
2.1

Put η:=min{cu, vc}\eta := \min\{\,c-u,\ v-c\,\} if u<cu<c and c<vc<v, η:=vc\eta := v-c if u=cu = c, and η:=cu\eta := c-u if v=cv = c; in every case η>0\eta > 0.

step 1.2L8construct
2.2

ff is integrable on [u,v][u,v] by [L1], and for x[u,v]x \in [u,v], [L3] applied to the points c0,u,xc_0, u, x inside the closed interval with endpoints min{c0,u}\min\{c_0,u\} and max{c0,v}\max\{c_0,v\}, which lies in II by [L2], gives F(x)=F(u)+uxfF(x) = F(u) + \int_u^x f.

step 1.1step 1.2L1L2L3
3.1

Every point of II within η\eta of cc lies in [u,v][u,v]. Let xIx \in I with xc<η|x-c| < \eta. If x<cx < c then II has an element below cc, so u<cu < c and ηcu\eta \le c-u, whence x>cηux > c-\eta \ge u. If x>cx > c then symmetrically x<c+ηvx < c+\eta \le v. And ucvu \le c \le v covers x=cx = c. So uxvu \le x \le v.

step 1.2step 2.1L8
3.2

Hence for x[u,v]x \in [u,v] with xcx \ne c, (F(x)F(c))/(xc)=(uxfucf)/(xc)\bigl(F(x)-F(c)\bigr)/(x-c) = \bigl(\int_u^x f - \int_u^c f\bigr)/(x-c), the constant F(u)F(u) cancelling.

step 2.2algebra
3.3

By [L4] applied on [u,v][u,v] at the point cc, fix a real δ>0\delta > 0 with (uxfucf)/(xc)f(c)<ε\bigl|\bigl(\int_u^x f - \int_u^c f\bigr)/(x-c) - f(c)\bigr| < \varepsilon for every x[u,v]x \in [u,v] with 0<xc<δ0<|x-c|<\delta, and put δ:=min{δ,η}>0\delta' := \min\{\delta,\eta\} > 0.

step 2.2givenL1L4L8choose
4.1

Every xIx \in I with 0<xc<δ0 < |x-c| < \delta' lies in [u,v][u,v] by step 3.1, so by step 3.2 and step 3.3, (F(x)F(c))/(xc)f(c)<ε\bigl|\bigl(F(x)-F(c)\bigr)/(x-c) - f(c)\bigr| < \varepsilon.

step 3.1step 3.2step 3.3
5.1

As ε>0\varepsilon > 0 was arbitrary and cc is a limit point of II by [L7], FF is differentiable at cc with F(c)=f(c)F'(c) = f(c); since cIc \in I was arbitrary, FF is a primitive of ff on II, which is claim 1.

step 1.2step 4.1L7
6.1

Claim 3. Let a<ba<b in II and let GG be a primitive of ff on II. Then [a,b]I[a,b] \subseteq I by [L2], the restriction of GG to [a,b][a,b] is differentiable at every point of [a,b][a,b] with derivative ff there by [L7], and ff is integrable on [a,b][a,b] by [L1]; so [L5] gives abf=G(b)G(a)\int_a^b f = G(b)-G(a).

L1L2L5L7

Remarks

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passverified 2026-08-10 (gpt-5.6-terra-codex-subscription)Open item page →

If u,vu,v are differentiable on [a,b][a,b] with u,vu',v' integrable, then abuv=u(b)v(b)u(a)v(a)abuv\int_a^b u v' = u(b)v(b)-u(a)v(a) - \int_a^b u'v

Statement

Let a<ba < b be reals and let u,v:[a,b]Ru, v : [a,b] \to \mathbb{R} be differentiable at every point of [a,b][a,b] as functions on [a,b][a,b] (The derivative f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x \to c} \frac{f(x) - f(c)}{x - c} of f:ARf : A \to \mathbb{R} at a point cAc \in A that is a limit point of AA, and differentiability on a set). Suppose uu' and vv' are integrable on [a,b][a,b] (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f). Then uvuv' and uvu'v are integrable and

abuv  =  u(b)v(b)u(a)v(a)    abuv.\int_a^b u\,v' \;=\; u(b)v(b) - u(a)v(a) \;-\; \int_a^b u'\,v .

The integrability of uu' and vv' is a hypothesis, not a formality. Without it the two integrals in the display need not exist at all, and the identity is then not false but ill-formed; that is the false statement that deletes it on the companion page. The hypothesis is automatic when uu and vv are continuously differentiable, since a continuous function on [a,b][a,b] is integrable (A continuous function on [a,b][a,b] is Riemann integrable, by Heine-Cantor and Riemann's criterion).

Facts & Assumptions

Given: Reals a<ba < b and functions u,v:[a,b]Ru, v : [a,b] \to \mathbb{R}, differentiable at every point of [a,b][a,b], with uu' and vv' integrable on [a,b][a,b].

[L5]

Sums of integrable functions are integrable, and ab(w1+w2)=abw1+abw2\int_a^b(w_1+w_2) = \int_a^b w_1 + \int_a^b w_2 (Integrable functions on [a,b][a,b] form a set closed under sums and scalar multiples, and ab(λf+μg)=λabf+μabg\int_a^b(\lambda f+\mu g) = \lambda\int_a^b f + \mu\int_a^b g).

[L6]

If HH is differentiable at every point of [a,b][a,b] with HH' integrable there, then abH=H(b)H(a)\int_a^b H' = H(b)-H(a) (The second fundamental theorem: if GG is differentiable on [a,b][a,b] with G=fG' = f and ff is integrable, then abf=G(b)G(a)\int_a^b f = G(b)-G(a)).

Proof

technique · direct
1.1

uu and vv are continuous on [a,b][a,b] by [L2], hence integrable there by [L3].

givenL2L3
1.2

uvuv is differentiable at every point of [a,b][a,b] with (uv)=uv+uv(uv)' = u'v + uv' by [L1].

givenL1
2.1

uvu'v and uvuv' are integrable on [a,b][a,b] by [L4], being products of the integrable uu' with vv and of uu with the integrable vv'.

step 1.1givenL4
3.1

Hence (uv)=uv+uv(uv)' = u'v + uv' is integrable by [L5], and ab(uv)=abuv+abuv\int_a^b (uv)' = \int_a^b u'v + \int_a^b uv'.

step 1.2step 2.1L5
4.1

By [L6] applied to H:=uvH := uv, ab(uv)=u(b)v(b)u(a)v(a)\int_a^b (uv)' = u(b)v(b) - u(a)v(a).

step 1.2step 3.1L6
5.1

Comparing steps 3.1 and 4.1 and subtracting abuv\int_a^b u'v gives abuv=u(b)v(b)u(a)v(a)abuv\int_a^b uv' = u(b)v(b)-u(a)v(a) - \int_a^b u'v.

step 3.1step 4.1algebra

Remarks

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

Substitution: if φ\varphi is differentiable on [c,d][c,d] with φ\varphi' integrable and ff is continuous on an interval containing φ([c,d])\varphi([c,d]), then φ(c)φ(d)f=cd(fφ)φ\int_{\varphi(c)}^{\varphi(d)} f = \int_c^d (f\circ\varphi)\,\varphi'

Statement

Let c<dc < d be reals and let φ:[c,d]R\varphi : [c,d] \to \mathbb{R} be differentiable at every point of [c,d][c,d] as a function on [c,d][c,d] (The derivative f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x \to c} \frac{f(x) - f(c)}{x - c} of f:ARf : A \to \mathbb{R} at a point cAc \in A that is a limit point of AA, and differentiability on a set), with φ\varphi' integrable on [c,d][c,d] (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f). Let JRJ \subseteq \mathbb{R} be order-convex with at least two elements (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length) with φ[[c,d]]J\varphi[\,[c,d]\,] \subseteq J, and let f:JRf : J \to \mathbb{R} be continuous on JJ (Continuity of f:ARf : A \to \mathbb{R} at a point of AA and on AA: the ε\varepsilon-δ\delta condition, its agreement with limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) at a limit point, and continuity at an isolated point).

Then (fφ)φ(f\circ\varphi)\,\varphi' is integrable on [c,d][c,d] and

φ(c)φ(d)f  =  cd(fφ)φ,\int_{\varphi(c)}^{\varphi(d)} f \;=\; \int_c^d (f\circ\varphi)\,\varphi' ,

the left-hand integral being the oriented one of The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f.

Neither injectivity nor monotonicity of φ\varphi is assumed, and that is exactly why the left-hand side is written with oriented limits: φ(d)\varphi(d) may lie below φ(c)\varphi(c), and φ\varphi may return to the same value many times. The proof runs through a primitive of ff and the chain rule, and no inverse function is ever formed.

Continuity of ff is a hypothesis and cannot be weakened to integrability. With ff merely integrable the composite fφf \circ \varphi need not be integrable at all, so the right-hand side need not exist; that is the false statement that weakens it on the companion page.

Facts & Assumptions

Given: Reals c<dc < d, a differentiable φ:[c,d]R\varphi : [c,d] \to \mathbb{R} with φ\varphi' integrable, an order-convex JJ with at least two elements containing φ[[c,d]]\varphi[\,[c,d]\,], and a continuous f:JRf : J \to \mathbb{R}.

[L2]

For a continuous uu on [c,d][c,d] with cdc \le d, u[[c,d]]=[m,M]u[\,[c,d]\,] = [m,M] with m=minu[[c,d]]m = \min u[\,[c,d]\,] and M=maxu[[c,d]]M = \max u[\,[c,d]\,] (The image of an interval under a continuous real function is order-convex, hence an interval, and the image of a closed bounded interval is a closed bounded interval, claim 2, Maximum and minimum of a set).

[L3]

A continuous function on an order-convex set with at least two elements has a primitive there, two primitives differ by a constant, and pqf=G(q)G(p)\int_p^q f = G(q)-G(p) for p<qp<q in that set and any primitive GG (Every continuous function on an interval has a primitive; two primitives differ by a constant; and abf=G(b)G(a)\int_a^b f = G(b)-G(a) for any primitive GG).

[L7]

If HH is differentiable at every point of [c,d][c,d] with HH' integrable there, then cdH=H(d)H(c)\int_c^d H' = H(d)-H(c) (The second fundamental theorem: if GG is differentiable on [a,b][a,b] with G=fG' = f and ff is integrable, then abf=G(b)G(a)\int_a^b f = G(b)-G(a)).

[L8]

With oriented limits, qpf=pqf\int_q^p f = -\int_p^q f and ppf=0\int_p^p f = 0 (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f).

Proof

technique · direct
1.1

φ\varphi is continuous on [c,d][c,d] and integrable there by [L1].

givenL1
1.2

By [L3] fix a primitive F:JRF : J \to \mathbb{R} of ff, so FF is differentiable at every point of JJ with F=fF' = f there.

givenL3choose
2.1

By [L2], φ[[c,d]]=[m,M]\varphi[\,[c,d]\,] = [m,M] with mMm \le M, and [m,M]J[m,M] \subseteq J by hypothesis.

step 1.1givenL2
2.2

The left-hand side is the same increment. If φ(c)<φ(d)\varphi(c) < \varphi(d) then both lie in JJ, so [φ(c),φ(d)]J[\varphi(c),\varphi(d)] \subseteq J and [L3] gives φ(c)φ(d)f=F(φ(d))F(φ(c))\int_{\varphi(c)}^{\varphi(d)} f = F(\varphi(d))-F(\varphi(c)). If φ(c)=φ(d)\varphi(c) = \varphi(d) both sides are 00 by [L8]. If φ(c)>φ(d)\varphi(c) > \varphi(d) then the case already treated gives φ(d)φ(c)f=F(φ(c))F(φ(d))\int_{\varphi(d)}^{\varphi(c)} f = F(\varphi(c))-F(\varphi(d)), and [L8] negates both sides.

step 1.2L3L8
3.1

For every t[c,d]t \in [c,d] the point φ(t)\varphi(t) lies in JJ, which is a nondegenerate order-convex set, so φ(t)\varphi(t) is a limit point of JJ and [L4] applies: FφF\circ\varphi is differentiable at tt with (Fφ)(t)=F(φ(t))φ(t)=f(φ(t))φ(t)(F\circ\varphi)'(t) = F'(\varphi(t))\varphi'(t) = f(\varphi(t))\,\varphi'(t).

step 2.1step 1.2givenL4
3.2

ff restricted to [m,M][m,M] is continuous, so by [L5] applied to w:=φw := \varphi the composite fφf\circ\varphi is integrable on [c,d][c,d].

step 1.1step 2.1givenL5
4.1

Hence (fφ)φ(f\circ\varphi)\varphi' is integrable on [c,d][c,d] by [L6], φ\varphi' being integrable by hypothesis.

step 3.2givenL6
5.1

By [L7] applied to H:=FφH := F\circ\varphi, whose derivative is (fφ)φ(f\circ\varphi)\varphi' by step 3.1 and is integrable by step 4.1, cd(fφ)φ=F(φ(d))F(φ(c))\int_c^d (f\circ\varphi)\varphi' = F(\varphi(d)) - F(\varphi(c)).

step 3.1step 4.1L7
6.1

Comparing steps 5.1 and 2.2 gives φ(c)φ(d)f=cd(fφ)φ\int_{\varphi(c)}^{\varphi(d)} f = \int_c^d (f\circ\varphi)\varphi'.

step 5.1step 2.2

Remarks

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

Bonnet's second mean value theorem: for ff monotone and gg integrable on [a,b][a,b] there is ξ[a,b]\xi\in[a,b] with abfg=f(a)aξg+f(b)ξbg\int_a^b fg = f(a)\int_a^\xi g + f(b)\int_\xi^b g

Statement

Let a<ba < b be reals, let f:[a,b]Rf : [a,b] \to \mathbb{R} be monotone, that is nondecreasing or nonincreasing (Nondecreasing, increasing (strictly increasing), nonincreasing, decreasing, monotone and strictly monotone real functions on a subset of R\mathbb{R}, with the dictionary to monotone sequences), and let g:[a,b]Rg : [a,b] \to \mathbb{R} be integrable (The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f). Then fgfg is integrable and there is ξ[a,b]\xi \in [a,b] with

abfg  =  f(a)aξg  +  f(b)ξbg.\int_a^b f\,g \;=\; f(a)\int_a^{\xi} g \;+\; f(b)\int_{\xi}^{b} g .

No differentiability and no continuity of ff is assumed. A monotone function may be discontinuous at infinitely many points and is still integrable (A monotone function on [a,b][a,b] is Riemann integrable: for the uniform partition into NN parts the upper minus lower sum telescopes to f(b)f(a)(ba)/ι(N)|f(b) - f(a)|\,(b-a)/\iota(N)), and the proof below uses only that its increments over the subintervals of a partition all have the same sign. This is the general form; the version usually proved by integration by parts needs ff continuously differentiable, which is a strictly stronger hypothesis.

Facts & Assumptions

Given: Reals a<ba<b, a monotone f:[a,b]Rf : [a,b] \to \mathbb{R}, an integrable g:[a,b]Rg : [a,b] \to \mathbb{R}, and a real ε>0\varepsilon > 0. Write G(x):=axgG(x) := \int_a^x g for the integral function of gg, and fix a real K0K \ge 0 with g(t)K|g(t)| \le K for every t[a,b]t \in [a,b].

[L2]

Products of integrable functions are integrable, as are absolute values, and pqupqu\bigl|\int_p^q u\bigr| \le \int_p^q |u| for pqp \le q (If f,gf,g are integrable on [a,b][a,b] then so are f\lvert f\rvert, f2f^{2}, fgfg, max(f,g)\max(f,g) and min(f,g)\min(f,g), and abfabf\bigl\lvert\int_a^b f\bigr\rvert \le \int_a^b\lvert f\rvert).

[L5]

Abel summation by parts: with Aj=k<jαkA_j = \sum_{k<j}\alpha_k, for every n1n \ge 1 one has k<nαkβk=Anβn1k<n1Ak+1(βk+1βk)\sum_{k<n}\alpha_k\beta_k = A_n\beta_{n-1} - \sum_{k<n-1}A_{k+1}(\beta_{k+1}-\beta_k) (Abel summation by parts: with An=k<nakA_n = \sum_{k<n} a_k one has k<nakbk=Anbn1k<n1Ak+1(bk+1bk)\sum_{k<n} a_k b_k = A_n b_{n-1} - \sum_{k < n-1} A_{k+1}\,(b_{k+1} - b_k) for every n1n \ge 1, Series, partial sums, convergence and the sum, divergence, and the tail series).

[L6]

Finite sums: additivity, scaling, splitting with the shift k=pq1xk=j<qpxp+j\sum_{k=p}^{q-1}x_k = \sum_{j<q-p}x_{p+j}, monotonicity in the terms, and telescoping k<n(ck+1ck)=cnc0\sum_{k<n}(c_{k+1}-c_k) = c_n - c_0 (Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L7]

For a partition P=(n,t)P = (n,t) of [a,b][a,b]: n1n \ge 1, t0=at_0 = a, tk=bt_k = b for knk \ge n, Δi=ti+1ti>0\Delta_i = t_{i+1}-t_i > 0 for i<ni<n, Ii=[ti,ti+1][a,b]I_i = [t_i,t_{i+1}] \subseteq [a,b], and U(f,P)L(f,P)=i<n(Mimi)ΔiU(f,P)-L(f,P) = \sum_{i<n}(M_i-m_i)\Delta_i with mif(x)Mim_i \le f(x) \le M_i for xIix \in I_i (Partition of [a,b][a,b] as a finite strictly increasing list a=t0<t1<<tn=ba = t_0 < t_1 < \dots < t_n = b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions, For bounded ff on [a,b][a,b] and a partition PP: the infimum mim_i and supremum MiM_i of ff on the ii-th subinterval, and the lower and upper Darboux sums L(f,P)=imiΔiL(f,P) = \sum_i m_i \Delta_i and U(f,P)=iMiΔiU(f,P) = \sum_i M_i \Delta_i).

[L8]

Riemann's criterion for the integrable ff: for every real η>0\eta>0 there is a partition PP with U(f,P)L(f,P)<ηU(f,P)-L(f,P) < \eta (Riemann's criterion: a bounded ff on [a,b][a,b] is Darboux integrable if and only if for every real ε>0\varepsilon > 0 there is a partition PP with U(f,P)L(f,P)<εU(f,P) - L(f,P) < \varepsilon).

[L10]

Absolute value and ordered-field arithmetic: cxc-c \le x \le c is equivalent to xc|x| \le c, multiplying an inequality by a positive real preserves it and by a negative real reverses it, the order is total and transitive, and a real that is M+η\le M + \eta for every real η>0\eta>0 is M\le M (Basic properties of the absolute value, Absolute value in an ordered field, Ordered field, Complete ordered field (least-upper-bound property)).

Proof

technique · direct
1.1

ff is bounded and integrable by [L1], so fgfg is integrable by [L2]; put Ψ(x):=axfg\Psi(x) := \int_a^x fg, so Ψ(b)=abfg\Psi(b) = \int_a^b fg and Ψ(y)Ψ(x)=xyfg\Psi(y)-\Psi(x) = \int_x^y fg by [L3] applied to fgfg.

givenL1L2L3
1.2

GG is continuous on [a,b][a,b], so by [L4] there are mMm \le M with G[[a,b]]=[m,M]G[\,[a,b]\,] = [m,M], m=minG[[a,b]]m = \min G[\,[a,b]\,] and M=maxG[[a,b]]M = \max G[\,[a,b]\,].

L3L4choose
1.3

Put C:=f(b)f(a)C := f(b) - f(a) and, for a partition P=(n,t)P=(n,t) of [a,b][a,b], put dj:=f(tj+1)f(tj)d_j := f(t_{j+1}) - f(t_j) for j<nj < n. By [L6], j<ndj=f(tn)f(t0)=C\sum_{j<n} d_j = f(t_n)-f(t_0) = C; and all the djd_j are 0\ge 0 when ff is nondecreasing and all are 0\le 0 when ff is nonincreasing, by [L7] and Nondecreasing, increasing (strictly increasing), nonincreasing, decreasing, monotone and strictly monotone real functions on a subset of R\mathbb{R}, with the dictionary to monotone sequences.

givenL6L7construct
2.1

The case C=0C = 0. Then f(a)=f(b)f(a) = f(b), and monotonicity forces f(x)=f(a)f(x) = f(a) for every x[a,b]x \in [a,b], since f(x)f(x) lies between f(a)f(a) and f(b)f(b); so abfg=f(a)abg\int_a^b fg = f(a)\int_a^b g by [L9], while the right-hand side at ξ:=a\xi := a is f(a)0+f(b)abg=f(a)abgf(a)\cdot 0 + f(b)\int_a^b g = f(a)\int_a^b g by [L3]. The theorem holds with ξ=a\xi = a.

step 1.1step 1.3L3L9L10
2.2

Abel summation on a partition. Let P=(n,t)P = (n,t) be any partition of [a,b][a,b]. Apply [L5] with αk:=G(tk+1)G(tk)\alpha_k := G(t_{k+1})-G(t_k) and βk:=f(tk+1)\beta_k := f(t_{k+1}), noting tk[a,b]t_k \in [a,b] for every kNk \in \mathbb{N} by [L7]. By [L6], Aj=k<j(G(tk+1)G(tk))=G(tj)G(t0)=G(tj)A_j = \sum_{k<j}\bigl(G(t_{k+1})-G(t_k)\bigr) = G(t_j) - G(t_0) = G(t_j), since G(a)=0G(a) = 0.

step 1.2L3L5L6L7
2.3

S(P)S(P) approximates abfg\int_a^b fg. For k<nk<n one has G(tk+1)G(tk)=tktk+1gG(t_{k+1})-G(t_k) = \int_{t_k}^{t_{k+1}}g by [L3], so by [L9] the kk-th term of Ψ(tk+1)Ψ(tk)f(tk+1)(G(tk+1)G(tk))\Psi(t_{k+1})-\Psi(t_k) - f(t_{k+1})\bigl(G(t_{k+1})-G(t_k)\bigr) equals tktk+1(ff(tk+1))g\int_{t_k}^{t_{k+1}}\bigl(f - f(t_{k+1})\bigr)g.

step 1.1L3L9
3.1

So, writing S(P):=k<n(G(tk+1)G(tk))f(tk+1)S(P) := \sum_{k<n}\bigl(G(t_{k+1})-G(t_k)\bigr)f(t_{k+1}), [L5] gives S(P)=G(tn)f(tn)k<n1G(tk+1)(f(tk+2)f(tk+1))=G(b)f(b)k<n1xk+1S(P) = G(t_n)f(t_n) - \sum_{k<n-1}G(t_{k+1})\bigl(f(t_{k+2})-f(t_{k+1})\bigr) = G(b)f(b) - \sum_{k<n-1}x_{k+1}, where xj:=G(tj)djx_j := G(t_j)\,d_j.

step 2.2L5L7construct
3.2

For xIkx \in I_k both f(x)f(x) and f(tk+1)f(t_{k+1}) lie in [mk,Mk][m_k,M_k], so (f(x)f(tk+1))g(x)K(Mkmk)\bigl|\bigl(f(x)-f(t_{k+1})\bigr)g(x)\bigr| \le K\,(M_k-m_k); hence by [L2] and [L9], K(Mkmk)Δktktk+1(ff(tk+1))gK(Mkmk)Δk-K(M_k-m_k)\Delta_k \le \int_{t_k}^{t_{k+1}}\bigl(f-f(t_{k+1})\bigr)g \le K(M_k-m_k)\Delta_k.

step 2.3givenL2L7L9L10
4.1

By [L6], j<nxj=x0+k<n1xk+1\sum_{j<n}x_j = x_0 + \sum_{k<n-1}x_{k+1}, and x0=G(t0)d0=G(a)d0=0x_0 = G(t_0)d_0 = G(a)d_0 = 0; so, putting T(P):=j<nG(tj)djT(P) := \sum_{j<n}G(t_j)\,d_j, step 3.1 reads S(P)=G(b)f(b)T(P)S(P) = G(b)f(b) - T(P).

step 3.1L3L6construct
4.2

Summing over k<nk<n with [L6], and telescoping k<n(Ψ(tk+1)Ψ(tk))=Ψ(b)Ψ(a)=abfg\sum_{k<n}\bigl(\Psi(t_{k+1})-\Psi(t_k)\bigr) = \Psi(b)-\Psi(a) = \int_a^b fg, gives abfgS(P)K(U(f,P)L(f,P))\bigl|\int_a^b fg - S(P)\bigr| \le K\bigl(U(f,P)-L(f,P)\bigr).

step 1.1step 2.3step 3.2L6L7L10
5.1

T(P)T(P) is λPC\lambda_P C for some λP[m,M]\lambda_P \in [m,M], when C0C \ne 0. By step 1.2, mG(tj)Mm \le G(t_j) \le M for every jj. If ff is nondecreasing then dj0d_j \ge 0, so mdjG(tj)djMdjm\,d_j \le G(t_j)d_j \le M\,d_j, and summing with [L6] and step 1.3 gives mCT(P)MCmC \le T(P) \le MC with C0C \ge 0; if ff is nonincreasing then dj0d_j \le 0, so MdjG(tj)djmdjM\,d_j \le G(t_j)d_j \le m\,d_j, and summing gives MCT(P)mCMC \le T(P) \le mC with C0C \le 0. Dividing by CC in the first case, and by the negative CC with the inequalities reversed in the second, gives mT(P)/CMm \le T(P)/C \le M in both.

step 1.2step 1.3step 4.1L6L10construct
6.1

The case C0C \ne 0. Put λ:=(G(b)f(b)abfg)/C\lambda := \bigl(G(b)f(b) - \int_a^b fg\bigr)/C. By step 4.1, abfgS(P)=abfgG(b)f(b)+T(P)=(λPλ)C\int_a^b fg - S(P) = \int_a^b fg - G(b)f(b) + T(P) = \bigl(\lambda_P - \lambda\bigr)C for every partition PP, where λP=T(P)/C\lambda_P = T(P)/C.

step 4.1step 5.1L10construct
7.1

By [L8] fix a partition PP with U(f,P)L(f,P)<εC/(K+1)U(f,P)-L(f,P) < \varepsilon\,|C|/(K+1), a positive real; then step 4.2 and step 6.1 give λPλCK(U(f,P)L(f,P))<εC|\lambda_P - \lambda|\,|C| \le K\bigl(U(f,P)-L(f,P)\bigr) < \varepsilon|C|, so λPλ<ε|\lambda_P - \lambda| < \varepsilon.

step 4.2step 6.1L8L10choose
8.1

Since mλPMm \le \lambda_P \le M by step 5.1, it follows that mε<λ<M+εm - \varepsilon < \lambda < M + \varepsilon; as ε>0\varepsilon > 0 was arbitrary, mλMm \le \lambda \le M.

step 5.1step 7.1L10
9.1

By step 1.2, G[[a,b]]=[m,M]G[\,[a,b]\,] = [m,M], so there is ξ[a,b]\xi \in [a,b] with G(ξ)=λG(\xi) = \lambda.

step 1.2step 8.1L4choose
10.1

Then abfg=G(b)f(b)λC=f(b)G(b)G(ξ)(f(b)f(a))=f(a)G(ξ)+f(b)(G(b)G(ξ))\int_a^b fg = G(b)f(b) - \lambda C = f(b)G(b) - G(\xi)\bigl(f(b)-f(a)\bigr) = f(a)G(\xi) + f(b)\bigl(G(b)-G(\xi)\bigr), and G(ξ)=aξgG(\xi) = \int_a^{\xi}g with G(b)G(ξ)=ξbgG(b)-G(\xi) = \int_{\xi}^{b} g by [L3]; this is the stated identity.

step 6.1step 9.1L3algebra
11.1

The cases C=0C = 0 and C0C \ne 0 are exhaustive, so the theorem holds in both.

step 2.1step 10.1L10

Remarks

TheoremStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

A continuous f0f \ge 0 on [a,b][a,b] with abf=0\int_a^b f = 0 is identically 00

Statement

Let a<ba < b be reals and let f:[a,b]Rf : [a,b] \to \mathbb{R} be continuous on [a,b][a,b] (Continuity of f:ARf : A \to \mathbb{R} at a point of AA and on AA: the ε\varepsilon-δ\delta condition, its agreement with limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) at a limit point, and continuity at an isolated point) with f(x)0f(x) \ge 0 for every x[a,b]x \in [a,b] and

abf  =  0.\int_a^b f \;=\; 0 .

Then f(x)=0f(x) = 0 for every x[a,b]x \in [a,b].

This is the exact repair of a published false statement. Without continuity the conclusion fails: FALSE: a nonnegative Riemann integrable function on [a,b][a,b] with abf=0\int_a^b f = 0 is identically zero, on the companion page of The Riemann Integral, exhibits a nonnegative integrable function with integral 00 that is positive at every rational point. The remark there says that the continuous case is true and that its proof was not available at that point in the reading order, because additivity over subintervals had not been proved. It is proved now (For a<c<ba<c<b: ff is integrable on [a,b][a,b] if and only if it is integrable on [a,c][a,c] and on [c,b][c,b], and then abf=acf+cbf\int_a^b f = \int_a^c f + \int_c^b f; with the oriented form for arbitrary a,b,ca,b,c), and this item is that proof.

Facts & Assumptions

Given: Reals a<ba<b and a continuous f:[a,b]Rf : [a,b] \to \mathbb{R} with f0f \ge 0 on [a,b][a,b] and abf=0\int_a^b f = 0.

[A1]

There is c[a,b]c \in [a,b] with f(c)>0f(c) > 0.

[L2]

Continuity at cc: for every real η>0\eta>0 there is a real δ>0\delta>0 such that every x[a,b]x \in [a,b] with xc<δ|x-c|<\delta satisfies f(x)f(c)<η|f(x)-f(c)| < \eta (Continuity of f:ARf : A \to \mathbb{R} at a point of AA and on AA: the ε\varepsilon-δ\delta condition, its agreement with limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) at a limit point, and continuity at an isolated point).

[L5]

Ordered-field arithmetic and minima: the order is total and transitive, min{s,t}\min\{s,t\} and max{s,t}\max\{s,t\} are reals lying appropriately, a product of two positive reals is positive, and adding constants preserves inequalities (Maximum and minimum of a set, Ordered field, Complete ordered field (least-upper-bound property), Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

Proof

technique · contradiction
1.1

Suppose, for contradiction, that ff does not vanish identically; since f0f \ge 0, this gives c[a,b]c \in [a,b] with f(c)>0f(c) > 0, which is [A1].

assume-contragiven
1.2

By [L2] with η:=f(c)21>0\eta := f(c)\cdot 2^{-1} > 0, fix a real δ>0\delta > 0 such that every x[a,b]x \in [a,b] with xc<δ|x-c| < \delta satisfies f(x)f(c)<f(c)21|f(x)-f(c)| < f(c)\cdot 2^{-1}, hence f(x)>f(c)21f(x) > f(c)\cdot 2^{-1}.

A1L2L5choose
2.1

Put p:=max{a, cδ21}p := \max\{a,\ c - \delta\cdot 2^{-1}\} and q:=min{b, c+δ21}q := \min\{b,\ c + \delta\cdot2^{-1}\}. Then apcqba \le p \le c \le q \le b, and [p,q][a,b][p,q] \subseteq [a,b].

step 1.2A1L5construct
3.1

p<qp < q: indeed pcqp \le c \le q, and p=qp = q would force p=c=qp = c = q, hence c=max{a,cδ21}c = \max\{a, c-\delta\cdot2^{-1}\} and c=min{b,c+δ21}c = \min\{b, c+\delta\cdot 2^{-1}\}, so c=ac = a and c=bc = b, contradicting a<ba<b.

step 2.1L5
3.2

Every x[p,q]x \in [p,q] satisfies xcδ21<δ|x - c| \le \delta\cdot 2^{-1} < \delta, so f(x)>f(c)21f(x) > f(c)\cdot2^{-1} there by step 1.2.

step 1.2step 2.1L5
4.1

Hence pqff(c)21(qp)>0\int_p^q f \ge f(c)\cdot 2^{-1}\,(q-p) > 0 by [L4] and step 3.1.

step 3.1step 3.2L1L4L5
5.1

By [L3] and [L4], abf=apf+pqf+qbfpqf>0\int_a^b f = \int_a^p f + \int_p^q f + \int_q^b f \ge \int_p^q f > 0, the first and third pieces being 0\ge 0 because f0f \ge 0 there, or 00 when degenerate.

step 4.1L1L3L4L5
6.1

This contradicts the hypothesis abf=0\int_a^b f = 0, so no such cc exists and f(x)=0f(x) = 0 for every x[a,b]x \in [a,b].

step 5.1givendischarge-contradiction

Remarks

  • The nonnegativity on the two outer pieces is cited, not assumed away. The usual one-line version writes "so abfpqf\int_a^b f \ge \int_p^q f" without saying why; what makes that step legitimate is that f0f \ge 0 on [a,p][a,p] and on [q,b][q,b] too, so both of those integrals are 0\ge 0 (If fgf \le g on [a,b][a,b] and both are integrable then abfabg\int_a^b f \le \int_a^b g; and m(ba)abfM(ba)m(b-a) \le \int_a^b f \le M(b-a)). Without a sign hypothesis outside [p,q][p,q] the argument would fail.

  • The case where cc is an endpoint is covered by the construction, not by a case split. Taking pp and qq as a maximum and a minimum with aa and bb makes [p,q][p,q] a one-sided neighbourhood of cc when c=ac = a or c=bc = b, and step 3.1 is what checks that it is still nondegenerate.

  • Continuity is used only at the single point cc. The proof needs no uniform continuity and no continuity anywhere else, so the statement could be sharpened to: a nonnegative integrable ff with abf=0\int_a^b f = 0 vanishes at every point of continuity. That sharpening is not asserted as a separate clause because nothing on this page uses it.

TheoremStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

The integral test: for f0f \ge 0 nonincreasing on [0,)[0,\infty), kf(k)\sum_k f(k) converges if and only if the sequence (0Nf)N\bigl(\int_0^N f\bigr)_N is bounded, with 0Nfk<Nf(k)f(0)+0Nf\int_0^N f \le \sum_{k<N} f(k) \le f(0) + \int_0^N f

Statement

Let f:[0,)Rf : [0,\infty) \to \mathbb{R} be nonincreasing (Nondecreasing, increasing (strictly increasing), nonincreasing, decreasing, monotone and strictly monotone real functions on a subset of R\mathbb{R}, with the dictionary to monotone sequences) with f(t)0f(t) \ge 0 for every t0t \ge 0. For NNN \in \mathbb{N} write

JN  :=  0Nf,J_N \;:=\; \int_0^{N} f ,

which is defined for every NN: for N1N \ge 1 the restriction of ff to [0,N][0,N] is monotone, hence bounded and integrable (A monotone function on [a,b][a,b] is Riemann integrable: for the uniform partition into NN parts the upper minus lower sum telescopes to f(b)f(a)(ba)/ι(N)|f(b) - f(a)|\,(b-a)/\iota(N)), and J0=00f=0J_0 = \int_0^0 f = 0 (The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f). Here NN inside the integral means the canonical natural ι(N)R\iota(N) \in \mathbb{R} (The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field), as everywhere in this library. Let sN:=k<Nf(k)s_N := \sum_{k<N} f(k) be the partial sums of kf(k)\sum_k f(k) (Series, partial sums, convergence and the sum, divergence, and the tail series, Finite sums and finite products, by recursion), the index kk ranging over N\mathbb{N}, which contains 00. Then:

  1. The bracket. For every NNN \in \mathbb{N}, JN    sN    f(0)+JN.J_N \;\le\; s_N \;\le\; f(0) + J_N .
  2. The test. (JN)NN(J_N)_{N\in\mathbb{N}} is nondecreasing, and kf(k)\sum_k f(k) converges if and only if the set {JN:NN}\{\,J_N : N \in \mathbb{N}\,\} is bounded above (Lower bound, bounded below, bounded set).

The conclusion is about a sequence of proper integrals, and that is deliberate. This library has not defined 0f\int_0^{\infty} f at this point in the reading order — improper integrals are developed on a later page — so the statement that a reader may expect, "kf(k)\sum_k f(k) converges if and only if 0f\int_0^{\infty} f converges", is not available and is not made. What is proved is the statement above, which is what that one abbreviates; the later page is where the two are identified.

The index starts at 00. Both the sum and the integral begin at 00, because N\mathbb{N} contains 00 and a sequence is a function on N\mathbb{N} (Sequences of reals: bounded, eventually, frequently, tails, subsequences). The classical statement, which starts at 11, is the statement about the first tail of kf(k)\sum_k f(k) and is not the statement above.

Facts & Assumptions

Given: A nonincreasing f:[0,)Rf : [0,\infty) \to \mathbb{R} with f0f \ge 0, and the notation JN=0NfJ_N = \int_0^N f, sN=k<Nf(k)s_N = \sum_{k<N} f(k) for NNN \in \mathbb{N}.

[L4]

Finite sums: telescoping k<n(ck+1ck)=cnc0\sum_{k<n}(c_{k+1}-c_k) = c_n - c_0, splitting, additivity, and monotonicity in the terms (Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L5]

For a sequence (ak)(a_k) of nonnegative reals, the partial sums are nondecreasing and ak\sum a_k converges if and only if the set of partial sums is bounded above (A series of nonnegative terms converges iff its partial sums are bounded, and then the sum is their supremum, Series, partial sums, convergence and the sum, divergence, and the tail series, Sequences of reals: bounded, eventually, frequently, tails, subsequences).

[L6]

ι(0)=0\iota(0) = 0, ι(N+1)=ι(N)+1\iota(N+1) = \iota(N)+1, and ι\iota is nondecreasing on N\mathbb{N} (The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field, Canonical naturals are positive and strictly increasing).

[L7]

Ordered-field arithmetic: the order is total and transitive, and adding constants preserves inequalities (Ordered field, Complete ordered field (least-upper-bound property), Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

Proof

technique · direct
1.1

For kNk \in \mathbb{N} the interval [ι(k),ι(k+1)][\iota(k), \iota(k+1)] is nondegenerate of length 11 by [L6], ff is integrable on it by [L1], and f(k+1)f(t)f(k)f(k+1) \le f(t) \le f(k) for every tt in it, ff being nonincreasing.

givenL1L6
1.2

By [L3] and [L4], JN=0Nf=k<Nkk+1fJ_N = \int_0^N f = \sum_{k<N}\int_k^{k+1} f for every NNN \in \mathbb{N}: writing Φ(x):=0xf\Phi(x) := \int_0^x f, each summand is Φ(k+1)Φ(k)\Phi(k+1)-\Phi(k) and the sum telescopes to Φ(N)Φ(0)=JN\Phi(N) - \Phi(0) = J_N.

L1L3L4L6
1.3

By [L4], k<Nf(k+1)=sN+1f(0)\sum_{k<N}f(k+1) = s_{N+1} - f(0), since splitting sN+1=k<N+1f(k)s_{N+1} = \sum_{k<N+1}f(k) at index 11 gives f(0)+j<Nf(1+j)f(0) + \sum_{j<N}f(1+j).

L4
2.1

Hence f(k+1)kk+1ff(k)f(k+1) \le \int_{k}^{k+1} f \le f(k) for every kNk \in \mathbb{N}, by [L2] with qp=1q - p = 1.

step 1.1L2
3.1

Summing step 2.1 over k<Nk < N with [L4] gives k<Nf(k+1)    JN    k<Nf(k)  =  sN\sum_{k<N} f(k+1) \;\le\; J_N \;\le\; \sum_{k<N} f(k) \;=\; s_N, which is the left half of claim 1.

step 2.1step 1.2L4
3.2

(JN)(J_N) is nondecreasing: JN+1JN=NN+1f0J_{N+1} - J_N = \int_N^{N+1} f \ge 0 by step 1.2 and [L2], since f0f \ge 0.

step 2.1step 1.2givenL2L7
4.1

So sN+1f(0)+JNs_{N+1} \le f(0) + J_N by step 3.1 and step 1.3; and sNsN+1s_N \le s_{N+1} because f(N)0f(N) \ge 0, so sNf(0)+JNs_N \le f(0) + J_N, which is the right half of claim 1.

step 3.1step 1.3givenL4L7
4.2

If kf(k)\sum_k f(k) converges, then by [L5] the partial sums are bounded above, say sNSs_N \le S for every NN, and step 3.1 gives JNsNSJ_N \le s_N \le S; so the set of JNJ_N is bounded above.

step 3.1givenL5L7
5.1

If the set of JNJ_N is bounded above, say by a real BB, then sNf(0)+Bs_N \le f(0) + B for every NN by step 4.1, so the partial sums are bounded above and kf(k)\sum_k f(k) converges by [L5], the terms f(k)f(k) being nonnegative.

step 4.1givenL5L7
6.1

Steps 5.1 and 4.2 are the two implications of claim 2, and step 3.2 is its first clause; claim 1 is steps 3.1 and 4.1.

step 3.1step 4.1step 3.2step 5.1step 4.2

Remarks

RemarkRemark: AI-generatedProof: Not applicablejudge pass (deepseek-v4-pro + gpt-5.6-terra)verified 2026-08-10 (gpt-5.6-terra-codex-subscription) rests on unproved materialOpen item page →

Conventions of this page, and which sharpenings of the integral are taken up later in the reading order

This item is the ledger of the page: what "integrable" means here, what the orientation convention costs, what the page spends in choice, and which sharpenings of the integral belong to later pages rather than to this one. It establishes no theorem and serves only as a conventions and reading-order ledger.

1. One integral, under two names

"Integrable" on this page means Darboux integrable in the sense of The lower and upper Darboux integrals of a bounded ff on [a,b][a,b] as supPL(f,P)\sup_P L(f,P) and infPU(f,P)\inf_P U(f,P), Darboux integrability as their equality, and the notation abf\int_a^b f, and abf\int_a^b f is the common value of the lower and upper Darboux integrals. By The Darboux and Riemann definitions agree: a bounded ff on [a,b][a,b] is Darboux integrable with integral II if and only if for every real ε>0\varepsilon > 0 there is a real δ>0\delta > 0 such that S(f,P,ξ)I<ε|S(f,P,\xi) - I| < \varepsilon for every tagged partition of mesh below δ\delta that is the same class of functions with the same value as Riemann's own definition by tagged partitions of small mesh, so the two words are used interchangeably, as they are in the literature. No other integral is defined or used by a proof on this page or its companion.

2. The orientation convention, and the statements whose form depends on it

The integral with oriented limits: aaf:=0\int_a^a f := 0 and baf:=abf\int_b^a f := -\int_a^b f extends the notation by uuf:=0\int_u^u f := 0 and uvf:=vuf\int_u^v f := -\int_v^u f for u>vu > v. It is notation, not a new integral: the published definition is stated under the standing hypothesis a<ba < b and simply says nothing outside it.

Several statements on this page take their shape from that convention; three are worth naming, and no claim is made that they are the only ones.

3. What the page spends in choice

Nothing on this page introduces a new use of a choice principle. Every step that instantiates an existential statement does so finitely many times, which is ordinary first-order reasoning. The one place where a reader might expect a selection is The second fundamental theorem: if GG is differentiable on [a,b][a,b] with G=fG' = f and ff is integrable, then abf=G(b)G(a)\int_a^b f = G(b)-G(a): the classical proof picks a mean-value point ξi\xi_i in each subinterval of a partition and assembles a Riemann sum, and the proof given here does not, deriving instead the per-index inequality miΔiG(ti+1)G(ti)MiΔim_i\Delta_i \le G(t_{i+1})-G(t_i) \le M_i\Delta_i and summing it. The same discipline is followed in Bonnet's second mean value theorem: for ff monotone and gg integrable on [a,b][a,b] there is ξ[a,b]\xi\in[a,b] with abfg=f(a)aξg+f(b)ξbg\int_a^b fg = f(a)\int_a^\xi g + f(b)\int_\xi^b g, where the approximating sums are built from the values of the integral function at the partition points and no tags are chosen.

Choice does enter through published items that name their own cost, and those costs are inherited unchanged, not added to: Heine-Cantor in R\mathbb{R}: a continuous real function on a compact subset of R\mathbb{R} is uniformly continuous, proved R\mathbb{R}-natively from sequential compactness spends countable choice once, and every item here that rests on A continuous function on [a,b][a,b] is Riemann integrable, by Heine-Cantor and Riemann's criterion or on If ff is integrable on [a,b][a,b] with values in [m,M][m,M] and φ\varphi is continuous on [m,M][m,M], then φf\varphi \circ f is integrable inherits that single use. Lebesgue's criterion for Riemann integrability: a bounded ff on [a,b][a,b] is Riemann integrable if and only if its set of discontinuities has measure zero spends countable choice once in the half that goes from integrability to the discontinuity set being null, and the companion page uses that half; that use too is inherited and not new. The choice ledger of the previous page, What this page costs in choice: Riemann's criterion, the Darboux-Riemann equivalence and integrability of a monotone function are theorems of ZF; integrability of a continuous function inherits the single use of countable choice inside Heine-Cantor; and only the forward half of the Lebesgue criterion spends countable choice, once, at the countable union of null sets, records the costs of the published items themselves.

4. Index conventions

N\mathbb{N} contains 00; a sequence is a function on N\mathbb{N}; and a partition of [a,b][a,b] is indexed from i=0i = 0, its first subinterval being [t0,t1][t_0,t_1]. Consequently The integral test: for f0f \ge 0 nonincreasing on [0,)[0,\infty), kf(k)\sum_k f(k) converges if and only if the sequence (0Nf)N\bigl(\int_0^N f\bigr)_N is bounded, with 0Nfk<Nf(k)f(0)+0Nf\int_0^N f \le \sum_{k<N} f(k) \le f(0) + \int_0^N f is stated with both the sum and the integral beginning at 00, and its bracket carries the term f(0)f(0); the classical form beginning at 11 is a statement about a tail, and this page does not silently substitute one for the other. A natural number multiplying or dividing a real always stands for its canonical natural.

5. What is taken up later in the reading order

Stated as reading order, and as no claim at all about what this library currently proves.

6. Two results a reader will want next, which this library records but does not prove

Both are recorded elsewhere as results the library does not establish, and they are mentioned here for orientation only; nothing on this page or its companion rests on either.

5 · Examples, counterexamples and false statements

None yet.

Sources