Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablePipeline-generatedjudge pass (gpt-6-sol)audited 2026-09-27
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 consistency test

Definition

Let n≥0. For r,s∈F2n put r⊗s:=(risj)1≤i,j≤n∈F2n×n, the tensor product of the two vectors, and identify F2 n×n with F2 n2 through the fixed row-major order of the index pairs (i,j); for n=0 the tensor product is the unique empty matrix and both cubes have the single point ∅. A Hadamard table is a function on one of these cubes, in the conventions of The BLR linearity test over F_2: f:F2n→F2 and g:F2 n×n→F2 are fixed tables, and the tensor of a vector with itself is the matrix u⊗u of entries uiuj.

The ideal tensor test. Choose r,s∈F2n independently and uniformly, query f(r), f(s) and g(r⊗s), and accept exactly when g(r⊗s)=f(r)⋅f(s), the right-hand side being the product in F2 of the two queried bits, equal to 1 precisely when both factors are 1. The test uses three table queries and 2n random bits; query points may coincide, and for n=0 all three points are the empty index, so the test reads the two single-entry tables and accepts exactly when g=f⋅f. The rejection probability of a pair (f,g) is εten(f,g):=Pr⁡r,s[g(r⊗s)≠f(r)f(s)], over the two independent uniform choices with the tables fixed.

Perfect completeness. If f=ℓu, that is f(r)=u⋅r, and g=ℓu⊗u, that is g(z)=(u⊗u)⊙z with ⊙ the coordinatewise-modulo-two dot product of The BLR linearity test over F_2, then for all r,s the distributivity of the dot product gives (u⊗u)⊙(r⊗s)=∑i,juiujrisj=(∑iuiri)(∑jujsj)=(u⋅r)(u⋅s), so the test accepts with probability one and εten(ℓu,ℓu⊗u)=0.

The self-corrected implementation. When the tables are only close to linear rather than linear, the test is executed on decoded values: each queried value is replaced by a two-query self-correction with auxiliary points chosen uniformly and independently, Corr⁡f(r;y):=f(y)+f(r+y),Corr⁡g(r⊗s;Y):=g(Y)+g(r⊗s+Y), with y∈F2n and Y∈F2 n×n uniform, in the convention of Two-query linear self-correction. The self-corrected tensor test accepts exactly when Corr⁡g(r⊗s;Y)=Corr⁡f(r;y)⋅Corr⁡f(s;y′), with independent auxiliary points y,y′,Y; it uses six table queries — f twice for each of its two decoded values and g twice — and n2+4n random bits for the independent choices r,s,y,y′,Y. The two tests differ only in reading the tables at auxiliary points instead of at the queried points; when the tables are linear the readings agree for every choice of the auxiliaries, since then Corr⁡f(r;y)=f(r) and Corr⁡g(r⊗s;Y)=g(r⊗s).

Remarks

  • Why the tensor form is the right consistency condition. A tensor table g claiming to encode w∈F2 n×n is consistent with f encoding u exactly when w=u⊗u; by the displayed bilinearity the test at (r,s) compares the two bits rWs and (u⋅r)(u⋅s), where W is w read as a matrix, so the rejection event is the event r(W−u⊗u)s=1, a rank-one condition that Quadratic tensor test rejects an inconsistent tensor quantifies by the half-cube principle. The test is the quadratic analogue of the linearity test The BLR linearity test over F_2, applied to the product structure rather than to addition alone.
  • Ideal and noisy parts are separated on purpose. The ideal test is a mathematical condition on exactly linear tables and its rejection probability is what the soundness analysis computes; the self-corrected test is the constant-query implementation available to a verifier that knows only that the tables are close to linear, and its additional error is bounded by the self-correction failure probabilities. The definition fixes the queries, the auxiliary distributions and the acceptance rules of both, and states no error bound: that is the content of Quadratic tensor test rejects an inconsistent tensor.
  • Multiplicity and order. The coordinates of r⊗s are ordered row-major and g is indexed by that fixed order; the pair (r,s) ranges over all ordered pairs, so an unordered pair of vectors contributes the two outcomes (r,s) and (s,r) whose tensors transpose one another. The product f(r)f(s) is symmetric in its arguments while g need not be, which is why the ordered form is the one materialized by the tester of An exponential-size constant-query base assignment tester.

Depends on

Used by

Dependency tree · two levels

8 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