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: Counit of an adjunction is "separating"


view this post on Zulip Patrick Nicodemus (May 22 2023 at 01:10):

let f,g:XYf, g : X\to Y, h:YZh : Y\to Z. We say that the relationship RR holds between f,g,hf,g,h if for all s:WXs : W\to X, fs=gsfs=gs iff hfs=gfshfs=gfs. Thus if the category had equalizers, hfhf and hghg have the same equalizer as ff and gg.

What is a good name for this property?

I am looking at adjunctions F:CD,G:DCF : \mathcal{C} \to \mathcal{D}, G: \mathcal{D}\to\mathcal{C} where FGF\dashv G and for XX in C\mathcal{C}, YY in D\mathcal{D} and f,gf,g are parallel morphisms XGYX\to GY, we have R(Ff,Fg,εY)R(Ff,Fg,\varepsilon_Y), where ε\varepsilon is the counit of the adjunction.

view this post on Zulip Patrick Nicodemus (May 22 2023 at 01:38):

That is, I am considering adjunctions where, for all f,g:XG(Y)f, g : X\to G(Y) and s:WF(X)s : W\to F(X), we have F(f)s=F(g)sF(f)\circ s = F(g)\circ s iff fs=gsf^{\sharp}\circ s = g^\sharp\circ s (i.e., if εYF(f)s=εYF(g)s\varepsilon_Y\circ F(f)\circ s= \varepsilon_Y\circ F(g)\circ s, where ε\varepsilon is the counit of the adjunction.

view this post on Zulip Jean-Baptiste Vienney (May 22 2023 at 01:41):

Could you provide a concrete example of such an adjunction or more generally some triplet of morphisms f,g,hf,g,h such that R(f,g,h)R(f,g,h)?

view this post on Zulip Jean-Baptiste Vienney (May 22 2023 at 01:43):

Other question: what is ff^{\sharp}?

view this post on Zulip Patrick Nicodemus (May 22 2023 at 02:11):

Let C\mathcal{C} be a category with products. Let YY be an arbitrary object and write GG for the comonad ×Y-\times Y. I am looking at the co-Kleisli category of co-free GG-algebras. The objects of this category are "trivial bundles" over YY, i.e., projections of the form πY:A×YY\pi_Y : A\times Y\to Y for arbitrary objects AA. Morphisms in this category are morphisms of bundles making the triangle commute. If A×YYA\times Y\to Y and B×YYB\times Y\to Y are two trivial bundles, maps between them must have the form (f,πY)(f, \pi_Y) where f:A×YBf: A\times Y\to B is arbitrary.

If XX is an arbitrary object in C\mathcal{C} and (s,t):XA×Y(s,t) : X\to A\times Y is a morphism, then given two morphisms of bundles (f,πY)(f,\pi_Y) and (g,πY)(g,\pi_Y) from A×YA\times Y to B×YB\times Y, it is clear that to prove (f,πY)(s,t)=(g,πY)(s,t)(f,\pi_Y)\circ (s,t)=(g,\pi_Y)\circ (s,t) it would be necessary and sufficient to prove f(s,t)=g(s,t)f\circ (s,t)=g\circ (s,t). Somehow the map πY\pi_Y carries no interesting information, it merely has to be carried along for structural reasons, but it doesn't affect the reasoning about the diagram.

I need this observation for a proof and I have been trying to think about how to generalize it to comonads other than G(A)=A×YG(A)=A\times Y. This condition is what I have come up with so far.

view this post on Zulip Patrick Nicodemus (May 22 2023 at 02:16):

This is all true for obvious reasons, because the projections of a Cartesian product are jointly monic. But it's difficult to express this in the language of comonads, and in the problem I'm working on I think working with "an arbitrary comonad GG satisfying some nice properties" will pay off over working specifically with the comonad ×Y-\times Y if I can do this successfully.
(One cheap out would be to assume a terminal object and then just use G(1)G(1) as a proxy for YY but I'm not super happy with that approach.)

view this post on Zulip Patrick Nicodemus (May 22 2023 at 02:19):

The sharp operator refers to passing across the bijection Hom(A,GB)Hom(FA,B)Hom(A, GB)\cong Hom(FA,B) of the adjunction. So if f:AGBf : A\to GB then f:FABf^\sharp: FA\to B is its "transpose."

view this post on Zulip Patrick Nicodemus (May 22 2023 at 02:20):

Hope this helps.

view this post on Zulip Patrick Nicodemus (May 22 2023 at 02:27):

I have asked Chat-GPT for suggestions out of boredom, and it fabricated some convincing nonsense about this being a special case of the Beck-Chevalley condition for an adjunction, as well as giving LaTeX code for a commutative diagram using the xymatrix package. It was well-written enough that I googled "Beck-Chevalley condition for an adjunction" for 5 minutes wondering if this existed before concluding it does not.

view this post on Zulip David Egolf (May 22 2023 at 02:30):

Out of curiosity, was this chatGPT 4 or the free version of chatGPT? I'm very curious how helpful chatGPT can be for math, but I haven't tried to really test it yet.

Googling "Beck-Chevalley" I found this: https://ncatlab.org/nlab/show/Beck-Chevalley+condition However, I don't know if it's relevant; I haven't tried to read the article.

view this post on Zulip Jean-Baptiste Vienney (May 22 2023 at 02:31):

Concerning the math, thanks for giving more context, that looks interesting. I just need some time to familiarize with these things, so I'm not going to say something interesting like in the next two minutes.

view this post on Zulip Patrick Nicodemus (May 22 2023 at 02:35):

David Egolf said:

Out of curiosity, was this chatGPT 4 or the free version of chatGPT? I'm very curious how helpful chatGPT can be for math, but I haven't tried to really test it yet.

Googling "Beck-Chevalley" I found this: https://ncatlab.org/nlab/show/Beck-Chevalley+condition However, I don't know if it's relevant; I haven't tried to read the article.

Yes, the Beck-Chevalley condition is indeed an important criterion, it just isn't relevant to this setting. It is nonsensical to speak about the Beck-Chevalley holding for a single adjunction; rather it relates multiple distinct adjunctions and describes how they commute with each other.
I used the free version of ChatGPT. It actually was somewhat helpful in that it pointed out three concepts in category theory which were superficially connected to what I was doing and provided a different perspective, but you have to do some translation:
"This is an instance of X" = This vaguely looks like X
"You can apply this theorem" = This theorem has similar words in it to your question
"This is equivalent to Y" = This is loosely analogous to Y
and so on.

view this post on Zulip Jean-Baptiste Vienney (May 22 2023 at 02:49):

For starters, I don't even know how ×Y- \times Y is a comonad. What are the comultiplication A×Y(A×Y)×YA \times Y \rightarrow (A \times Y) \times Y and the counit A×YAA \times Y \rightarrow A?

view this post on Zulip Jean-Baptiste Vienney (May 22 2023 at 02:51):

I would say that the comultiplication is the pairing (idA×Y,p2)(id_{A \times Y},p_{2}) where p2:A×YYp_{2}: A \times Y \rightarrow Y that's just a random try

view this post on Zulip David Egolf (May 22 2023 at 02:56):

I think p. 159 of Perrone (https://arxiv.org/pdf/1912.10642.pdf ) discusses this

view this post on Zulip Jean-Baptiste Vienney (May 22 2023 at 03:31):

Is the adjunction generated by the co-Kleisli category of your comonad ×Y- \times Y one which verifies the property you are looking for?

view this post on Zulip Jean-Baptiste Vienney (May 22 2023 at 03:35):

And why are you looking for other ones which verify this property? What is interesting about this property?

view this post on Zulip Jean-Baptiste Vienney (May 22 2023 at 03:38):

Oh sorry, one of your message had mysteriously disappeared (everything from "Let C\mathcal{C} be a category" to "about the diagram") and now I can see it again so maybe the answers I'm looking for are in this message

view this post on Zulip Jean-Baptiste Vienney (May 22 2023 at 03:39):

I'll try harder to understand this later.

view this post on Zulip Patrick Nicodemus (May 22 2023 at 03:59):

David Egolf said:

I think p. 159 of Perrone (https://arxiv.org/pdf/1912.10642.pdf ) discusses this

This is indeed what I was referring to, yes. Jean-Baptiste, you are correct about the comultiplication. The counit is the projection πA:A×YA\pi_A: A\times Y\to A.

view this post on Zulip Patrick Nicodemus (May 22 2023 at 04:00):

Jean-Baptiste Vienney said:

Is the adjunction generated by the co-Kleisli category of your comonad ×Y- \times Y one which verifies the property you are looking for?

Yes, that's right.

view this post on Zulip Patrick Nicodemus (May 22 2023 at 04:05):

Jean-Baptiste Vienney said:

And why are you looking for other ones which verify this property? What is interesting about this property?

I am not sure if I am seeking other examples, although it couldn't hurt. I am writing a paper about strong monads (with monoidal product = the Cartesian product) and it hinges on the observation that a strength for a monad TT is equivalently a distributivity law of the comonad ×Y-\times Y over TT, for all YY, naturally in YY. Therefore in many situations I benefit from thinking of ×Y-\times Y as a comonad and I am looking for proofs which hold for other comonads which have a distributivity law over TT. But I do not know how relevant this is to the question.