Warning
This post was published 43 days ago. The infomation described in this article may have changed.
Hi all,
I’m reading alanszepieniec’blog about START implementation https://neptune.cash/learn/stark-anatomy/stark/
I’m wondering why it should subtract boundary interpolants from trace polynomials?
“Instead, the prover interpolates the boundary points and subtracts the resulting interpolants from the trace polynomials. This procedure produces the dense trace polynomials, for lack of a better name”
Thank you very much.
🏷️ STARK AIRaszepieniec 2024-12-09 👍 2 👎
Let be a trace polynomial and let be the domain over which the trace is interpolated. We want to enforce a boundary constraint, namely that takes the value in the point . To enforce this constraint, we compute the quotient and require that has low degree (in addition to ). The reason why this works is because if then we get unclean division and no low-degree polynomial can exist – and so it must be rejected by FRI.
The reason why it is called “interpolant” is because it is the natural generalization of single-point boundary constraints. Suppose we want to enforce two boundary constraints, a) and . Then the interpolant is , the zerofier is , and the quotient is . The same intuition about soundness applies.