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.
Np and conp are the first levels
Example
Formula satisfiability and tautology exhibit the existential and universal first levels. For a finite simple graph and integer , the language defined by belongs to ; no completeness claim is made for it. Malformed inputs and or are rejected.
Facts & Assumptions
Given: the objects and hypotheses in the statement above.
and . (Np and conp are the first levels).
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).
Verification
A formula is satisfiable exactly when some assignment makes its polynomial-time evaluation true, and is a tautology exactly when all assignments do. These are first-level predicates, with completeness for the corresponding bounded-QBF encodings. A formula with no variables has one assignment.
For valid , let test that an -bit indicator represents an independent set of cardinality . Then the exact condition is . Reversing the two independent blocks gives the same truth value: in the reverse direction fix any to obtain a witness , and every must fail . If both conditions hold one witness works for every . At the empty set witnesses ; at , is always false. This also covers the graph with no vertices. A deterministic validity test in the matrix rejects all malformed and out-of-range inputs for either polarity.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
7 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; Examples5.2–5.3 and5.9, pp91–94. (standard reference, not scraped)