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.
Perfect completeness of sum-check
Statement
In sum-check over a supplied finite field, with , trusted individual bounds and trusted evaluation, if , the honest partial-sum polynomials pass every check for every challenge sequence. Thus the protocol has perfect completeness.
Facts & Assumptions
Given: The objects and hypotheses in the statement above.
The protocol checks coefficient lengths and consistency, samples after each message, and compares the final claim with trusted evaluation; q_i and S_i denote its true partial sums (Sum-check with explicit degree bounds).
Proof
Use from the protocol. Substitution and finite summation cannot raise the degree in the unspecialized variable, so has degree at most and can be sent in the permitted coefficient format, including when or .
Splitting the remaining cube by coordinate gives , while substitution gives . Initially . If and , the consistency check passes and the update gives . Hence this equality propagates through every round.
At the end , since the remaining cube contains the empty tuple. Thus the terminal check passes. For the same argument uses . It also covers all-zero or constant polynomials, challenges or , and characteristic two without any division.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
4 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, p.36 (standard reference, not scraped)