Conversation
This reverts commit 2d7126d.
PR summary d575b258afImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
erdOne
left a comment
There was a problem hiding this comment.
LGTM and I would want this in mathlib very much but I don't think I am familiar enough with the monoidal category library to maintainer merge this.
|
This PR/issue depends on: |
|
Thanks for the work! I didn't know you were working on this, and was planning to work with PKU students to define group schemes as group objects in the category over a base scheme (with the cartesian monoidal structure). It seems mathlib doesn't have the Monoid instance on For elliptic curves we might need "MulAction objects" which are actually two objects The next goal would be the anti-equivalence between the category of affine group schemes to HopfAlgebraCat, as Hopf algebras can be seen as cogroup objects (w.r.t. coproduct, i.e. tensor product) in the category of R-algebras. (On the other hand R-algebras can be seen as monoid objects in R-Mod w.r.t. tensor product, which is super confusing ...) |
|
Maybe the plan is to do this via #21576; if |
|
Sorry, should have given a more precise link |
|
Thanks! I should have spotted it. I'm surprised |
I think the reason for this is simply that |
|
Thanks! bors merge |
Define group objects in cartesian monoidal categories. Show that the associativity diagram of a group object is always cartesian and deduce that morphisms of group objects commute with taking inverses. Show that a finite-product-preserving functor takes group objects to group objects. Co-authored-by: Markus Himmel <markus@lean-fro.org>
|
Pull request successfully merged into master. Build succeeded: |
Define group objects in cartesian monoidal categories.
Show that the associativity diagram of a group object is always cartesian and deduce that morphisms of group objects commute with taking inverses.
Show that a finite-product-preserving functor takes group objects to group objects.