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 point evaluation for an exponentially large cube
Statement refuted
The assertion that a sum-check verifier must evaluate separately at every Boolean vertex is false. For , take over a supplied finite field, with individual bounds . Its cube sum is one although the cube has points. The verifier uses field work, including one evaluation of with at most multiplications. False initial claims have acceptance probability at most .
Facts & Assumptions
Given: The objects and hypotheses in the statement above.
The verifier checks coefficient messages round by round and evaluates g at the terminal challenge point (Sum-check with explicit degree bounds).
Verifier field work is O(D) plus a single terminal point evaluation with D=sum_i(d_i+1) (Sum-check verifier resources).
The false-claim acceptance probability is at most min(1,sum_i d_i/|F|) (Adaptive-prover soundness of sum-check).
Counterexample
At the all-one vertex the product equals one, and at every other Boolean vertex a zero coordinate makes it zero. Hence the cube sum is one. There are two independent choices per coordinate, giving vertices, also when .
The specified protocol uses one terminal evaluation. Implement it by multiplying the supplied coordinates starting from one, at a cost of at most multiplications. Here , so the resource lemma bounds all verifier field work, including this evaluation, by . Zeros among the challenge coordinates simply make the product zero, without any division.
The soundness theorem gives the stated false-claim bound from , including the cap at one when the field is small. Thus the verifier does not need separate evaluations of . The claim concerns verifier work with a supplied evaluator and imposes no general efficiency assertion on the prover.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
7 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), §4.1 protocol and resource analysis pp.33–38 (standard reference, not scraped)