Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passaudited 2026-08-02
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.

Small coordinate-by-coordinate increments stay inside a Euclidean ball and telescope the total increment

Statement

Let B(a,r)⊆U⊆Rm and let ∥h∥2<r. Define p0=a and pj=a+∑i<jhiei for 1≤j≤m. Then every pj lies in B(a,r), pm=a+h, and for every map f on U,

f(a+h)−f(a)=∑j<m(f(pj+1)−f(pj)).

Facts & Assumptions

Given: The displayed ball, vector h, and coordinate-prefix points pj.

[L2]

The Euclidean norm of x is ∥x∥2=∑i<nxi2 (The Euclidean inner product ⟨x,y⟩=∑k<nxkyk on Rn).

Proof

technique · direct
1.1

The standard-basis coordinate formula makes pm=a+h, while pj−a has coordinates hi for i<j and 0 otherwise.

L1L2
2.1

Hence ∥pj−a∥22=∑i<jhi2≤∑i<mhi2=∥h∥22<r2, so every prefix point is in B(a,r).

step 1.1L2algebra
3.1

Summing f(pj+1)−f(pj) cancels all intermediate values and leaves f(pm)−f(p0)=f(a+h)−f(a).

step 1.1step 2.1∎

Depends on

Used by

Dependency tree · two levels

38 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