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.
Quantified Boolean formulas and the language TQBF
Definition
A quantified Boolean formula is a formula of the form
where each is either or , and is a quantifier-free Boolean formula built from the variables , the constants , and the connectives .
Such a formula is true when its usual recursive Boolean semantics evaluates to true. The language TQBF consists of all true quantified Boolean formulas under any fixed effective encoding of these strings.
Remarks
- The page uses prenex form so that the quantifier prefix can be read from left to right.
- TQBF is a decision problem about truth, not satisfiability of only the quantifier-free matrix.
Used by
- The quantified formula expressing reachability between two configurations Definition
- The quantified formula game for a quantified Boolean formula Definition
- TQBF is in PSPACE Proposition
- A quantified Boolean formula is true if and only if the existential player has a winning strategy in its game Theorem
Dependency tree · 0 levels
Nothing. This result depends on no other item in the library.
Sources
- Sanjeev Arora and Boaz Barak, Computational Complexity: A Modern Approach (standard reference, not scraped)
- Eric Blais, Models of Computation, 17. Space Complexity (standard reference, not scraped)