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.
BLR rejection is proportional to distance from linearity
Statement
For every and every , let be the BLR acceptance probability and the BLR rejection probability of The BLR linearity test over F_2, and let be the relative Hamming distance from to the nearest linear function, the minimum being over the nonempty finite set of linear functions. Then Equivalently, the fraction of violated constraints of the Hadamard linearity constraint system of Hadamard linearity constraint system is at least the distance of from . There is no restriction on the acceptance probability: the bound holds in the low-acceptance regime as well, and it holds in dimension .
Facts & Assumptions
Given: an integer and a fixed table , with and .
The BLR test chooses independent uniform and accepts exactly when ; its acceptance probability is denoted and is its rejection probability. The linear functions are with , the normalized distance is , and for the cube has one point and the sole linear function is (The BLR linearity test over F_2).
With one has , the sum being over the indices (The cubic Fourier identity for BLR).
The characters are orthonormal and Parseval holds: , with and (Character orthogonality, inversion and Parseval).
The Hadamard linearity constraint system lists one ternary constraint for each ordered pair with tuple and relation , has constraints, and the fraction of its constraints violated by equals the BLR rejection probability ; every linear table satisfies all its constraints (Hadamard linearity constraint system).
Proof
The index set is finite and nonempty for every , so exists; it is a signed maximum, attained at some index, and no absolute value is taken.
By [F2] and [F3], , because and for every index ; the sum has terms, and the inequality is preserved by the finite sum.
For each , since takes the value exactly where and exactly where , so and therefore , the minimum of the distances corresponding to the maximum of the coefficients.
Combining steps 2.1 and 2.2, . This is the claimed inequality, with no hypothesis on ; in particular it is available when , where the acceptance-based form of BLR soundness imposes no restriction on .
By [F4] the fraction of constraints of violated by the table equals , so step 3.1 says exactly that this violated fraction is at least ; the system has constraints of arity over , and the statement of the theorem is the conjunction of the two formulations.
Degenerate and extremal cases. For we have , so and : if then and the single constraint of the system is satisfied, while if then , matching the constraint being violated. For a linear table every constraint is satisfied by [F4], so . The inequality is not in general an equality: for and one has and for all , so every constraint is violated and , while and for give .
Remarks
- What the bound does and does not say. The inequality is one-sided: it converts a large distance into a large rejection probability and says nothing about the converse, and the example shows the two quantities can differ by a factor two. Read backwards it recovers the classical form of BLR acceptance implies agreement with a linear function, which concludes agreement with a linear function from acceptance above one half; the present statement covers all acceptance probabilities, including the ones for which that conclusion is vacuous.
- Why the signed Fourier maximum is the right object. Step 2.2 identifies with where is the largest coefficient, and step 2.1 bounds by the same ; both the geometry of the nearest linear table and the acceptance probability are controlled by that single signed maximum. A maximum of would not do: the constant table has and is at distance from the only linear table of dimension zero, while .
- Use in the tester. The proportional form is what the exponential-base tester of An exponential-size constant-query base assignment tester needs for its first rejection family: a table that is not close to any linear function is rejected with probability bounded below by the constant distance threshold, and the Hadamard system of Hadamard linearity constraint system materializes the tests as explicit constraints.
Depends on
Used by
Dependency tree · two levels
7 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, Computational Complexity: A Modern Approach, §18.4.1 Theorem 18.23 and §19.3 Theorem 19.9, printed pp. 364 and 390-391. (standard reference, not scraped)
- Irit Dinur, The PCP theorem by gap amplification, §5 (distance of a table from linearity), printed pp. 17-18. (standard reference, not scraped)