Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-09-12
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.

The quantified formula expressing reachability between two configurations

Definition

Fix a family of vertices encoded by bit strings of length m, together with a chosen quantifier-free formula Next(U,V) of size O(m) asserting that the encoded vertex V is reachable from U by one legal graph edge. In the application to PSPACE-hardness, Next is the one-step configuration predicate for a fixed machine on a fixed input length. Let Eqm(U,V) be the quantifier-free formula asserting bitwise equality of the strings U and V, and abbreviate PairEqm((Y,Z),(U,V)):=Eqm(Y,U)Eqm(Z,V).

For each iN, define an open prenex formula Θi(U,V), whose only free variables are the endpoint blocks U,V, recursively as follows:

Θ0(U,V):=Eqm(U,V)Next(U,V),

and for i1, first write the already prenex previous formula, after renaming all its bound variables freshly, as Θi1(Y,Z)=Q1X1QtXt ρi1(Y,Z,X1,,Xt), where ρi1 is quantifier-free, and set Θi(U,V):=WbYZQ1X1QtXt (((b=0)PairEqm((Y,Z),(U,W)))((b=1)PairEqm((Y,Z),(W,V)))ρi1(Y,Z,X1,,Xt)).

The variable W is the midpoint candidate, the one-bit variable b chooses left or right half, and the variables Y,Z feed the single recursive copy of Θi1.

Remarks

  • The symbols b=0, b=1, and PQ abbreviate quantifier-free Boolean formulas built from 0,1,¬,,. Thus the displayed construction is genuinely prenex. After the endpoint blocks U,V are replaced by fixed bit strings, Θi(U,V) is a closed quantified Boolean formula in the sense of Quantified Boolean formulas and the language TQBF.
  • The naive formula W(Θi1(U,W)Θi1(W,V)) duplicates the previous level. The present definition is the size-controlled version used for the PSPACE-hardness proof.
  • The intended meaning is that Θi(U,V) says that V is reachable from U by a path of length at most 2i.

Depends on

Used by

Dependency tree · one level

1 result within one dependency step 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