You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.
Hi everyone, I'm trying to find resources/references/get advice on the following. I'm trying to design a PROP diagrammatically, and one of the features I want is a factorization in the sense of Theorem 4.6 from "Composing PROPs" [1] and Proposition 3.6 from "Lawvere Categories as Composed PROPS" [2].
So far, I've come up with enough equations to add to my PROP that I think I have a factorization algorithm based on the form my diagrams must take. The algorithm is both deterministic and terminating, and thus can be seen as an endofunction on diagrams of my PROP. I'm trying to make sure that the algorithm is well-defined. I believe well-defined for a factorization has the following meaning in this context:
Let and be equivalent diagrams in my PROP . Apply the algorithm to both to produces and from and respectively, where 's belong to a sub-PROP and 's belong to a sub-PROP . Then the algorithm is well defined when is equivalent to in and is equivalent to in up to a mediating permutation from the cited papers.
My main question is how to prove this effectively and rigorously. I think it is sufficient to prove the following, where is the function induced by the algorithm:
I feel like I've been thrown a bit through a loop trying to formally prove things just with diagrams, because I know completely formalizing them can be quite a challenge combinatorially. Any advice is appreciated! :smiley:
[1]S. Lack, ‘Composing PROPs.’, Theory and Applications of Categories [electronic only], vol. 13, pp. 147–163, 2004.
[2]F. Bonchi, P. Sobocinski, and F. Zanasi, ‘Lawvere Categories as Composed PROPs’, in Coalgebraic Methods in Computer Science, Cham, 2016, pp. 11–32, doi: 10.1007/978-3-319-40370-0_3.
What exactly is the question? Can you push all of the morphisms past each other in a way that respects the symmetric monoidal structure? Perhaps it would also be worth reading this paper of Rosebrugh and Wood:
https://www.mta.ca/~rrosebru/articles/fac.pdf
Yeah sorry that was a bit too much information maybe. Basically: I have a function on diagrams of a PROP, what do I need to do to show it's well-defined?
(Link is dead :frown: )
Updated the link
So in the basic case when the sub prop is just the free prop, a relaxed distributive law on is a function taking formal compositions to formal compositions in a way that respects the symmetric monoidal structure picked out by the actions of . When both categories are presented in terms of generators, then this is just a way to push past all of the generators of past those of as string diagrams.
This is formally descibed in terms of a distributive law over a symmetric monoidal category (in this case the free prop) in the category of profunctors internal to .
Thanks for the resource and the summary, definitely seems relevant :smile: