Alphabeta Math
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.

✓ 12 results · all verified · 0 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 12 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Bounded Variation and the Riemann–Stieltjes Integral: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

∣x∣ is Lipschitz and absolutely continuous but not C1 on [−1,1]

Example

The absolute-value function separates two implications in the hierarchy: it is Lipschitz, hence absolutely continuous, but is not even differentiable at the origin.

Facts & Assumptions

Given: The function f(x)=∣x∣ on [−1,1].

[L1]

The reverse triangle inequality gives ∣∣x∣−∣y∣∣≤∣x−y∣ (The reverse triangle inequality).

Verification

technique · direct
1.1

By [L1], f is 1-Lipschitz, and [L2] makes it absolutely continuous.

L1L2
2.1

At zero, (∣h∣−∣0∣)/h equals 1 for h>0 and −1 for h<0. The two one-sided limits differ, so [L3] shows that f′(0) does not exist. Therefore f is not C1 on [−1,1].

L3∎
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

x is absolutely continuous but not Lipschitz on [0,1]

Example

The function f(x)=x is absolutely continuous on [0,1], although its slope near zero prevents any global Lipschitz constant.

Facts & Assumptions

Given: f(x)=x on [0,1].

[L2]

Absolute continuity is tested on finite disjoint families of intervals (Absolute continuity on a compact interval).

[L3]

A Lipschitz bound must hold for every pair of points (Lipschitz map, α-Hölder map for rational 0<α≤1, and contraction).

Verification

technique · direct
1.1

Let [uj,vj] be pairwise nonoverlapping subintervals. Fix r>0 and split at r the one family interval, if any, that crosses r; monotonicity makes this split preserve its endpoint increment. The resulting pieces contained in [0,r] contribute at most r in total, because their increments telescope after gaps are filled. On every remaining interval, whose left endpoint satisfies uj≥r, [given] vj−uj=vj−ujvj+uj≤vj−uj2r.

1.2

Given ε>0, choose r>0 with r<ε/2, then require ∑j(vj−uj)<εr. Steps 1.1 and 1.2 make the total endpoint increment less than ε, proving absolute continuity by [L2].

L1L2
2.1

If a Lipschitz constant K existed, the pair 0 and 1/n2 would give n−1≤Kn−2, hence n≤K for every positive integer n, contradicting the Archimedean property. Thus [L3] fails.

L3∎
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

The Cantor function is continuous and of bounded variation but not absolutely continuous

Example

The Cantor function c:[0,1]→[0,1] is continuous and nondecreasing, so it has total variation one, but it is not absolutely continuous.

Facts & Assumptions

Given: The Cantor function and its standard stage construction.

[L2]

At stage n, the 2n surviving closed intervals have total length (2/3)n, and c increases by 2−n across each.

Verification

technique · direct
1.1

Monotonicity makes every variation sum telescope after its absolute values are removed, so Var⁡[0,1](c)=c(1)−c(0)=1. Thus c is BV.

L1
2.1

For the finite disjoint family of the 2n surviving intervals, the total length is (2/3)n but the sum of endpoint increments is 2n2−n=1. By [L3], the former is eventually smaller than every prescribed δ>0, while the latter never falls below, say, 1/2. This contradicts the definition of absolute continuity.

L2L3∎
CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

A continuous function on [0,1] can have unbounded variation

Example

Let d(t,Z)=inf⁡k∈Z∣t−k∣ and define f(0)=0,f(x)=x d(1/x,Z)(0<x≤1). Then f is continuous on [0,1] but has unbounded variation.

Facts & Assumptions

Given: The displayed function f.

[L2]

The integer-part property gives an integer n with n≤t<n+1; one of t−n and n+1−t is at most 1/2, so 0≤d(t,Z)≤1/2. The definition gives value zero at integers, and the two nearest integers to n+1/2 are both at distance 1/2 (Integer part: for every real x there is exactly one integer m with m≤x<m+1, The integers as equivalence classes of pairs of naturals).

[L3]

The harmonic series diverges (For rational p>0, ∑1/kp converges iff p>1 at exponent 1).

Verification

technique · construction
1.1

By [L1] and the algebra of limits, f is continuous for x>0. By [L2], ∣f(x)∣≤x/2, so f(x)→0=f(0) as x↓0. Hence f is continuous on [0,1].

L1L2
1.2

For every integer n≥1, f(1/n)=0, while [given] f(1n+1/2)=12n+1. The ordered partition containing these alternating zeros and peaks for 1≤n≤N therefore has variation sum at least 2∑n=1N(2n+1)−1, apart from at most one endpoint term.

