Implementing computable versions of degreeLT, degreeLE, and related theorems#88
Draft
desmondcoles1 wants to merge 5 commits intoVerified-zkEVM:masterfrom
Draft
Implementing computable versions of degreeLT, degreeLE, and related theorems#88desmondcoles1 wants to merge 5 commits intoVerified-zkEVM:masterfrom
desmondcoles1 wants to merge 5 commits intoVerified-zkEVM:masterfrom
Conversation
🤖 Gemini PR SummaryThis PR introduces computable analogues of Mathlib's polynomial degree constraints for the Features
Fixes
Refactoring
Documentation
Note on Progress: While the definitions and module structures are implemented, the proof of membership theorems and related lemmas are noted as pending in the PR checklist and will likely follow in a subsequent update or the finalization of this branch. Analysis of Changes
❌ **Added:** 2 `sorry`(s)
🎨 **Style Guide Adherence**The following lines violate the provided style guide:
📄 **Per-File Summaries**
Last updated: 2026-02-14 21:01 UTC. |
7680952 to
ddd6f99
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.
This PR aims to resolve issue #48. As in the description of the issue, these changes will implement computable versions of Mathlib's
Polynomial.degreeLT,Polynomial.degreeLE, and their membership characterization lemmas forCPolynomial R.To do list
degreeLTanddegreeLE