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.
Polynomial hierarchy levels
Definition
All languages are subsets of . Put as in The class P. For a fixed integer , means that a deterministic polynomial-time predicate and polynomially bounded, polynomial-time computable lengths satisfy Here is existential for odd and universal for even . Starting universally defines . Write . The level and all polynomials are fixed for a language, not part of the input. Length zero allows the single empty string. Variable-length witnesses can be encoded with a length field and padding; every padded string decodes to a bounded-length string, so universal blocks introduce no invalid-witness exception.
Depends on
Used by
- Relativized complexity class Definition
- Ph quantifier block closure Lemma
- Np and conp are the first levels Proposition
- Bounded alternation qbf is level complete Theorem
Dependency tree · two levels
2 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
- Arora–Barak, Computational Complexity, 2007 draft; §§5.1–5.2, Definitions5.1,5.4, pp91–92. (standard reference, not scraped)