[Merged by Bors] - feat(RingTheory/Coalgebra/Convolution): Algebra instance on convolution semiring#39629
[Merged by Bors] - feat(RingTheory/Coalgebra/Convolution): Algebra instance on convolution semiring#39629hawkrobe wants to merge 15 commits into
Algebra instance on convolution semiring#39629Conversation
Welcome new contributor!Thank you for contributing to Mathlib! If you haven't done so already, please review our contribution guidelines, as well as the style guide and naming conventions. In particular, we kindly remind contributors that we have guidelines regarding the use of AI when making pull requests. We use a review queue to manage reviews. If your PR does not appear there, it is probably because it is not successfully building (i.e., it doesn't have a green checkmark), has the If you haven't already done so, please come to https://leanprover.zulipchat.com/, introduce yourself, and mention your new PR. Thank you again for joining our community. |
PR summary 4acad02b6cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
808ae18 to
019d134
Compare
019d134 to
9d7441b
Compare
|
This pull request has conflicts, please merge |
…lgebra # Conflicts: # Mathlib/RingTheory/Coalgebra/Convolution.lean
Co-authored-by: Monica Omar <23701951+themathqueen@users.noreply.github.com>
Algebra instance on convolution semiring
themathqueen
left a comment
There was a problem hiding this comment.
I don't think this hurts having. Thanks!
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by themathqueen. |
|
Thanks! bors merge |
…tion semiring (#39629) This PR completes the algebraic structure on the convolution object.
|
Pull request successfully merged into master. Build succeeded: |
Algebra instance on convolution semiringAlgebra instance on convolution semiring
…tion semiring (leanprover-community#39629) This PR completes the algebraic structure on the convolution object.
…tion semiring (leanprover-community#39629) This PR completes the algebraic structure on the convolution object.
…tion semiring (leanprover-community#39629) This PR completes the algebraic structure on the convolution object.
…tion semiring (leanprover-community#39629) This PR completes the algebraic structure on the convolution object.
This PR completes the algebraic structure on the convolution object.
I followed the pattern in
Matrix/WithConv.leanwhich splits outIsScalarTowerandSMulCommClass. Used in pre-Lie / Oudom–Guin constructions.