L2
2.1

Since (2n+1)−1≥(3n)−1 and the harmonic partial sums are unbounded by [L3], the variation sums in step 1.2 are unbounded. Thus the continuous function f is not BV.

L3step 1.2∎
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

A one-jump integrator evaluates a continuous integrand at the jump

Example

Fix a<c<b and let Hc(x)=0 for x<c and Hc(x)=1 for x≥c. For every continuous f, ∫abf dHc=f(c).

Facts & Assumptions

Given: The one-jump integrator Hc and a continuous f.

[L1]

A Stieltjes sum weights each tag by the corresponding integrator increment (Riemann–Stieltjes sums, upper and lower sums, and the Riemann–Stieltjes integral).

Verification

technique · direct
1.1

In every tagged partition, all increments of Hc vanish except the one on the interval across its jump; that increment is one. Its tag ξ satisfies ∣ξ−c∣≤∥P∥, so the complete Stieltjes sum is f(ξ) and tends to f(c) by [L2].

L1L2
2.1

The same computation counts a jump at b. A jump at a is represented by H(a)=0 and H(x)=1 for x>a and likewise contributes f(a). By contrast, merely assigning a constant endpoint value on the whole interval creates no increment and hence has integral zero.

given∎
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

A finite-step integrator gives a weighted sum over its jumps

Example

Let a<b, let c1<⋯<cm be points of the open interval (a,b), as in the one-jump example, and let α=C+∑j=1mwjHcj. For every continuous f, ∫abf dα=∑j=1mwjf(cj).

Facts & Assumptions

Given: The displayed finite-step integrator and a continuous f.

[L1]

For a<c<b and Hc equal to 0 below c and 1 from c on, every continuous f has ∫abf dHc=f(c): a single jump of weight one at an interior point evaluates f there (A one-jump integrator evaluates a continuous integrand at the jump).

[L2]

The Stieltjes integral is linear in its integrator (Linearity and interval additivity of the Riemann–Stieltjes integral).

Verification

technique · computation
1.1

The constant term has every increment equal to zero. By [L1], each Hcj contributes f(cj), and finite linearity [L2] gives the displayed sum.

L1L2
2.1

Ordering the distinct jump points prevents double counting. The jump points are interior because [L1] places them strictly inside, and the restriction is not cosmetic: Ha takes the value 1 at every point of [a,b], so a jump placed at a makes every increment zero and contributes nothing, while the weighted sum would still count wf(a).

L1∎
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

A Riemann–Stieltjes integrable integrand need not be bounded

Example

On [0,1], set f(0)=0 and f(x)=1/x for x>0, and let α=H1/2 be the unit step at 1/2. Then f is unbounded but ∫01f dα=2.

Facts & Assumptions

Given: The displayed f and step integrator α.

[L1]

Only the partition interval across the jump of α has a nonzero Stieltjes weight (Riemann–Stieltjes sums, upper and lower sums, and the Riemann–Stieltjes integral).

Verification

technique · direct
1.1

For each positive integer n, f(1/n)=n, so the range of f is not bounded above.

given
2.1

Every Stieltjes sum equals f(ξ) for a tag ξ in the interval across 1/2; as the mesh tends to zero, ξ→1/2. By [L2], these sums tend to f(1/2)=2. The unbounded behavior near zero is multiplied only by zero increments of α.

L1L2∎
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

The Cantor function defines a nonclassical Stieltjes integrator and ∫011 dc=1

Example

If c is the Cantor function, then it is a continuous BV integrator and ∫011 dc=1.

Facts & Assumptions

Verification

technique · computation
1.1

Monotonicity and [L1] make c BV, so existence follows from [L2]. Every tagged sum for the constant integrand telescopes: [L1, L2] ∑i1 (c(ti+1)−c(ti))=c(1)−c(0)=1.

2.1

Thus its common limit is one. This computation invokes neither a derivative of c nor measure theory.

step 1.1∎
CounterexampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

A common jump can destroy Riemann–Stieltjes integrability

Example

Let a<c<b and put f=α=Hc, the unit step that is zero left of c and one at and right of c. Both functions are BV, but ∫abf dα does not exist.

Facts & Assumptions

Given: The two identical unit-step functions.

[L1]

A Stieltjes integral must be the same limit for every sufficiently fine choice of partition and tags (Riemann–Stieltjes sums, upper and lower sums, and the Riemann–Stieltjes integral, The Riemann–Stieltjes integral is unique).

[L2]

