Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablePipeline-generatedaudited 2026-09-27
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 F be a field (Field) and let m≥1. For a polynomial P∈F[X1,…,Xm] and an index 1≤i≤m, write P∣Xi=0,P∣Xi=1 for the two polynomials in F[X1,…,Xi−1,Xi+1,…,Xm] obtained by substituting the field elements 0 and 1 for Xi. Define the field quantifier operators AXiP:=(P∣Xi=0) (P∣Xi=1),EXiP:=1−(1−P∣Xi=0)(1−P∣Xi=1), both of which again lie in F[X1,…,Xi−1,Xi+1,…,Xm].

Let Φ=Q1x1 Q2x2⋯Qnxn ψ be a closed prenex quantified Boolean formula (Quantified Boolean formulas and the language TQBF) with quantifier-free matrix ψ, and let b:=Pψ∈F[X1,…,Xn] be the arithmetization of the matrix (Arithmetization of Boolean formulas). The ordered arithmetization of Φ over F is the constant obtained from b by processing the quantifiers from the innermost to the outermost: put P(n):=b and, for j=n,n−1,…,1, put P(j−1):=AXjP(j) when Qj=∀ and P(j−1):=EXjP(j) when Qj=∃. The resulting P(0) 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 Qn, the innermost quantifier, is processed first, so Q1 is processed last. The operator list of Multilinearization in one variable refines this ordered convention.
  • The field elements 0 and 1 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 n=0 the matrix is a formula with no variable occurrences, b∈F is a constant, and P(0)=b.

Depends on

Used by

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