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.
Affine maps over a finite field form a pairwise independent hash family
Statement
Let be a finite field, and let
Then is a pairwise independent hash family from to .
Facts & Assumptions
Given: a finite field and the affine family .
In a field, every nonzero element has a multiplicative inverse and (Field).
Pairwise independence means uniformity of the ordered pair of outputs at every two distinct inputs (Pairwise independent hash families).
Proof
Fix distinct inputs and target outputs . Because , [L1] gives . Then is forced, and these values satisfy and . Thus there is at least one pair producing the target output pair.
If and both satisfy those two equations, then subtracting them yields . Since , [L1] gives , and then . So the pair from step 1.1 is unique.
The family has members, and step 2.1 shows that exactly one of them maps to . Therefore the probability in [L2] is , proving pairwise independence.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · one level
2 results within one dependency step 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
- Sanjeev Arora and Boaz Barak, Computational Complexity: A Modern Approach (standard reference, not scraped)