-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - feat(RingTheory/MvPolynomial/Groebner): division algorithm wrt monomial orders #19454
Conversation
PR summary 9351e29a98Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
This PR/issue depends on:
|
This looks great! Thanks for doing this 🎉 bors merge |
…al orders (#19454) Formalize the division algorithm with respect to a monomial order This is part of an ongoing work to formalize Groebner theory. For the moment, only the lexicographic order is present in mathlib, but subsequent PRs will introduce the homogeneous lexicographic order and the homogeneous reverse lexicographic order.
Pull request successfully merged into master. Build succeeded: |
Formalize the division algorithm with respect to a monomial order
This is part of an ongoing work to formalize Groebner theory.
For the moment, only the lexicographic order is present in mathlib, but
subsequent PRs will introduce the homogeneous lexicographic order and the homogeneous
reverse lexicographic order.