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.
A two-quantifier field transcript
Example
Work over the prime field , and take the closed prenex quantified Boolean formula whose matrix is and which is true, since makes the matrix for both values of . The matrix has syntax nodes, so with the protocol has , , and ; is the first prime greater than . Its matrix arithmetization is the multilinearized operator sequence of is and the reverse protocol of The Shamir interactive protocol for TQBF processes the nodes , then , then , , , with challenges drawn in the order . With those challenges the honest claim sequence is and the terminal comparison is .
Facts & Assumptions
Given: The field , the formula and the protocol of The Shamir interactive protocol for TQBF for it.
Arithmetization replaces and by and , variable leaves by their variables, and it agrees with the Boolean value of the formula at Boolean inputs (Arithmetization of Boolean formulas).
The ordered arithmetization applies and to the quantifiers, inner quantifiers first (Field arithmetization of QBF quantifiers).
The multilinearized sequence inserts before each quantifier operation, and its blocks for the prefix are followed by (Multilinearization in one variable).
In the protocol the rounds process the operator list backwards; in the round for a node the verifier tests for , for , and with the current value of the reduced variable for , then samples a fresh challenge , sets the reduced variable to and , and finally accepts exactly when (The Shamir interactive protocol for TQBF).
The classes of form a field under addition and multiplication modulo (For every prime , the two operations on make it a field), and is a closed prenex quantified Boolean formula with the truth semantics of Quantified Boolean formulas and the language TQBF.
Verification
By [A1] the matrix arithmetization is , which simplifies to . At the four Boolean points it takes the values , , , , matching in each case.
The reductions do not change , because is multilinear: and give , and and give .
Applying the quantifier operations: , then since and , and finally . The constant so obtained is the truth value of by [A2] and [A5], and indeed is true.
Reading the stages backwards, the honest messages are the restrictions of , , at , at , and at ; that is, in the order of the rounds, , , , and .
The reverse protocol of [A4] therefore processes first, then , then , and . Take the challenges in this order to be , so that is set to and then to and finally to , and is set to and then to .
The verifier's tests pass with these messages: checks ; then with checks ; then checks , where and ; then with checks ; and finally with checks . So the claim sequence is , where each new claim is obtained by evaluating the sent message at the new challenge.
The point left at the end is , and the terminal comparison gives , equal to the final claim ; the verifier therefore accepts this transcript. All products and sums above are computed in , where and , so the intermediate values agree with the field arithmetic.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
18 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
- A. Shen, IP = PSPACE: Simplified Proof, JACM 39(4) 1992, pp. 878–880 (standard reference, not scraped)
- Arora and Barak, Computational Complexity: A Modern Approach, §8.5.3, author-hosted draft (standard reference, not scraped)