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.
Pairwise-independent hashing controls fibre size
Statement
Let , where , and let be uniformly selected from a pairwise-independent family. For every , if , then and . Write . The test has probability at most when , and at least when .
The corresponding public challenge announces (and the fixed target ), asks the prover for , and accepts exactly when and . Its optimal acceptance probability is , giving the stated gap between these two promised size regimes. When elements and hashes have polynomial-length encodings, the uniform hash is sampled using polynomially many fair bits, and hash evaluation and membership in are polynomial-time decidable, announcing the entire sampling string implements this as a polynomial-time public-coin protocol in the sense of Private-coin, public-coin, and Arthur--Merlin protocols.
Proof
Given: with , a pairwise-independent family, and .
Write , where indicates . Since , the pairwise-independence definition Pairwise independent hash families gives uniform marginals by summing the joint distribution over a distinct input; it also gives zero covariances for distinct . Thus .
Hence and . More exactly, .
Since is a nonnegative integer, , so in the small regime. For , on one has , hence . Therefore when .
If , no prover response passes the stated checks. If , an unrestricted prover can supply a valid preimage. Thus the optimal acceptance probability is exactly . The checks are polynomial-time under the stated encoding and algorithmic hypotheses, and revealing every sampling bit before the response makes the protocol public-coin. This proves the quantitative challenge claim.
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
- Arora and Barak, §8.4.1 (standard reference, not scraped)