aszepieniec 2024-12-22 ๐ ๐
What I think you are missing is the step whereby trace polynomials are transformed into transition polynomials via symbolic evaluation.
Specifically, we have a transition constraint . Let be the trace polynomials and be the trace interpolation domain of length . If the transition constraint applies to every consecutive pair of rows, then for all , . Another way of saying the same thing is that has to be zero on , where we omit the last element from the domain because we donโt care about transitions covering the (last, first) rows.
You can call the transition polynomial; it is obtained by symbolic evaluation of the constraint on the trace polynomials. And since its zeros agree with those of the zerofier (in the honest case), it must be divisible by the zerofier. So if you perform this division, then an unclean division (which manifests as a high-degree quotient) will expose the cheating prover.
In the tutorial I wanted the constraint to take additional arguments, 0 and 1, but this is actually a distraction for the purpose of explaining so please ignore that detail.