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: practice: terminology & notation

Topic: mixed composite?


view this post on Zulip Eric M Downes (Jun 28 2024 at 00:49):

You have functors F:CD,G:DCF:{\sf C \to D}, G:{\sf D\to C}, and GFG\circ F fixes an object BC0B\in{\sf C}_0. You also have a path (AaBbA)C2(A\overset{a}{\to}B\overset{b}{\to}A) \in {\sf C}_2. What would you call a “mixed” path like the following?

bCG(D)FCa:AAb\circ_{\sf C}G(\ldots\circ_{\sf D}\ldots)F\circ_{\sf C}a:A\leadsto A

That is, a composite through multiple categories whose diagram may not commute, that is may not correspond to any endomorphism of AA in C1\sf C_1.

it is awkward, but this captures an important computation, and if I am to build a category whose paths are such morphisms, it would be convenient to have a term for them while doing so.

view this post on Zulip Eric M Downes (Jun 28 2024 at 02:10):

In case that's not helpful, here's a simpler question; if I call the center part "the image of BB under G(D)FG(\ldots\circ_{\sf D}\ldots)F" and assign that image a name, what notation would easily communicate to you "this is not necessarily a morphism in C\sf C"?

view this post on Zulip Kevin Carlson (Jun 28 2024 at 02:13):

I don't understand what the center part even means, I don't think? I can understand G(D),G(\ldots\circ_D\ldots), it's GG of some morphism in D,\mathsf D, but I don't understand how to parse FCaF\circ_C a or G(D)FG(\ldots\circ_D\ldots)F separately, and it doesn't look any clearer what they mean together.

view this post on Zulip Eric M Downes (Jun 28 2024 at 02:29):

Hmmmm... does this help? Everything on the bottom is in C\sf C, we leave C\sf C and then we return to the same object we left, but in a way that may not correspond to any morphism within C\sf C.

I'm thinking of GFG\ldots F as "the action of -thing- on BB", I don't know if others will understand that, though.

view this post on Zulip Rémy Tuyéras (Jun 28 2024 at 02:31):

@Eric M Downes Just for confirmation, do you mean that your path AAA \leadsto A of the form:

AaBG(f0)G(X1)G(f1)G(Xn)G(fn)BbAA \mathop{\to}\limits^{a} B \mathop{\to}\limits^{G(f_0)} G(X_1) \mathop{\to}\limits^{G(f_1)} \dots G(X_{n}) \mathop{\to}\limits^{G(f_n)} B \mathop{\to}\limits^{b} A

such that f0f_0 is an arrow of the form F(B)X1F(B) \to X_1 in D\mathsf{D} and fnf_n is an arrow of the form XnF(B)X_{n} \to F(B) in D\mathsf{D}?

view this post on Zulip Eric M Downes (Jun 28 2024 at 02:32):

Yes! Thanks for deciphering my ravings.

view this post on Zulip Rémy Tuyéras (Jun 28 2024 at 02:42):

If I had to formalize these paths, I would probably start looking at the category of AA-elements over the functor GG (let us denote it as AGA\downarrow G) whose

view this post on Zulip Rémy Tuyéras (Jun 28 2024 at 02:47):

In fact, I would consider the category AGAA\downarrow G \downarrow A whose

view this post on Zulip Rémy Tuyéras (Jun 28 2024 at 02:49):

Then, your path is an endo-path on the object (a,b,F(B))(a,b,F(B)) in the category AGAA \downarrow G \downarrow A

view this post on Zulip Eric M Downes (Jun 28 2024 at 02:50):

Nice! That's very thoight-provoking... thank you!

view this post on Zulip Rémy Tuyéras (Jun 28 2024 at 03:24):

@Eric M Downes Actually, I went a bit too fast! With the information that you provided, your path is in fact a path of the form:

(a,b,F(B))(a,b,F(B))(a,b',F(B)) \to \dots \to (a',b,F(B))

in AGAA \downarrow G \downarrow A. It is only an endopath if G(fn)G(f0)=idBG(f_n) \circ \dots \circ G(f_0) = \mathsf{id}_B.

view this post on Zulip Eric M Downes (Jun 28 2024 at 04:36):

In the simplest possible case I can construct γ:=G(fn)G(f0)\gamma:=G(f_n)\circ\ldots\circ G(f_0) satisfies γγ=idB\gamma\circ\gamma=id_{B}.

view this post on Zulip Matteo Capucci (he/him) (Jun 28 2024 at 07:26):

Another way to get such heteromorphisms is through profunctors, which make precise the idea that these paths don't compose with themselves but can be precomposed and postcomposed by arbitrary morphisms. This one should be the composite of Hom(-, F) and Hom(G, -).

view this post on Zulip Matteo Capucci (he/him) (Jun 28 2024 at 07:27):

(Kinda -- you seem to fix some objects & look at the 'endoheteromorphisms' but that's extra manipulations on top of the profunctor, ie fix A and A as arguments)