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.
Sequential repetition amplifies completeness and soundness gaps
Statement
If a protocol has completeness and soundness , then for every a polynomially bounded odd number of sequential fresh-coin repetitions, accepting by strict majority, has completeness at least and soundness at most .
Facts & Assumptions
Given: constants , a target , and sequential independent verifier coins.
Proof
For the honest prover, the acceptance indicators are independent Bernoulli variables of mean at least ; the lower-tail Chernoff bound A Chernoff bound for sums of independent Bernoulli trials, applied to these success indicators, makes majority failure exponentially small in the number of copies.
Against any adaptive prover, conditional on every earlier transcript, the next copy accepts with probability at most by Completeness and soundness of an interactive protocol. Induction on copies gives , so the usual Chernoff upper-tail calculation makes majority acceptance exponentially small.
Choose odd large enough that both exponential bounds are at most ; for fixed this is constant and preserves polynomial bounds.
Depends on
Used by
Dependency tree · two levels
2 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
- Goldreich, Foundations of Complexity Theory, Claim 11.2.1 (standard reference, not scraped)