-
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
Conversation
🤖 Gemini PR SummaryThis pull request implements the core algebraic hierarchy for quotient polynomials, transitioning the structure from a basic semigroup to a full commutative ring. This work addresses requirements identified in issue #33 regarding the algebraic properties of Features
Refactoring
Documentation
Analysis of Changes
🎨 **Style Guide Adherence**
📄 **Per-File Summaries**
Last updated: 2026-02-04 10:55 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>
|
/review External: Internal: Comments: |
🤖 AI Review (with external context)🤖 AI ReviewOverall Summary: 📄 **Review for `CompPoly/Univariate/Equiv.lean`**Analysis of The changes in this PR involve namespace qualifications for the lemma 1. Hunk 1:
2. Hunk 2:
Misformalization Checklist:
Verdict Status: Correct 📄 **Review for `CompPoly/Univariate/Quotient.lean`**This review covers the changes in VerdictIncorrect Formalization The Issues Identified1. Incorrect
|
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 semigroup