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.
Perfect completeness through a TQBF reduction
Example
Take the IP language with the identity reduction, so that an input is already a quantified Boolean formula, and take the true instance for which , the matrix has syntax node, and . The protocol parameters of The Shamir interactive protocol for TQBF are and , the first admissible integer above , so the field is . Running the honest prover, in the round for it sends the message and in the round for it again sends ; for arbitrary challenges both verifier tests pass, the claim chain is , and the terminal comparison is . Hence the honest prover is accepted on every random tape, which is perfect completeness on this instance.
Facts & Assumptions
Given: The language TQBF with the identity reduction, the true instance , and an arbitrary pair of challenges in the field chosen by the protocol.
Every language in IP has an interactive proof with perfect completeness and soundness error at most , obtained by moving the language into PSPACE and using the TQBF reduction protocol (IP admits perfect completeness).
TQBF has such a protocol: on true inputs the honest prover is accepted with probability one, on false inputs every prover is accepted with probability at most , and TQBF lies in IP (TQBF has a polynomial-round interactive proof, Total TQBF soundness by the first repaired claim).
For a formula with variables and matrix nodes the protocol uses , , and the first admissible integer in , which is prime; messages are coefficient lists of degree at most , the claim starts at , the verifier tests , or according to the node, samples a fresh challenge after the message, sets , and accepts exactly when (The Shamir interactive protocol for TQBF, A polynomial-size prime field meets the soundness budget).
The classes of and of form fields, so each nonzero residue has an inverse and the arithmetic below is modular (For every prime , the two operations on make it a field).
Verification
For we have , , hence and ; then , and the integers are inadmissible because , and have divisors at most , so the first admissible integer is , which is prime by [A3].
The operator list of is , so the stage polynomials are , and ; the last value is the truth value of the true formula , and the protocol processes the nodes in the reverse order , then .
In the round for the claim is and the honest message is the restriction of , namely . The existential test reads , so it passes; the verifier then draws its challenge , sets and .
In the round for the current value of the reduced variable is and the honest message is the restriction of , again . The reduction test reads , so it passes; the verifier draws a fresh challenge , sets and .
The terminal comparison is , which holds; so for every pair of challenges the honest prover is accepted, and since the challenges range over all of the acceptance probability is . This is an instance of the perfect completeness asserted in [A1] and [A2].
For contrast, the false instance has matrix with syntax nodes, so , , and the protocol prime is ; the soundness bound of [A2] evaluates there as . This numerical evaluation quotes the theorem's bound and does not reprove soundness.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
31 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.3, author-hosted draft (standard reference, not scraped)
- A. Shen, IP = PSPACE: Simplified Proof, JACM 39(4) 1992, pp. 878–880 (standard reference, not scraped)