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.
let , . We say that the relationship holds between if for all , iff . Thus if the category had equalizers, and have the same equalizer as and .
What is a good name for this property?
I am looking at adjunctions where and for in , in and are parallel morphisms , we have , where is the counit of the adjunction.
That is, I am considering adjunctions where, for all and , we have iff (i.e., if , where is the counit of the adjunction.
Could you provide a concrete example of such an adjunction or more generally some triplet of morphisms such that ?
Other question: what is ?
Let be a category with products. Let be an arbitrary object and write for the comonad . I am looking at the co-Kleisli category of co-free -algebras. The objects of this category are "trivial bundles" over , i.e., projections of the form for arbitrary objects . Morphisms in this category are morphisms of bundles making the triangle commute. If and are two trivial bundles, maps between them must have the form where is arbitrary.
If is an arbitrary object in and is a morphism, then given two morphisms of bundles and from to , it is clear that to prove it would be necessary and sufficient to prove . Somehow the map 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 . This condition is what I have come up with so far.
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 satisfying some nice properties" will pay off over working specifically with the comonad if I can do this successfully.
(One cheap out would be to assume a terminal object and then just use as a proxy for but I'm not super happy with that approach.)
The sharp operator refers to passing across the bijection of the adjunction. So if then is its "transpose."
Hope this helps.
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.
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.
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.
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.
For starters, I don't even know how is a comonad. What are the comultiplication and the counit ?
I would say that the comultiplication is the pairing where that's just a random try
I think p. 159 of Perrone (https://arxiv.org/pdf/1912.10642.pdf ) discusses this
Is the adjunction generated by the co-Kleisli category of your comonad one which verifies the property you are looking for?
And why are you looking for other ones which verify this property? What is interesting about this property?
Oh sorry, one of your message had mysteriously disappeared (everything from "Let 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
I'll try harder to understand this later.
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 .
Jean-Baptiste Vienney said:
Is the adjunction generated by the co-Kleisli category of your comonad one which verifies the property you are looking for?
Yes, that's right.
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 is equivalently a distributivity law of the comonad over , for all , naturally in . Therefore in many situations I benefit from thinking of as a comonad and I am looking for proofs which hold for other comonads which have a distributivity law over . But I do not know how relevant this is to the question.