Category Theory
Zulip Server
Archive

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.


Stream: learning: questions

Topic: Coequalizers in the double category of profunctors


view this post on Zulip fosco (Jun 22 2025 at 09:56):

I'm having a hard time understanding how coequalizers are constructed in the double category of profunctors (where cells are functors, in one direction, and profunctors, in the other). All (few) references that I find analyzing the matter resort to a slick, indirect proof that I don't know how to adapt to my Prof\bf Prof-like double category.

Alternatively, I would like to see a construction of filtered colimits (e.g. colimits indexed over the ordinal ω\omega) and reflexive coequalizers, which should both be simpler and entail cocompleteness, together with coproducts.

Do you have an explicit reference, or would you like to spend some time showing me how to construct them?

view this post on Zulip Nathanael Arkor (Jun 22 2025 at 10:05):

If you mean the coequaliser of two cells in the double category Prof, Grandis and Paré give a completely explicit description on page 204 of Limits in double categories: view the two cells as functors between the collages of their domain/codomain distributors, and take their coequaliser (as functors). This produces a new category, which is also a collage. The distributor they correspond to is precisely the coequaliser of the two cells.

view this post on Zulip Nathanael Arkor (Jun 22 2025 at 10:06):

In other words: coequalisers in Prof are computed just as in Cat.

view this post on Zulip fosco (Jun 22 2025 at 10:08):

But this is the part of the paper we went through together, and it wasn't very helpful, no?

view this post on Zulip fosco (Jun 22 2025 at 10:12):

This is the situation:

ABCD\begin{array}{ccc}A & \rightsquigarrow &B \\ \downdownarrows && \downdownarrows\\ C & \rightsquigarrow &D\end{array}

coequalize left, coequalize right. You get

ABCDP?Q\begin{array}{ccc}A & \rightsquigarrow &B \\ \downdownarrows && \downdownarrows\\ C & \rightsquigarrow &D\\ \downarrow && \downarrow\\ P & \underset{?}\rightsquigarrow &Q \end{array}

How do you define the profunctor marked as "?", and the cell filling the lower square?

view this post on Zulip Nathanael Arkor (Jun 22 2025 at 10:15):

Take the [[collage]] of ABA \rightsquigarrow B and CDC \rightsquigarrow D (giving categories sliced over 2), view the transformations between them as functors between their collages, and then coequalise the functors.

view this post on Zulip fosco (Jun 22 2025 at 11:17):

I see, I probably misunderstood what you told me in person. Ultimately, the two cells α,β\alpha,\beta in the original squares induce a diagram

AsBCtDA\uplus_s B \rightrightarrows C\uplus_t D

Than one coequalizes. And the coequalizer QQ of this diagram defines a profunctor PrQΔ1P\uplus_r Q \to \Delta^1.

view this post on Zulip fosco (Jun 22 2025 at 11:18):

At least this is a slick proof that I can understand. I have to adapt it to my setting. I hope it does!