cycle construction for symmetric monoidal categories#2134
Conversation
c85c7c3 to
be4596f
Compare
Signed-off-by: Ali Caglayan <alizter@gmail.com> <!-- ps-id: 93b01a23-155d-45c4-bd9b-9cf39a777d70 -->
be4596f to
75eb6b3
Compare
jdchristensen
left a comment
There was a problem hiding this comment.
This is great! Do you think it can be used to prove that Join satisfies the pentagon law? That would be helpful for something I'm working on.
|
@jdchristensen I don't recall off the top of my head, but you are more than welcome to try! |
|
@Alizter Do you have any partial work on the pentagon law for Join, either using the current twist approach to associativity or the cycle approach added in this PR? I vaguely recall that you worked on it. |
I can't find anything about joins, but I have some partial work on instantiating these constructions with the smash product. |
In this PR, we introduce what I've termed the "cycle construction" for symmetric monoidal categories. Like the "twist construction" it is a slicker way to build symmetric monoidal categories without having to give all the data from the beginning. But this time, instead of asking for a twist map ABC -> BAC we ask for a cycle map ABC -> CAB. We then have variants of the hexagon and pentagon axioms which appear to be slicker than in the twist construction.
TODO