Alphabeta Math
ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck 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.

One refinement worked out for f(x)=x2 on [0,1]: adding the point 1/2 to the trivial partition raises the lower sum from 0 to 1/8 and lowers the upper sum from 1 to 5/8

Example

Let f:[0,1]→R be f(x)=x2 (Integer powers am). Let P0 be the trivial partition of [0,1], with point set {0,1}, and let P1:=P0+12 be the partition obtained by inserting the point 1/2, with point set {0,12,1} (Partition of [a,b] as a finite strictly increasing list a=t0<t1<⋯<tn=b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions). Then

L(f,P0)=0,L(f,P1)=18,U(f,P1)=58,U(f,P0)=1,

so that

0  =  L(f,P0)  ≤  L(f,P1)  ≤  U(f,P1)  ≤  U(f,P0)  =  1,

which is claim 1 of Refining a partition raises the lower Darboux sum and lowers the upper one, and every lower sum is at most every upper sum: L(f,P)≤L(f,P′)≤U(f,P′)≤U(f,P) when P′ refines P, and L(f,P)≤U(f,Q) for arbitrary partitions P and Q; moreover the two changes are at most 2M(n′−n)∥P∥ with both inequalities strict. The gap drops from U(f,P0)−L(f,P0)=1 to U(f,P1)−L(f,P1)=12: exactly one refinement halves it, and ∫01x2=1/3, computed from the Darboux definition with uniform partitions and the closed form ∑k<nk2=n(n−1)(2n−1)/6 shows the uniform partitions drive it to 0.

Facts & Assumptions

Given: f:[0,1]→R with f(x)=x2; the partition P0=(1,t) with t0=0 and tk=1 for k≥1; and P1=(2,s) with s0=0, s1=1/2 and sk=1 for k≥2.

[L1]

Both P0 and P1 are partitions of [0,1], and P1 refines P0, since pts⁡(P0)={0,1}⊆{0,12,1}=pts⁡(P1); the subintervals of P0 are [0,1] with length 1, and those of P1 are [0,12] and [12,1], each of length 12 (Partition of [a,b] as a finite strictly increasing list a=t0<t1<⋯<tn=b, its subintervals and their lengths, its mesh, refinement, and the common refinement of two partitions, Intervals of R: the nine order-convex forms, nondegeneracy, and length).

[L2]

mi=inf⁡f[Ii], Mi=sup⁡f[Ii], L(f,P)=∑i<nmiΔi and U(f,P)=∑i<nMiΔi (For bounded f on [a,b] and a partition P: the infimum mi and supremum Mi of f on the i-th subinterval, and the lower and upper Darboux sums L(f,P)=∑imiΔi and U(f,P)=∑iMiΔi).

[L3]

For 0≤a<b one has a2<b2, so on an interval [c,d]⊆[0,1] with c<d the function f has least value c2 and greatest value d2, both attained; a set with a least element has it as its infimum and one with a greatest element has it as its supremum (Monotonicity of x↦xn and of n↦an, Integer powers am, Greatest lower bound (infimum), Maximum and minimum of a set, Complete ordered field (least-upper-bound property)).

[L5]

Finite sums of one and of two terms: ∑i<1ai=a0 and ∑i<2ai=a0+a1 (Finite sums and finite products, by recursion, Laws of finite sums and finite products).

[L6]

Ordered-field arithmetic: (12)2=14, 14⋅12=18, 18+12=58, and 0<18<58<1 (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.

Verification

technique · direct
1.1

For P0 the single subinterval is [0,1], so by [L3] m0=02=0 and M0=12=1, and by [L2] and [L5], L(f,P0)=0⋅1=0 and U(f,P0)=1⋅1=1.

givenL1L2L3L5
1.2

For P1 the two subintervals are [0,12] and [12,1], each of length 12, so by [L3] the extreme values are m0=0, M0=(12)2=14 on the first and m1=14, M1=1 on the second.

givenL1L3L6
2.1

Hence by [L2], [L5] and [L6], L(f,P1)=0⋅12+14⋅12=18 and U(f,P1)=14⋅12+1⋅12=18+12=58.

step 1.2L2L5L6
3.1

Comparing with step 1.1 and using [L6]: L(f,P0)=0<18=L(f,P1) and U(f,P1)=58<1=U(f,P0), while L(f,P1)=18<58=U(f,P1). This is the chain of [L4] for the refinement P1 of P0, here with every inequality strict.

step 1.1step 2.1L1L4L6∎

Remarks

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

47 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources