Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedaudited 2026-09-07
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 SU, where U2, and let h:UR be uniformly selected from a pairwise-independent family. For every yR, if N={zS:h(z)=y}, then EN=S/R and VarNEN. Write μ=S/R. The test N>0 has probability at most 1/4 when μ1/4, and at least 3/4 when μ4.

The corresponding public challenge announces h (and the fixed target y), asks the prover for z, and accepts exactly when zS and h(z)=y. Its optimal acceptance probability is Pr(N>0), 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 S 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: SU with U2, a pairwise-independent family, and yR.

1.1

Write N=zSIz, where Iz indicates h(z)=y. Since U2, 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 z. Thus EIz=1/R.

given
2.1

Hence EN=S/R and VarN=zVarIzzEIz=EN. More exactly, VarN=μ(11/R)μ.

step 1.1algebra
3.1

Since N is a nonnegative integer, 1{N>0}N, so Pr(N>0)μ1/4 in the small regime. For μ>0, on N=0 one has (Nμ)2=μ2, hence μ2Pr(N=0)E(Nμ)2μ. Therefore Pr(N>0)11/μ3/4 when μ4.

step 2.1algebra
4.1

If N=0, no prover response passes the stated checks. If N>0, an unrestricted prover can supply a valid preimage. Thus the optimal acceptance probability is exactly Pr(N>0). 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.

givenstep 3.1

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