Draft
Conversation
Co-authored-by: Bolton Bailey <bolton.bailey@gmail.com>
…uments, did a bit of linting, and fixing breaks due to rename of evalX and evalY
…finition, allowing lemmas from Mathlib about monomial to be leveraged, completed proof of monomial_xy_degree and added missing non-zero assumption to totalDegree_prod
…rmindEth/ZKLibFri into Ferinko/ElijahVlasov/fri-soundness
🤖 Gemini PR SummaryThis diff represents a major step towards formalizing the security of the FRI protocol, underpinned by a significant refactoring of the algebraic and field theory libraries. Here is a summary of the key changes:
In essence, this diff strengthens the algebraic foundations and introduces the core theoretical components required to formally prove the security of the FRI protocol. Analysis of Changes
Last updated: 2025-12-09 13:35 UTC. See the main CI run for build status. |
Julek
commented
Dec 9, 2025
| ([]ₒ ++ₒ | ||
| [((BatchedFri.Spec.BatchingRound.batchSpec 𝔽 t) ++ₚ | ||
| (Spec.pSpecFold D g k s ++ₚ Spec.FinalFoldPhase.pSpec 𝔽 ++ₚ | ||
| Spec.QueryRound.pSpec D g l)).Challenge]ₒ).FiniteRange := sorry |
Collaborator
Author
There was a problem hiding this comment.
@alexanderlhicks @quangvdao See here for typeclass inference issue 🙂
c540cf3 to
265b6cb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Blueprint of Batched FRI soundness result from "Proximity Gaps for Reed-Solomon Codes" (section 8)