Guruswami-Sudan existence and divisibility#300
Guruswami-Sudan existence and divisibility#300ster-oc wants to merge 19 commits intoVerified-zkEVM:mainfrom
Conversation
Co-authored-by: Aristotle (Harmonic) <aristotle-harmonic@harmonic.fun>
Co-authored-by: Aristotle (Harmonic) <aristotle-harmonic@harmonic.fun>
🤖 Gemini PR SummaryThis Pull Request formalizes the existence proofs and divisibility properties for the Guruswami-Sudan (GS) list decoding algorithm within Mathematical Formalization
Polynomial Theory Enhancements
Architectural Improvements
Dependencies & Closures
Analysis of Changes
Lean Declarations ✏️ **Removed:** 2 declaration(s)
✏️ **Added:** 43 declaration(s)
✏️ **Affected:** 1 declaration(s) (line number changed)
✅ **Removed:** 4 `sorry`(s)
🎨 **Style Guide Adherence**Based on the provided style guide, the following violations were identified: ArkLib/Data/CodingTheory/GuruswamiSudan/Basic.lean
ArkLib/Data/CodingTheory/GuruswamiSudan/GuruswamiSudan.lean
ArkLib/Data/Polynomial/Bivariate.lean
📄 **Per-File Summaries**
Last updated: 2026-02-27 21:28 UTC. |
|
I see a problem with the definition of The relative radius |
|
Hello! Thanks for the PR and sorry for the delay in getting to this. I'll be merging the 4.26 PR soon, which might break a few things, and get back to all the other PRs including this one. |
|
I realized that the definition of This fix together with the correct hypothesis on the relative Hamming distance should now be fine for everything to go through. There is still a |
Co-authored-by: Aristotle (Harmonic) <aristotle-harmonic@harmonic.fun>
|
Guruswami-Sudan is now sorry free! I see you opened PR #306, be mindful that I put some of the new definitions in |
|
/review External: Internal: Comments: |
🤖 AI Review (with external context)🤖 AI ReviewOverall Summary: 📄 **Review for `ArkLib.lean`**Review of
|
Resolve the and sorries by reusing existing Guruswami-Sudan existence/divisibility results with the required hypotheses and aligned condition types. Co-authored-by: Aristotle (Harmonic) <aristotle-harmonic@harmonic.fun>
|
Opened a follow-up integration PR against the head repository branch to make merge/cherry-pick easier: ster-oc#1 |
Follow-up: prove BCIKS20 proximity-gap existence/property lemmas
…guruswami-sudan-prop
Co-authored-by: Aristotle (Harmonic) <aristotle-harmonic@harmonic.fun>
Co-authored-by: Aristotle (Harmonic) <aristotle-harmonic@harmonic.fun>
In this PR with @Aristotle-Harmonic, we prove the existence of a solution to the Guruswami-Sudan system and the fact that one such biviariate polynomial has divisibility property.
Depends on : #299
Closes : #221 #224