[Merged by Bors] - feat: add unitor functor for product of categories#13663
[Merged by Bors] - feat: add unitor functor for product of categories#13663
Conversation
PR summary 9f3684242aImport changesNo significant changes to the import graph
|
|
Thanks for the contribution! If you think this PR is ready for review please add the "awaiting-review" label. While you're at it, adding the "t-category-theory" tag also helps the discoverability of the PR. Also see this page for more info. |
|
@erdOne Thank you for the reply! Yeah I added the two tags and reading the doc now. |
|
As the file is named |
|
@joelriou Thank you for the suggestion! New code moved to a new file |
|
You may have to update the root file |
|
@joelriou Thanks for the reminding! |
1dffc8e to
e0140c0
Compare
e0140c0 to
5d00bfe
Compare
|
|
||
| /-- The left unitor functor `1 × C ⥤ C` -/ | ||
| @[simps] | ||
| def leftUnitor : Discrete (PUnit: Type w) × C ⥤ C where |
There was a problem hiding this comment.
And similarly below:
| def leftUnitor : Discrete (PUnit: Type w) × C ⥤ C where | |
| def leftUnitor : Discrete (PUnit : Type w) × C ⥤ C where |
There was a problem hiding this comment.
Thanks! Codestyle change with space before column now
|
Thanks! bors merge |
left and right unitor functors for product of categories Co-authored-by: Shanghe Chen <shanghechen@outlook.com>
|
Pull request successfully merged into master. Build succeeded: |
left and right unitor functors for product of categories Co-authored-by: Shanghe Chen <shanghechen@outlook.com>
left and right unitor functors for product of categories Co-authored-by: Shanghe Chen <shanghechen@outlook.com>
left and right unitor functors for product of categories
The implementation is copying from the same file for the associator. I am not sure if the category "1" , i.e.,
Discrete Punitshould take universe parameter or not, and if it should have some notation like U+1D7CF 𝟏 or something else.