Alphabeta Math
DefinitionDefinition: Literature-sourcedProof: Not applicablePipeline-generatedjudge pass (gpt-5.6-terra)audited 2026-09-07
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 n0 and let f:F2nF2 be a fixed oracle table. Here F2={0,1} has addition and multiplication modulo two, with the field convention of Field. For a,xF2n, put ax=iaixi modulo two. A linear function here is a(x)=ax; no affine constant is added.

The BLR test chooses independent uniform x,yF2n, queries f(x),f(y),f(x+y), and accepts exactly when f(x)+f(y)=f(x+y). It uses three oracle calls (locations can coincide) and 2n random bits. Its acceptance probability is over the two uniform choices, with f fixed.

The normalized distance is dist(f,g)=2n{x:f(x)g(x)}. Agreement is 1dist(f,g); distance to linear functions is minadist(f,a). The ordered truth table of a is the Walsh–Hadamard encoding of a, a string of length 2n. When n=0, the cube has one point and the sole linear function is zero.

Depends on

Used by

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