Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedPipeline-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.

Pointwise correctness under less than quarter noise

Statement

Let n0 and suppose a fixed f:F2nF2 has distance δ<1/4 from a linear function . Then is the unique linear function at distance less than 1/4 from f. At every fixed requested point x, the two-query corrector outputs (x) with probability at least 12δ>1/2, using two oracle calls and n random bits.

Facts & Assumptions

Given: The objects and hypotheses in the statement above.

[F1]

The corrector samples uniform y and returns f(y)+f(x+y) with two queries and n random bits (Two-query linear self-correction).

[F2]

Distinct linear Boolean functions disagree at exactly half of the cube points (Character orthogonality, inversion and Parseval).

Proof

1.1

If another linear function m had distance less than 1/4 from f, each point where m would be a disagreement of at least one of them with f. Counting these points gives dist(,m)dist(,f)+dist(f,m)<1/2, contradicting their exact half-distance. Thus the nearby linear function is unique.

F2givenalgebra
1.2

Let E={z:f(z)(z)}, of size δ2n. For fixed x, both y and x+y are uniform, since translation is a bijection. Thus each event yE, x+yE has probability δ. The indicator of their union is at most their indicator sum, so with probability at least 12δ neither event occurs. Independence of these two locations is unnecessary.

F1givenalgebra
2.1

On that event the output is (y)+(x+y)=(x) by linearity. The sampling and calls are exactly those of the corrector. For x=0, the two queried values are identical and their sum is always zero, which equals (0). For n=0, the hypothesis forces δ=0 on the singleton cube; the same algorithm uses zero random bits. Zero noise gives success one for every point; the excluded endpoint δ=1/4 would give only the lower bound one half.

F1step 1.1step 1.2algebra

Depends on

Used by

Dependency tree · two levels

4 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