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.
Quantifier and oracle characterizations of ph
Statement
For every , For a fixed complete bounded-alternation QBF language can replace the class oracle. At , this gives the usual satisfiability oracle. The quantifier levels also equal polynomial-time alternating computations with at most blocks of existential/universal choices, beginning with the indicated polarity. With a fixed base oracle , the same oracle characterization holds using access to both and a language in .
Facts & Assumptions
Given: the objects and hypotheses in the statement above.
For fixed and , every nondeterministic polynomial-time -oracle computation has a definition. More generally, for a fixed total base oracle and , polynomial nondeterministic access to both and has a definition. (Ph adaptive oracle transcript normal form).
For every fixed , truth of prenex Boolean formulas with alternating blocks beginning existentially is -complete under polynomial-time many-one reductions. The universally starting version is -complete. The matrix is a general Boolean formula, empty blocks are allowed, and malformed encodings are rejected. (Bounded alternation qbf is level complete).
and . (Np and conp are the first levels).
Proof
For , transcript normal form gives . Conversely, guess the first block of a predicate. The remaining language of pairs is in ; query its complementary language and flip the answer. The two procedures give both inclusions. For , polynomial-time oracle calls can be simulated directly in polynomial time, and the first-level verifier identity gives the result.
Every language at positive level reduces to the fixed complete QBF language; replace each adaptive query by its reduction. Query lengths and query counts remain polynomial. Negating the oracle machine's acceptance convention gives the complementary nondeterministic class; the displayed Delta equality is its definition. The first-level complete QBF language is simply formula satisfiability with its assignment block made explicit.
For an alternating machine, replace each existential or universal choice block by a polynomial-length string of its branch choices, ignoring unused bits. Deterministic steps between changes of polarity are simulated by the final predicate. Conversely, realize each quantified string by successive binary choices of the required polarity and then evaluate the predicate. Acceptance at an existential node means some child accepts, and at a universal node every child accepts; recursive evaluation of the finite tree proves the equivalence. Halted branches can be padded with ignored choices.
The first inclusion and the guess-and-complement-query construction work identically with a fixed base , using the relative part of transcript normal form. Both the outer machine and its predicate retain access to that same ; this is the claimed relative oracle characterization. It does not assert unrelativized formula completeness for arbitrary .
Depends on
Used by
- Lowness and highness Definition
- Standard containments relativize Lemma
- Ph containments and polynomial space Proposition
Dependency tree · two levels
10 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
- Goldreich, Computational Complexity lecture notes; Lecture9 Theorem9.9, pp105–107; AB §5.3 Claim5.11 and §5.5 Theorem5.15. (standard reference, not scraped)