Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28
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.

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

Statement

Let a<ba < b be reals and let f:[a,b]Rf : [a,b] \to \mathbb{R} be bounded (Lower bound, bounded below, bounded set). Then ff is Darboux 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

for every real ε>0 there is a partition P of [a,b] with U(f,P)L(f,P)<ε\text{for every real } \varepsilon > 0 \text{ there is a partition } P \text{ of } [a,b] \text{ with } U(f,P) - L(f,P) < \varepsilon

(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).

This is the criterion every later integrability proof on this page uses. It replaces a statement about a supremum and an infimum over all partitions, which cannot be checked directly, by the exhibition of a single partition for each ε\varepsilon. The criterion says nothing about the value of the integral; that is located separately, by If mfMm \le f \le M on [a,b][a,b] then m(ba)L(f,P)abfabfU(f,P)M(ba)m(b-a) \le L(f,P) \le \underline{\int_a^b} f \le \overline{\int_a^b} f \le U(f,P) \le M(b-a) for every partition PP; in particular every constant function is integrable, with abc=c(ba)\int_a^b c = c(b-a), between L(f,P)L(f,P) and U(f,P)U(f,P) for the same PP.

Facts & Assumptions

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

[A1]

The criterion: for every real ε>0\varepsilon > 0 there is a partition PP of [a,b][a,b] with U(f,P)L(f,P)<εU(f,P) - L(f,P) < \varepsilon.

[L1]

L(f,P)abfabfU(f,P)L(f,P) \le \underline{\int_a^b} f \le \overline{\int_a^b} f \le U(f,P) for every partition PP; abf=supL\underline{\int_a^b} f = \sup \mathcal{L} and abf=infU\overline{\int_a^b} f = \inf \mathcal{U} over the nonempty sets L\mathcal{L} of lower sums and U\mathcal{U} of upper sums; ff is integrable exactly when the two are equal (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).

[L2]

ε\varepsilon-characterisation of the supremum: if u=supSu = \sup S with SS nonempty then for every real ε>0\varepsilon > 0 there is sSs \in S with s>uεs > u - \varepsilon (Epsilon characterisation of the supremum). Dually, if =infS\ell = \inf S then for every real ε>0\varepsilon > 0 there is sSs \in S with s<+εs < \ell + \varepsilon (Epsilon characterisation of the infimum, Greatest lower bound (infimum)).

[L4]

Ordered-field arithmetic: adding a constant to both sides preserves an inequality, the order is total and transitive, and t21>0t \cdot 2^{-1} > 0 for t>0t > 0 (Order is preserved by adding a constant and by adding inequalities, Sign rules for products and monotonicity of multiplication, Ordered field, Complete ordered field (least-upper-bound property)). These order-arithmetic facts are stated by their sources for the strict order only; the nonstrict forms used below follow by adjoining the equality case, in which the two sides coincide.

Proof

technique · direct
1.1

Write D:=abfabfD := \overline{\int_a^b} f - \underline{\int_a^b} f, a real number with D0D \ge 0 by [L1]; ff is integrable exactly when D=0D = 0.

L1
1.2

The criterion is sufficient. Assume [A1] and let a real ε>0\varepsilon > 0 be given. Fix a partition PP with U(f,P)L(f,P)<εU(f,P) - L(f,P) < \varepsilon. By [L1], abfL(f,P)\underline{\int_a^b} f \ge L(f,P) and abfU(f,P)\overline{\int_a^b} f \le U(f,P), so DU(f,P)L(f,P)<εD \le U(f,P) - L(f,P) < \varepsilon.

A1L1L4choose
1.3

The criterion is necessary; this half of the proof is steps 1.3, 2.2 and 3.1, and its symbols are its own. Assume ff is integrable and write II for the common value abf=abf\underline{\int_a^b} f = \overline{\int_a^b} f. Let a real η>0\eta > 0 be given; then η21>0\eta \cdot 2^{-1} > 0 by [L4].

L1L4
2.1

So 0D<ε0 \le D < \varepsilon for every real ε>0\varepsilon > 0. If D>0D > 0, taking ε:=D\varepsilon := D gives D<DD < D, which is false; hence D=0D = 0 and ff is integrable by step 1.1.

step 1.1step 1.2L4
2.2

By [L2] applied to L\mathcal{L}, whose supremum is II, there is a partition P1P_1 with L(f,P1)>Iη21L(f,P_1) > I - \eta \cdot 2^{-1}; by [L2] applied to U\mathcal{U}, whose infimum is II, there is a partition P2P_2 with U(f,P2)<I+η21U(f,P_2) < I + \eta \cdot 2^{-1}.

step 1.3L1L2choose
3.1

Put P:=P1P2P_{\ast} := P_1 \vee P_2, which refines both by [L3]. Then L(f,P)L(f,P1)>Iη21L(f,P_{\ast}) \ge L(f,P_1) > I - \eta \cdot 2^{-1} and U(f,P)U(f,P2)<I+η21U(f,P_{\ast}) \le U(f,P_2) < I + \eta \cdot 2^{-1}, so U(f,P)L(f,P)<ηU(f,P_{\ast}) - L(f,P_{\ast}) < \eta by [L4]. Since η>0\eta > 0 was arbitrary, the criterion holds.

step 2.2L3L4
4.1

Steps 1.2 and 2.1 give the implication from the criterion to integrability, and steps 1.3, 2.2 and 3.1 give the converse; the two halves are independent and use no symbol in common, and together they are the stated equivalence.

step 2.1step 3.1

Remarks

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 57 results over 15 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources