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.
IP is closed under complement
Statement
If then its complement also lies in . Consequently is closed under complement.
Facts & Assumptions
Given: A language .
: every language in IP lies in PSPACE and every language in PSPACE lies in IP (IP equals PSPACE).
If then its complement lies in PSPACE; this is closure of deterministic polynomial space under complement (PSPACE equals NPSPACE and is closed under complement).
Proof technique: direct.
Proof
Since , the containment of [A1] gives .
In particular there is a deterministic polynomial-space machine deciding : it halts on every input with the correct yes or no answer and uses at most cells for some polynomial .
By [A2] the complement of lies in PSPACE; concretely, flipping the accept and reject states of the machine of step 2.1 yields a deterministic polynomial-space machine deciding , since is total on all inputs.
Applying the containment of [A1] to the language gives , which is the claim. This argument uses complementation of a deterministic space-bounded machine and does not claim that complementing an arbitrary interactive protocol preserves completeness or soundness.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
8 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 and Barak, Computational Complexity: A Modern Approach, §8.5 and the remarks after Theorem 8.17, author-hosted draft (standard reference, not scraped)
- A. Shen, IP = PSPACE: Simplified Proof, JACM 39(4) 1992, pp. 878–880 (standard reference, not scraped)