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.
Field arithmetization of QBF quantifiers
Definition
Let be a field (Field) and let . For a polynomial and an index , write for the two polynomials in obtained by substituting the field elements and for . Define the field quantifier operators both of which again lie in .
Let be a closed prenex quantified Boolean formula (Quantified Boolean formulas and the language TQBF) with quantifier-free matrix , and let be the arithmetization of the matrix (Arithmetization of Boolean formulas). The ordered arithmetization of over is the constant obtained from by processing the quantifiers from the innermost to the outermost: put and, for , put when and when . The resulting is a polynomial in no variables, hence a field element.
Remarks
- The operators act on the polynomial and the index, not on a formula tree: each specialization is a well-defined polynomial in the remaining variables, and the two displayed expressions are computed in that polynomial ring. No enumeration, decomposition, isomorphism or choice is made in the definition, and no expansion into monomials is required.
- The convention "inner quantifiers first" is used throughout this page: the prefix is read left to right and , the innermost quantifier, is processed first, so is processed last. The operator list of Multilinearization in one variable refines this ordered convention.
- The field elements and are the two Boolean values, and they are distinct in a field. The gate operations reproduce the truth tables only at Boolean inputs; that agreement is the subject of Quantifier polynomials agree with QBF semantics on Boolean assignments, and no such agreement is asserted here.
- The definition itself does not assert a truth-value theorem. For the multilinearized refinement of this sequence in Multilinearization in one variable, agreement with QBF truth is proved in The ordered arithmetization evaluates to the quantified Boolean truth value.
- For the matrix is a formula with no variable occurrences, is a constant, and .
Depends on
Used by
- Exponential degree without multilinearization Counterexample
- Multilinearization in one variable Definition
- The Shamir interactive protocol for TQBF Definition
- 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
- Quantifier polynomials agree with QBF semantics on Boolean assignments 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, author-hosted draft (standard reference, not scraped)
- A. Shen, IP = PSPACE: Simplified Proof, JACM 39(4) 1992, pp. 878–880 (standard reference, not scraped)