Alphabeta Math
TheoremStatement: 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.

A quantified Boolean formula is true if and only if the existential player has a winning strategy in its game

Statement

Let Φ be a quantified Boolean formula. Then Φ is true if and only if the existential player has a winning strategy in the quantified formula game of Φ.

Facts & Assumptions

Given: a quantified Boolean formula Φ.

[L1]

Truth of a quantified Boolean formula is defined recursively from its quantifier prefix and quantifier-free matrix (Quantified Boolean formulas and the language TQBF).

[L2]

In the quantified formula game, the existential player chooses the existentially quantified variables and the universal player chooses the universally quantified ones; the existential player wins exactly when the final matrix evaluates to true (The quantified formula game for a quantified Boolean formula).

Proof

technique · induction
1.1

If Φ has no quantifiers, then [L1] says that Φ is true exactly when its quantifier-free matrix is true, and [L2] says that this is exactly the condition for the existential player to win the zero-move game.

L1L2base
1.2

Suppose Φ=xΨ(x). By [L1], Φ is true if and only if at least one of Ψ(0) or Ψ(1) is true. By the induction hypothesis, that happens exactly when the existential player has a winning strategy for at least one of the two suffix games, and then the existential player wins the whole game by choosing that first move. Conversely, any winning strategy for the whole game determines such a first move.

L1L2ihchoose
1.3

Suppose instead Φ=xΨ(x). By [L1], Φ is true if and only if both Ψ(0) and Ψ(1) are true. By the induction hypothesis, that is equivalent to the existential player having a winning strategy after either first move of the universal player, which is exactly what [L2] means for the whole game.

L1L2ih
2.1

Steps 1.1, 1.2, and 1.3 prove both directions of the equivalence.

step 1.1step 1.2step 1.3discharge-induction

Depends on

Used by

Dependency tree · one level

2 results 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