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.
Quadratic tensor test rejects an inconsistent tensor
Statement
Let , let and let be read as a matrix, with the matrix of entries and the matrix of entries . Suppose . Then:
- (Ideal test.) The ideal tensor test of Quadratic tensor consistency test applied to the linear tables and , where , rejects with probability at least :
- (Self-corrected test.) If instead and are arbitrary tables at distances from and respectively, then with auxiliary points drawn independently as in the self-corrected tensor test, In particular, whenever the self-corrected test rejects with probability bounded below by the positive constant , and for this is at least . More generally, if an ideal test using values from tables each within distance of a specified linear table rejects with probability at least , then replacing those values by self-corrections makes it reject with probability at least .
Facts & Assumptions
Given: an integer , vectors , with , independent uniform , and the ideal and self-corrected tensor tests of Quadratic tensor consistency test.
The ideal tensor test accepts exactly when , with independent uniform; for linear tables , the two sides are and (Quadratic tensor consistency test).
For linear tables, , and , the matrix having entries (Quadratic tensor consistency test).
For every nonzero vector the linear function takes the value on exactly half of the cube ; equivalently, two distinct linear Boolean functions disagree on exactly half the cube (Character orthogonality, inversion and Parseval).
If a table has distance from a linear function , then is the unique linear function at distance less than , and at every fixed requested point the two-query self-corrector returns at that point with probability at least (Pointwise correctness under less than quarter noise, Two-query linear self-correction).
The self-corrected tensor test replaces each of the three queried values by a two-query self-correction with independent auxiliary points and accepts exactly when the corrected values satisfy the tensor equation (Quadratic tensor consistency test).
Proof
The difference is a nonzero matrix over , so some column of is nonzero; fix such a column and let be that column, a nonzero vector with for every row vector .
By [F3] applied to the nonzero of step 1.1 the functional equals on exactly half of the cube, so the set of with has probability at least , because makes the row vector nonzero.
Conditioned on any fixed with the map is a nonzero linear functional of , so by [F3] it equals for exactly half of the ; since is independent of , this conditional probability is for every such . For linear tables the ideal test rejects exactly when , and by [F2] the two sides differ by , a bit; hence rejection is the event and its probability is at least , which proves the first clause. For the hypothesis is empty, the one-point cube having as its only element.
For the second clause let be the event that all three self-corrections return the true linear values, namely , and ; by [F4] and the union bound , since each failure bound holds uniformly at every requested point. On the self-corrected test of [F5] reads exactly the values the ideal test reads at the same pair , so its outcome coincides with the ideal outcome. With the ideal rejection probability of step 3.1, the union bound, without an independence assumption between and , gives
Steps 3.1 and 4.1 are the two clauses of the statement. If the second bound is at least . For the general clause, let be the event that the specified ideal test rejects, so , and let be the event that all corrections return their specified linear values. The uniform bound of [F4] and the union bound give even when requested points depend on the test randomness. On the corrected test rejects, so . ∎
Remarks
- Where each factor of comes from. The proof needs two independent half-cube events: a nonzero row functional in , then a nonzero functional in . This is the random subsum principle in its two-variable form, cited from the character lemma rather than reproved, and it is the only probabilistic input to the ideal analysis; the value is exactly the product of the two halves and is therefore not improvable by this argument.
- Dependence of the corrected values. The auxiliary points are drawn independently, while the two query points within each correction are linked by the requested point. The union bound uses only the separate failure estimates, which hold for each requested point; it requires no independence between the correction event and the ideal rejection event.
- Why this suffices for the tester. The constant-query tester of An exponential-size constant-query base assignment tester tests tables that are promised to pass a -linearity test, so their distances from linear are at most ; with the bound of the second clause is at least , a positive constant independent of and of the tables. This is the sense in which the tensor test has soundness error bounded away from zero, and it is what the composition step later consumes.
Depends on
Used by
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
- Arora and Barak, Computational Complexity: A Modern Approach, §18.4.2 Step 2 (rejection probability 1/4), printed pp. 382-383. (standard reference, not scraped)
- Irit Dinur, The PCP theorem by gap amplification, §5 (consistency test), printed pp. 17-18. (standard reference, not scraped)