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.
Statement
Every language in belongs to both and .
Facts & Assumptions
Given: A language in .
means that some deterministic Turing machine decides in polynomial time, by The class P.
means that has a polynomial-time verifier with polynomially bounded certificates, by The class NP via polynomial-time verifiers and Polynomial-time verifiers with polynomially bounded certificates.
means that the complement of belongs to , by The class coNP.
Proof
By [L1], choose a polynomial-time decider for . Use the empty certificate and define the verifier relation by exactly when accepts , with no other certificates allowed. Then the paired language for is decidable in polynomial time by running on the first component and checking that the second component is empty. Thus [L2] gives .
Swap the accepting and rejecting halting states of to obtain a polynomial-time decider for the complement . Repeating step 1.1 with the same empty-certificate idea shows that the complement belongs to . Therefore [L3] gives .
Steps 1.1 and 2.1 show that every language in lies in .
Depends on
Used by
- A regular parity language refutes 'NP means not polynomial' Counterexample
- An even-length language sits in P, hence also in NP and coNP Example
- FALSE: NP means not polynomial-time solvable False statement
- An NP-complete language in P forces P=NP Proposition
Dependency tree · two levels
6 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
- Sanjeev Arora and Boaz Barak, Computational Complexity: A Modern Approach (standard reference, not scraped)
- Michael Sipser, MIT 18.404J Theory of Computation, Lecture 14: P and NP, SAT, Poly-time Reducibility (standard reference, not scraped)