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 , with , trusted individual bounds , trusted evaluation, and false initial claim . For every adaptive prover strategy the acceptance probability is at most In particular it is at most if all . A randomized prover is allowed; its coins are independent of future verifier challenges.
Facts & Assumptions
Given: The objects and hypotheses in the statement above.
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
Let be the event that the protocol reaches round 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 . Averaging over prefixes (and messages) gives .
Acceptance forces the final scalar claim to equal the trusted value , hence to be true. The initial claim is false. There is therefore a first transition from false to true, so acceptance is contained in . Pointwise, the indicator of this union is at most the sum of its event indicators; averaging gives acceptance probability at most . This requires no independence between the .
Probabilities are also at most one, giving the stated cap, and gives the uniform-degree bound. The reasoning works for and for zero degree bounds (all-zero bounds force zero acceptance of a false claim). Randomized adaptive strategies were already covered by conditional averaging.
Depends on
Used by
- Choosing a sum-check error budget Corollary
- One point evaluation for an exponentially large cube Counterexample
- A complete sum-check transcript over F₁01 Example
- Verifying formula counts over a supplied field Proposition
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
- Justin Thaler, Proofs, Arguments, and Zero-Knowledge (2023), Proposition 4.1 non-inductive proof, pp.36–37 (standard reference, not scraped)