Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablePipeline-generatedjudge pass (gpt-6-sol)audited 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.

Multilinearization in one variable

Definition

Let F be a field and let P∈F[X1,…,Xm] with m≥1. For 1≤i≤m define the multilinearization of P in Xi by RXiP:=(1−Xi) (P∣Xi=0)+Xi (P∣Xi=1). This is a polynomial in F[X1,…,Xm] of degree at most one in Xi; in every other variable its degree is at most the corresponding degree of P.

Let Φ=Q1x1⋯Qnxnψ be a closed prenex quantified Boolean formula (Quantified Boolean formulas and the language TQBF) with quantifier-free matrix ψ and matrix arithmetization b=Pψ (Field arithmetization of QBF quantifiers). The multilinearized ordered arithmetization of Φ is obtained from b by applying, for j=n,n−1,…,1, first the j reductions RX1,RX2,…,RXj in this order and then the quantifier operator Oj, where Oj:=AXj when Qj=∀ and Oj:=EXj when Qj=∃. The operator list of Φ is the resulting sequence of operations read in application order, RX1,…,RXn, On,RX1,…,RXn−1, On−1,…,RX1, O1, and its length is denoted T. Then T=n(n+1)/2+n=n(n+3)/2, and for n=0 the list is empty.

Write P(n):=b. For j=n,…,1, write Mj for the polynomial obtained from P(j) by the j reductions of the j-th block, and P(j−1):=Oj(Mj). The final P(0) is a constant.

Remarks

  • Substituting Xi=0 into RXiP gives (1−0)P∣Xi=0+0=P∣Xi=0, and substituting Xi=1 gives P∣Xi=1; so RXiP agrees with P where the substituted variable is Boolean, and its coefficient of Xi is P∣Xi=1−P∣Xi=0.
  • Reductions in distinct variables commute with one another, because RXi alters only the Xi-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

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