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: 1-limits are 2-limits in an (op)representable category


view this post on Zulip Fernando Chu (May 26 2025 at 14:39):

The following is about strict 2-categories, functors, limits, etc. In a paper (p. 109), Street remarks

In a 2-category KK which is both representable and oprepresentable, Φ\Phi has a left 2-adjoint Ψ\Psi and any limit which exists in K0K_0 is automatically a 2-limit in KK.

Here representable means that KK has 2-pullbacks and all comma objects, and Φ\Phi is defined on objects by Φ(A):=1A/1A\Phi(A):=1_A/1_A, the comma object. From what I can tell, the remark is meant to follow from:

But I'm not sure what the argument is, could someone please elaborate on this? More generally, are there other nice conditions that imply that a 1-limit is also a 2-limit?

view this post on Zulip Mike Shulman (May 26 2025 at 15:01):

In general, for any enriching base VV, if a VV-category CC has copowers (aka tensors) by objects composing some strong generating family for VV, then any limit in C0C_0 is also a conical limit in CC, since then for each GG in the generators

V0(G,C(X,limiYi))=C0(GX,limiYi)=limiC0(GX,Yi)=limiV0(G,C(X,Yi))=V0(GlimiC(X,Yi))V_0(G,C(X,\lim_i Y_i)) = C_0(G\odot X, \lim_i Y_i) = \lim_i C_0(G\odot X, Y_i) = \lim_i V_0(G, C(X, Y_i)) = V_0(G \lim_i C(X, Y_i))

hence (after verifying that this isomorphism is the one induced by the canonical map) C(X,limiYi)=limiC(X,Yi)C(X, \lim_i Y_i) = \lim_i C(X,Y_i). In Cat, 1 and 2\mathbf{2} form a strong generator, so copowers with those suffice.

view this post on Zulip Fernando Chu (May 26 2025 at 16:39):

Very clear explanation, thanks a lot!