BCHKS integration and RBR grinding #23
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BCHKS
The new results from BCHKS are not yet correctly integrated.
In particular, their new theorem states that:

which implies that we must include the new linear terms as well.
They also show that:

meaning that there are no restrictions on the weights, which simplifies things significantly for the commit phases soundness.
Therefore, at a minimum, both the batch and commit formulas should be updated to incorporate these changes.
New FRI soundness bounds:
where:
Remark 1: Note that we can rewrite the paper's bound as:
and replace$\gamma \cdot n + 1$ by simply $n$ , implying a slightly smaller bound (the bound is dominated by $n$ ). I've discussed this with the paper's author Ulrich and we both agree that proofs also hold for this modified bound.
Remark 2: For the commit phase bounds, notice that the domain$|D_i|$ for the $i$ -th commit phase can be obtained as:
RBR Grinding
On a different topic, I think we should also consider supporting grinding in all phases, which I like to call round-by-round grinding, not only in the query phase. This becomes very important if we want to achieve tight bounds on the number of bits of security. Restricting grinding to the query phase alone may leave unnecessary slack, especially now that the updated bounds from BCHKS make the other phases more dominant in some parameter regimes.