-
Notifications
You must be signed in to change notification settings - Fork 4
Typeclass Instances for the Quotient Polynomial #58
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
base: master
Are you sure you want to change the base?
Conversation
🤖 Gemini PR SummaryThis pull request implements key algebraic typeclass instances for Features
Refactoring
Fixes
Documentation
Analysis of Changes
✅ **Removed:** 4 `sorry`(s)
🎨 **Style Guide Adherence**This code review follows the provided CompPoly Style Guide. Naming and Variable Conventions
Syntax and Formatting
Documentation
📄 **Per-File Summaries**
Last updated: 2026-01-29 18:34 UTC. |
Automated commit at 20260126_220410 Co-authored-by: aleph-prover[bot] <247409690+aleph-prover[bot]@users.noreply.github.com>
…t of polynomial products
Automated commit at 20260127_190542 Co-authored-by: aleph-prover[bot] <247409690+aleph-prover[bot]@users.noreply.github.com>
|
|
* 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 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>
This pull request adds the following typeclass(es) for QuotientPolynomialC:
AddCommGroupSemiringCommSemiringRingCommRingThis is related to the conversation on #33 pointing out that the only interesting algebraic structure on
CPolynomial Rwill probably be a commutative semigroupUPDATE: this is now
sorry-free but needs refactoring, simplifying, and improved ergonomics