Repeated Folding and Multilinear Evaluation
Status: Established algebraic identity
Chapter 5 studied one even–odd fold. This chapter iterates that operation, derives its closed form, and identifies the final scalar with a multilinear evaluation of a signed coefficient table.
The results here are algebraic. They do not, by themselves, establish an interactive proof, a proximity guarantee, or a soundness bound.
6.1 Indexed coefficient tables
Let , let , and let be a field. Begin with a coefficient table
We fold the coordinates in the fixed order
For each round , choose a challenge . If
define
for every .
The pair differs only in the first coordinate remaining at round . Thus one round removes one Boolean coordinate and halves the table length.
For implementation, the same update can be written as
This form uses one multiplication and two additions per output entry.
6.2 Closed formula after several rounds
For , define the folding weight
The empty product is .
Proposition 6.1 — Partial repeated-fold formula
For every and every ,
Proof
When , the statement is the identity .
Assume the formula holds at round . Then
Applying the induction hypothesis to the two tables on the right gives
The first sum contains all indices whose next bit is , and the second contains all indices whose next bit is . Their additional factors are exactly the two possible factors in . Hence
This completes the induction.
At , no Boolean coordinate remains, so the table has become the scalar
This expression is multilinear in the challenges .
6.3 Example with two coordinates
Let . The first round gives
The second round gives
Each original entry receives one factor from each folding round.
6.4 Dictionary with the standard multilinear extension
For a table , its standard multilinear extension is
A direct substitution introduces a minus sign whenever , because
Therefore the final folded scalar is not, in general, the standard multilinear extension of the unchanged table .
Define the signed table
where is the Hamming weight of . Also define the transformed challenges
Theorem 6.2 — Repeated folding as multilinear evaluation
The scalar obtained after all folding rounds satisfies
Proof
For a fixed , the corresponding multilinear basis weight at is
Multiplying this by cancels the sign. Summing over gives the closed repeated-fold formula.
The notation is reserved here for transformed folding challenges. Later affine chapters will use a different symbol for a quadratic nonresidue, preventing a notation collision.
6.5 Exact arithmetic cost
At round , the input table has entries and the output table has entries. Using
each output entry requires one multiplication and two additions. Therefore round uses
multiplications and
additions.
Proposition 6.3 — Cost of all folding rounds
Folding a table of length to one scalar uses exactly
multiplications and
additions.
More generally, the first rounds use
multiplications and
additions.
These counts exclude challenge generation, memory movement, hashing, commitments, and any evaluation-domain operations.
6.6 Interaction with the low-degree character space
Let , let , and suppose . By Chapter 4, there is a table such that
Assume that the first folding rounds remove the low coordinates . Repeated application of the one-round preservation theorem from Chapter 5 shows that after those rounds the remaining table has the form
where is the result of applying the first folds to the table .
Every subsequent high-coordinate fold removes one alternating-sign pair:
Consequently,
and the final scalar is independent of the last challenges. This is an exact consequence of membership in .
6.7 Evaluation-layer interpretation
Suppose a sequence of evaluation domains is paired so that each round admits the evaluation-fold identity from Chapter 5. Then the coefficient tables and the evaluation tables can be folded in parallel, and both describe the same successive polynomials.
This statement is conditional on the required domain pairing and on the chosen polynomial decomposition. It is not a soundness theorem. Turning the algebraic identities into a proof protocol additionally requires commitment, query, consistency, and probability analyses.
6.8 What has been established
This chapter establishes:
- the exact table recurrence for repeated folding;
- the closed formula after any number of rounds;
- the signed-table dictionary with a standard multilinear extension;
- exact arithmetic counts for partial and complete folding; and
- the behavior of repeated folding on the low-degree character space.
No proximity or protocol-soundness conclusion is asserted.