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: theory: category theory

Topic: functors that create limits


view this post on Zulip Patrick Nicodemus (Jul 18 2023 at 13:31):

Are there any interesting hypotheses on a functor which guarantee it creates limits, other than the well known theorem that monadic functors create limits.

I would accept something close to this such as some weird more general notion of monadicity.

view this post on Zulip Patrick Nicodemus (Jul 18 2023 at 13:32):

I am trying to prove this functor creates limits but my impression from the literature is that it is probably not monadic.

view this post on Zulip Patrick Nicodemus (Jul 18 2023 at 13:40):

Here is a toy example. Let CC be a category. Let f:abf : a\to b be a distinguished morphism in CC.
Call an ff-injective object any pair (c,h)(c,h) where cc is an object of CC and hh is a section of the map f:Hom(b,c)Hom(a,c)-\circ f : Hom(b,c)\to Hom(a,c). hh associates to every map aca\to c a choice of extension along ff.

A morphism of ff-injective objects is a morphism of objects in CC respecting the extension functions.

Then this functor creates limits, but it is not monadic in general.

view this post on Zulip Patrick Nicodemus (Jul 18 2023 at 13:41):

I am trying to prove a more general version of this theorem using double categories and I am wondering if there is some intermediate lemma I could prove which would help.

view this post on Zulip Patrick Nicodemus (Jul 18 2023 at 13:42):

Can you think of any broader hypothesis which guarantees this?

view this post on Zulip Nathanael Arkor (Jul 18 2023 at 14:30):

The forgetful functors from categories of algebras for (pointed) endofunctors create limits. More generally, the forgetful functors from categories of algebras for the relative analogue of pointed endofunctors create limits. In particular, categories of algebras for algebraic injectives (i.e. the structure you describe) are categories of algebras for pointed functors in this latter sense, and so this captures your example.

view this post on Zulip Patrick Nicodemus (Jul 18 2023 at 17:39):

@Nathanael Arkor Thank you, that is precisely what I meant by "weird more general notion of monadicity", amazing hahahahaha. I will look into this.

As a follow up, although I am pushing my luck here, are you aware of anything like this for 2-categories where we have a notion of limit/colimit, maybe endowed with equipments or yoneda structures, or having enough comma objects to talk about pointwise Kan extensions?

For context, I am thinking about the 2-category of double categories and "algebraic injectives" with respect to a double category.

view this post on Zulip Nathanael Arkor (Jul 18 2023 at 18:04):

It's probably worth mentioning that I don't know a reference for the limit creation result for "pointed functors", but the proof is essentially the same as for algebraic injectives.

view this post on Zulip Nathanael Arkor (Jul 18 2023 at 18:10):

Regarding the follow up question: do you mean that you'd like some notion of "object of algebraic injectives" and a statement that the forgetful 1-cell creates limits, which specialises to your example in the 2-category of small categories?

view this post on Zulip Patrick Nicodemus (Jul 18 2023 at 19:21):

Nathanael Arkor said:

Regarding the follow up question: do you mean that you'd like some notion of "object of algebraic injectives" and a statement that the forgetful 1-cell creates limits, which specialises to your example in the 2-category of small categories?

Yes, something like that. There is a concrete definition of the "double category of algebraic injectives" in a paper by Garner, characterized by a universal property (which is not very 2-categorical afaict) and I am trying to prove right now that the forgetful functor creates limits (more generally, creates pointwise right Kan extensions, which is a bit stronger.) If this stuff about relative pointed endofunctors / relative monads generalizes cleanly to the 2-categorical setting, that seems promising.

view this post on Zulip Nathanael Arkor (Jul 18 2023 at 19:53):

The definition of algebra object for a relative monad in The formal theory of relative monads can be adapted to algebra object for a "pointed functor" by dropping the extension operator condition. The proof that the forgetful 1-cell creates (weighted) limits in Relative monadicity should then carry across directly. (You would need to check Garner's definition satisfies the universal property, though; I'm not sure I've come across his definition.)

view this post on Zulip Patrick Nicodemus (Jul 20 2023 at 21:05):

@Nathanael Arkor Is there a standard virtual equipment on double categories whose tight cells are strict double functors and whose underlying 2 category of tight cells has horizontal natural transformations for 2-cells

view this post on Zulip Patrick Nicodemus (Jul 20 2023 at 21:08):

i guess loose cells A->B are profunctors taking values in the double category of sets, functions and spans. these might need to be lax functors rather than pseudo functors though.

view this post on Zulip Mike Shulman (Jul 20 2023 at 22:17):

[[double profunctor]]?

view this post on Zulip Mike Shulman (Jul 20 2023 at 22:18):

The relevant part being

Namely, internal categories, functors, and profunctors in any category with pullbacks always form a virtual double category, and in fact a virtual equipment. Thus, in particular, there is a virtual equipment DblProf of double categories, double functors, and double profunctors.

view this post on Zulip Patrick Nicodemus (Jul 21 2023 at 03:32):

Yep, that's probably it. I still have to understand how to work with virtual equipments though. I understand Yoneda structures but it will probably take me some time to understand what is going on here.

view this post on Zulip Patrick Nicodemus (Jul 24 2023 at 20:08):

@Nathanael Arkor I gave a simple toy example before but sometimes toy examples omit important information. I will explain my problem more fully.
https://arxiv.org/abs/1412.6559
I am interested in the left and right double pitchfork operators described in Proposition 18 (equation 6.2) of this paper, which assign to a double category over C a category of maps with the algebraic right lifting property (or left lifting property) with respect to all maps in C.
I want to prove that in general, if j:ASq(C)j : A \to Sq(C) is a double category over CC, the double pitchfork AA^{\pitchfork\pitchfork} creates limits and more generally creates certain kinds of pointwise right Kan extensions. I was wondering if this double pitchfork could somehow be realized as the category of algebras of a (perhaps relative, perhaps loose) monad or pointed endofunctor. Does anything jump out at you about this? I don't think in general it will be truly monadic except in special cases, but it would be interesting if it was always "Pro-monadic" in some sense.

view this post on Zulip Nathanael Arkor (Jul 25 2023 at 09:11):

I'm not familiar with this construction, but perhaps a first step is to check whether the double pitchfork operation is a conservative functor? Then you can reduce creation of limits to preservation of limits.