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.
The BLR linearity test over F_2
Definition
Let and let be a fixed oracle table. Here has addition and multiplication modulo two, with the field convention of Field. For , put modulo two. A linear function here is ; no affine constant is added.
The BLR test chooses independent uniform , queries , and accepts exactly when It uses three oracle calls (locations can coincide) and random bits. Its acceptance probability is over the two uniform choices, with fixed.
The normalized distance is . Agreement is ; distance to linear functions is . The ordered truth table of is the Walsh–Hadamard encoding of , a string of length . When , the cube has one point and the sole linear function is zero.
Depends on
Used by
- Characters and normalized Fourier coefficients Definition
- Two-query linear self-correction Definition
Dependency tree · one level
1 result 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
- Arora and Barak, Computational Complexity, January 2007 web draft, §18.4.1, Definition 18.22, pp.363–364 (standard reference, not scraped)