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 affine hashing over a prime field
Example
In , take all 25 seeds and , including zero slope. At inputs 1,3, the outputs 2,4 come from the unique seed . Each ordered output pair occurs once, but the family is not three-wise independent, since .
Facts & Assumptions
Given: Uniform sampling of the 25 ordered residue pairs. All following arithmetic is modulo 5.
Affine maps over a finite field have uniform marginals and exactly one seed for each prescribed output pair at distinct inputs (Pairwise independent hash family interface).
The residue ring modulo a prime is a field (For every prime , the two operations on make it a field).
Verification
The integer 5 is prime: it is greater than one, and its possible positive proper divisors 2,3,4 do not divide it (remainders 1,2,1 respectively). Therefore F2 constructs the field used here, with residues 0,1,2,3,4. Its nonzero inverses are , , , , as all have remainder one. In particular division by the difference is valid.
Solving and gives , hence and . Direct substitution gives , . More generally outputs u,v give , , a unique seed as in F1. Each joint output has probability and each marginal , so these two values are independent uniform. This counts all slopes, including zero when u=v.
For every seed, , , and . Thus and force b=a=0 and consequently . The event has probability zero, whereas three independent uniform values would give . This is a concrete failure of three-wise independence, consistent with the pairwise conclusion.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
10 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
- Local finite-field affine-hashing calculation (standard reference, not scraped)