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.
Streaming evaluation from a full cube table
Statement
Let be a field, let and , and let a stream supply each indexed pair for a table exactly once, in any order. Given , the multilinear extension can be evaluated at in one pass with field operations and field-element working storage, plus an -bit current index. The input is the full table, not a succinct description.
Facts & Assumptions
Given: The objects and hypotheses in the statement above.
The unique extension is the sum of table values times the product basis weights (Boolean-cube interpolation).
Proof
For each record compute and add to an accumulator initially zero. The interpolation formula says that after all records the accumulator equals . This uses no divisions, even if a weight or table entry is zero.
Computing each weight costs operations; multiplying by its table value and accumulating costs . There are records. Store , the accumulator, the current value and one running product, using field elements since . Endpoints and require the same procedure. The work bound is exponential in and gives no polynomial-time evaluator from a succinct table specification.
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
- Justin Thaler, Proofs, Arguments, and Zero-Knowledge (2023), Lemma 3.7, pp.30–31 (standard reference, not scraped)