Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedPipeline-generatedjudge pass (gpt-5.6-terra)audited 2026-09-07
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.

Adaptive-prover soundness of sum-check

Statement

Fix a sum-check instance over a finite field F, with n1, trusted individual bounds d1,,dn, trusted evaluation, and false initial claim Hbg(b). For every adaptive prover strategy the acceptance probability is at most min(1,i=1ndiF). In particular it is at most nd/F if all did. A randomized prover is allowed; its coins are independent of future verifier challenges.

Facts & Assumptions

Given: The objects and hypotheses in the statement above.

[F1]

At each reached false-claim prefix, invalid messages reject and the probability that the next scalar becomes true is at most min(1,d_i/|F|), also for randomized messages (A false sum-check claim rarely becomes true).

Proof

1.1

Let Bi be the event that the protocol reaches round i with all earlier scalar claims false, passes that round’s message checks, and its updated scalar claim becomes true. For each positive-probability prefix with those earlier claims false, the one-round lemma bounds the conditional probability of this transition by di/F. Averaging over prefixes (and messages) gives Pr(Bi)di/F.

F1given
2.1

Acceptance forces the final scalar claim to equal the trusted value g(r), hence to be true. The initial claim is false. There is therefore a first transition from false to true, so acceptance is contained in i=1nBi. Pointwise, the indicator of this union is at most the sum of its event indicators; averaging gives acceptance probability at most idi/F. This requires no independence between the Bi.

step 1.1givenalgebra
3.1

Probabilities are also at most one, giving the stated cap, and idind gives the uniform-degree bound. The reasoning works for n=1 and for zero degree bounds (all-zero bounds force zero acceptance of a false claim). Randomized adaptive strategies were already covered by conditional averaging.

step 1.1step 2.1algebra

Depends on

Used by

Dependency tree · two levels

3 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