Alphabeta Math
PropositionStatement: Literature-sourcedProof: AI-generatedprecheck passjudge 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.

TQBF is in PSPACE

Statement

The language TQBF belongs to PSPACE.

Facts & Assumptions

Given: an input quantified Boolean formula Φ.

[L1]

TQBF is the language of true quantified Boolean formulas (Quantified Boolean formulas and the language TQBF).

[L2]

A language lies in PSPACE exactly when some deterministic machine decides it using polynomial space (The classes PSPACE and NPSPACE).

Proof

technique · direct
1.1

If Φ has no quantifiers, then by [L1] one only needs to evaluate a quantifier-free Boolean formula under a fully specified truth assignment. That can be done by a deterministic left-to-right parse using space polynomial in Φ.

L1given
1.2

Suppose Φ begins with xΨ(x). Recursively evaluate Ψ(0) and, if necessary, Ψ(1); accept exactly when at least one branch returns true. If instead Φ begins with xΨ(x), recursively evaluate both Ψ(0) and Ψ(1) and accept exactly when both are true. By [L1], this is exactly the truth definition of the quantified formula.

L1construct
2.1

The recursion depth is at most the number of quantified variables, hence at most Φ. At each level the machine stores the current parse position and the current partial assignment, both of polynomial size. So the whole depth-first evaluation uses polynomial space, even though it may take exponential time.

step 1.2algebra
3.1

By [L2], the deterministic recursive evaluator places TQBF in PSPACE.

L2step 1.1step 2.1

Depends on

Used by

Dependency tree · two levels

3 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