-
Notifications
You must be signed in to change notification settings - Fork 383
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: category of coalgebras #11972
Conversation
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.
As this is new code, I wonder if we should copy the strategy of the QuadraticModuleCat
instead, which has slightly more opaque types and is probably more performant as a result.
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.
I don't understand Eric's comment yet but this all looks good to me.
Thanks for the suggestion @eric-wieser - I have tried to apply it |
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.
@eric-wieser are you happier with this approach?
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.
This looks good to me, thanks! I'll ping @joelriou one more time in case they have any post-merge opinions, but I think any objections are probably worth a larger discussion + refactor anyway.
bors merge
The key thing is that we change the category-theoretic |
The category of coalgebras over a commutative ring. Mimics `Mathlib.LinearAlgebra.QuadraticForm.QuadraticModuleCat`. Co-authored-by: Eric Wieser <[email protected]>
Pull request successfully merged into master. Build succeeded: |
The category of coalgebras over a commutative ring. Mimics `Mathlib.LinearAlgebra.QuadraticForm.QuadraticModuleCat`. Co-authored-by: Eric Wieser <[email protected]>
The category of coalgebras over a commutative ring. Mimics `Mathlib.LinearAlgebra.QuadraticForm.QuadraticModuleCat`. Co-authored-by: Eric Wieser <[email protected]>
The category of coalgebras over a commutative ring. Mimics
Mathlib.LinearAlgebra.QuadraticForm.QuadraticModuleCat
.