-
Notifications
You must be signed in to change notification settings - Fork 4
Add new theorems and proofs #60
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
Add new theorems and proofs #60
Conversation
Automated commit at 20260126_220410
🤖 Gemini PR SummaryHello, This pull request focuses on enhancing the Features
Fixes
Refactoring
Status: All tests passed. Ready for review. Analysis of Changes
✅ **Removed:** 1 `sorry`(s)
🎨 **Style Guide Adherence**Based on the provided style guide, here are the lines in the code changes that violate the conventions: CompPoly/Univariate/Quotient_mul_coeff/mul_coeff_prover.lean
📄 **Per-File Summaries**
Last updated: 2026-01-26 22:05 UTC. |
|
this is a pull request from logical intelligence into my pull request #58 ; it solves the relevant proof goals and so I will merge it and then clean it up on my PR branch |
dhsorens
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging
* feat: addcommgroup for the polynomial quotient * feat: Semiring lemmas, with one remaining TODO * fix: linting errors * Add new theorems and proofs (#60) Automated commit at 20260126_220410 Co-authored-by: aleph-prover[bot] <247409690+aleph-prover[bot]@users.noreply.github.com> * fix: linting and refactoring the lemmas characterizing the coefficient of polynomial products * feat: typeclass refactor, moving typeclass instances into Quotient instead of Basic * progress on refactoring proofs * Add new theorems and proofs (#61) Automated commit at 20260127_190542 Co-authored-by: aleph-prover[bot] <247409690+aleph-prover[bot]@users.noreply.github.com> * feat: messy additions, must clean up, for right_distrib and ring instance * fix: linting errors * feat: scaffolding for mul_comm proof * Add new theorems and proofs (#68) * Add new theorems and proofs Automated commit at 20260128_200705 * fix: remove unnecessary changes in this PR --------- Co-authored-by: aleph-prover[bot] <247409690+aleph-prover[bot]@users.noreply.github.com> Co-authored-by: Derek Sorensen <d@dhsorens.com> * Add new theorems and proofs (#67) * Add new theorems and proofs Automated commit at 20260128_195557 * fix: remove unneeded and extraneous inports --------- Co-authored-by: aleph-prover[bot] <247409690+aleph-prover[bot]@users.noreply.github.com> Co-authored-by: Derek Sorensen <d@dhsorens.com> * feat: simplification with new basic lemmas * fix: fix remaining sorry, improve simp and grindsets for files importing this * fix: improve grindset * fix: remove unnecessary TODOs, quotient is ready to finalize * fix linting errors * fix linting errors * fix: remove old outdated lemmas * fix: remove fully qualified name --------- Co-authored-by: aleph-prover[bot] <247409690+aleph-prover[bot]@users.noreply.github.com>
This PR contains: