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.
Multilinearization in one variable
Definition
Let be a field and let with . For define the multilinearization of in by This is a polynomial in of degree at most one in ; in every other variable its degree is at most the corresponding degree of .
Let be a closed prenex quantified Boolean formula (Quantified Boolean formulas and the language TQBF) with quantifier-free matrix and matrix arithmetization (Field arithmetization of QBF quantifiers). The multilinearized ordered arithmetization of is obtained from by applying, for , first the reductions in this order and then the quantifier operator , where when and when . The operator list of is the resulting sequence of operations read in application order, and its length is denoted . Then , and for the list is empty.
Write . For , write for the polynomial obtained from by the reductions of the -th block, and . The final is a constant.
Remarks
- Substituting into gives , and substituting gives ; so agrees with where the substituted variable is Boolean, and its coefficient of is .
- Reductions in distinct variables commute with one another, because alters only the -dependence. The displayed order is the one the interactive protocol of The Shamir interactive protocol for TQBF reverses; it is recorded here so that the protocol has a definite node list.
- The operator list is not the same as the ordered arithmetization of Field arithmetization of QBF quantifiers: the reductions are inserted before each quantifier operation, and they are what keep the individual degrees of the intermediate polynomials bounded. That bound, together with the agreement of the sequence with the Boolean semantics, is proved in Multilinearization preserves Boolean values and bounds individual degree and The ordered arithmetization evaluates to the quantified Boolean truth value.
Depends on
Used by
- The Shamir interactive protocol for TQBF Definition
- A concrete multilinearization calculation Example
- A two-quantifier field transcript Example
- False: IP = PSPACE needs no degree reduction in this arithmetization False statement
- A false field claim becomes true in one round with bounded probability Lemma
- Honest prover maintains the field-value claim Lemma
- Multilinearization preserves Boolean values and bounds individual degree Lemma
- The ordered arithmetization evaluates to the quantified Boolean truth value Lemma
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
- Arora and Barak, Computational Complexity: A Modern Approach, §8.5.3 and Remark 8.19, author-hosted draft (standard reference, not scraped)
- A. Shen, IP = PSPACE: Simplified Proof, JACM 39(4) 1992, pp. 878–880 (standard reference, not scraped)