Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedPipeline-generatedjudge pass (gpt-5.6-terra)audited 2026-09-07
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.

Bounded alternation qbf is level complete

Statement

For every fixed k1, truth of prenex Boolean formulas with k alternating blocks beginning existentially is Σkp-complete under polynomial-time many-one reductions. The universally starting version is Πkp-complete. The matrix is a general Boolean formula, empty blocks are allowed, and malformed encodings are rejected.

Facts & Assumptions

Given: the objects and hypotheses in the statement above.

[F1]

All languages are subsets of {0,1}. Put Σ0p=Π0p=P as in the stated convention. For a fixed integer k1, LΣkp means that a deterministic polynomial-time predicate R and polynomially bounded, polynomial-time computable lengths p1,,pk satisfy xL    y1{0,1}p1(x) y2{0,1}p2(x)Qkyk{0,1}pk(x) R(x,y1,,yk). Here Qj is existential for odd j and universal for even j. Starting universally defines Πkp. Write PH=k0Σkp. The level and all polynomials are fixed for a language, not part of the input. Length zero allows the single empty string. Variable-length witnesses can be encoded with a length field and padding; every padded string decodes to a bounded-length string, so universal blocks introduce no invalid-witness exception. (Polynomial hierarchy levels).

[F2]

For a fixed polynomial-time Boolean predicate R(x,y), and a polynomial bound on y in x, one can construct in time polynomial in x formulas F(x;y,z) in 3CNF and F(x;y,z) in 3DNF such that, for every allowed y, R(x,y)    zF(x;y,z)    zF(x;y,z). Here clauses or terms have at most three literals. Both formula length and z are polynomially bounded. (Ph circuit matrix final block encoding).

[F3]

Let AΣ and BΓ be languages over finite alphabets. A polynomial-time many-one reduction from A to B is a total function f:ΣΓ such that: - f is computable by a deterministic Turing machine in polynomial time, and - for every xΣ, xA    f(x)B. When such an f exists, write ApB. (Polynomial-time many-one reductions).

Proof

1.1

Parse the encoding deterministically; reject a malformed word. For a well-formed formula, quantify one polynomial-length assignment string per block and evaluate the matrix in polynomial time. Make the parsing test a conjunction in the matrix, so rejection remains valid for either starting polarity. This proves membership even when blocks have length zero.

F1
1.2

Given a language at the desired level, take its fixed defining predicate. For each input x, apply the pointwise encoding to the whole tuple of quantified strings. If its last block is existential, use F and merge z into that block. If it is universal, use F instead. For every assignment to earlier blocks the replacement has exactly the original truth value, so iterating the outer quantifiers preserves truth in both directions.

F2
2.1

There are still k blocks and polynomially many symbols; compilation is polynomial-time. It outputs a well-formed instance on every input, with membership equivalent to the original language, which is exactly the required reduction. The construction applies separately to both starting polarities, including k=1.

F3step 1.2

Depends on

Used by

Dependency tree · two levels

7 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