For a nondecreasing function every partition increment is nonnegative, so the absolute values in the variation sum may be removed and the finite sum telescopes to the endpoint increment (Bounded variation and total variation on an interval, Finite sums and finite products, by recursion, Laws of finite sums and finite products).

Verification

technique · counterexample
1.1

By [L2], both f and α have total variation one. For every h>0 small enough, choose a partition containing c−h and c. The only nonzero integrator increment occurs on [c−h,c].

L2
2.1

Tag that interval first at c−h and then at c. The corresponding sums are respectively f(c−h)=0 and f(c)=1, although both partitions have mesh tending to zero after the other intervals are refined. Thus no common mesh limit exists, contradicting the necessary condition [L1].

L1∎
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

∫01x d(x2)=2/3

Example

The reduction for a differentiable integrator gives ∫01x d(x2)=23.

Facts & Assumptions

Given: f(x)=x and α(x)=x2 on [0,1].

[L1]

A C1 integrator satisfies ∫f dα=∫fα′ (A continuously differentiable integrator reduces Stieltjes integration to ordinary integration).

Verification

technique · computation
1.1

Directly from the difference quotient, [given] (x+h)2−x2h=2x+h⟶2x, so α′(x)=2x. Likewise, (2x3/3)′=2x2 by expanding the difference quotient.

1.2

Therefore [L1] and [L2] give [L1, L2] ∫01x d(x2)=∫012x2 dx=[2x33]01=23. ∎

ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

A nonlinear reparametrisation leaves a Stieltjes integral unchanged

Example

For ϕ(t)=t2 on [0,1], the change-of-variable theorem gives the concrete identity ∫01x dx=∫01t2 d(t2)=12.

Facts & Assumptions

Given: f(x)=x, α(x)=x, and ϕ(t)=t2 on [0,1].

[L1]

Increasing continuous reparametrization preserves a Stieltjes integral (Change of variable for the Riemann–Stieltjes integral).

[L2]

The identity integrator gives the ordinary Riemann integral (The identity integrator recovers the Riemann integral).

[L3]

A C1 integrator reduces the integral to one against its derivative (A continuously differentiable integrator reduces Stieltjes integration to ordinary integration).

Verification

technique · computation
1.1

The map ϕ(t)=t2 is a strictly increasing continuous bijection of [0,1] onto itself. Applying [L1] gives ∫01x dx=∫01t2 d(t2).

L1
1.2

Direct difference quotients give (t2)′=2t and (t4/2)′=2t3. Hence [L2], [L3], and the FTC give [L2, L3] ∫01x dx=12,∫01t2 d(t2)=∫012t3 dt=12. ∎

ExampleConstruction: AI-generatedVerification: AI-generatedprecheck passaudited 2026-08-11Open item page →

Young's theorem integrates a Hölder function of unbounded variation against itself

Example

There is a 3/4-Hölder function f:[0,1]→R of unbounded variation for which the Young integral ∫01f df nevertheless exists.

Facts & Assumptions

Given: Let S=∑n=1∞n−4/3, put wn=S−1n−4/3, and tile (0,1] by consecutive intervals In of lengths wn accumulating at zero. On In, let f be the symmetric triangular tent of height wn3/4, and set f(0)=0.

[L1]

The p-series converges for p>1 and diverges for p=1 (For rational p>0, ∑1/kp converges iff p>1).

[L2]

Rational powers are monotone and obey their exponent laws (Monotonicity of r↦ar and of a↦ar, Laws of rational exponents).

[L3]

Young's theorem applies when the two Hölder exponents have sum greater than one (Young's Riemann–Stieltjes existence theorem for rational Hölder exponents).

Verification

technique · construction
1.1

By [L1], 0<S<∞ and ∑nwn=1, so the intervals tile (0,1]. On one tent, the linear slope estimate and [L2] give ∣f(x)−f(y)∣≤2∣x−y∣3/4. If x,y lie in different tents, let zx be the endpoint of x's tent toward y and zy the endpoint of y's tent toward x. Both have value zero and ∣x−zx∣,∣y−zy∣≤∣x−y∣, so the two one-tent estimates and the triangle inequality give ∣f(x)−f(y)∣≤4∣x−y∣3/4. Taking the endpoints of successively smaller tents gives the same estimate at zero. Thus f is 3/4-Hölder.

L1L2
1.2

A partition through the endpoints and peaks of the first N tents has variation at least [given] 2∑n=1Nwn3/4=2S−3/4∑n=1N1n. This is unbounded by [L1], so f is not BV.

2.1

Since 3/4+3/4>1, [L3] nonetheless gives existence of ∫01f df. This is genuinely outside the BV existence theorem.

L3∎

Sources