Alphabeta Math
LemmaStatement: AI-adaptedProof: 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.

Linear-time evaluation from a full cube table

Statement

For every field F, n0, full table f:{0,1}nF, and rFn, one can compute f~(r) in O(2n) field operations and O(2n+n) storage, measured in field elements with indexed array access.

Facts & Assumptions

Given: The objects and hypotheses in the statement above.

[F1]

The unique extension is the finite weighted sum in the Boolean interpolation formula (Boolean-cube interpolation).

Proof

1.1

Start with the one-entry array W0(())=1. At stage i, replace each entry Wi1(b) by entries Wi(b,0)=Wi1(b)(1ri) and Wi(b,1)=Wi1(b)ri. After stage i each entry is the product of the appropriate first i factors, directly by this recurrence. This remains valid for zero or unit coordinates.

givenalgebra
2.1

After stage n, return bf(b)Wn(b). The weights equal the interpolation basis evaluated at r, so this is f~(r). Zero tables or zero weights need no separate treatment.

F1step 1.1algebra
3.1

The weight construction costs O(i=1n2i)=O(2n) operations, and the final weighted sum costs O(2n). Holding the table, two successive weight arrays and r uses O(2n+n) storage. For n=0, return the sole table entry; for n=1, the construction returns (1r1)f(0)+r1f(1). The input still has 2n values.

step 1.1step 2.1algebra

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

2 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