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 equals PSPACE
Statement
where is the class of languages with a constant-error interactive proof (The class IP) and is the class of languages decidable in polynomial space. Equivalently, a language has an interactive proof with a probabilistic polynomial-time verifier, polynomially bounded interaction and constant gap between completeness and soundness if and only if it is decidable by a deterministic polynomial-space machine.
Facts & Assumptions
Given: The classes IP and PSPACE.
: every language in PSPACE has an interactive proof with a probabilistic polynomial-time verifier, polynomially bounded interaction, perfect completeness and soundness error at most (PSPACE is contained in IP).
: every language in IP is decidable in polynomial space (IP is contained in PSPACE).
Two classes of languages are equal exactly when each is contained in the other; IP here is the class defined by the constant-error convention with completeness at least and soundness at most (The class IP).
Proof
The reverse containment is [A1]: for every there is an interactive proof whose verifier is probabilistic polynomial time and whose completeness and soundness satisfy the defining constants of IP, so .
The forward containment is [A2]: every language with such an interactive proof is decidable by a polynomial-space machine.
Since each of the two classes is contained in the other, they are equal by [A3]. In particular the equality does not require any strengthening of the space bounds used in either inclusion, and the constant-error convention used on both sides is the one fixed in the definitions.
Depends on
Used by
- IP is closed under complement Corollary
- IP admits perfect completeness Theorem
Dependency tree · two levels
9 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, 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)