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: lax bicolimits


view this post on Zulip fosco (Sep 21 2020 at 17:03):

I am trying to work out the definition of lax bicolimit of a functor between bicategories, in the laxest possible sense.

First, let's fix notation:

  1. A functor between bicategories A,B\cal A,B is a lax functor FF, with structure maps FfFgF(fg)Ff\circ Fg \Rightarrow F(fg) and 1FcF(1c)1_{Fc}\Rightarrow F(1_c)
  2. Given two lax functors F,GF,G the category Bicat(I,A)(F,G)\text{Bicat}({\cal I},{\cal A})(F,G) has objects the oplax natural transformations θ:FG\theta : F \Rightarrow G and morphisms the modifications between said oplax natural transformations. This means that there are squares

FiGiFjGj\begin{array}{ccc} Fi &\to& Gi \\\downarrow & \Rightarrow &\downarrow \\Fj &\to& Gj\end{array}

filled by 2-cells θf\theta_f in A\cal A, and subject to suitable coherence conditions (for example, the request that θ1i=1θi\theta_{1_i} = 1_{\theta_i}).

Now, a lax bicolimit for a lax functor T:IAT : {\cal I} \to {\cal A} consists of an object lbcolim T\text{lbcolim } T of A\cal A, such that there is an equivalence of categories

A(lbcolim T,A)Bicat(I,A)(T,ΔA) {\cal A}(\text{lbcolim } T, A) \cong \text{Bicat}({\cal I}, {\cal A})(T, \Delta A)

where Δ\Delta is the constant-at-AA functor.

Tracking the identity map of lbcolim T\text{lbcolim } T one obtains an oplax transformation t:Tlbcolim Tt : T \Rightarrow \text{lbcolim } T with components ti:Tilbcolim Tt_i : Ti \to \text{lbcolim } T 1-cells of A\cal A equipped with 2-cells tf:tjTftit_f : t_j\circ Tf \Rightarrow t_i, one for every f:ijf : i\to j in I\cal I, filling the diagram

main.png

Now for the universal property of such guy: given another lax cocone z:TEz : T \Rightarrow E, with codomain another constant functor at EAE\in\cal A, there exists a unique zˉ:lbcolim TE\bar z : \text{lbcolim } T \to E such that the diagram

main.png

"commutes"; this commutativity meaning that the whiskering of zˉ\bar z with the transformation tt, equals the transformation zz: zˉtf=zf\bar z * t_f = z_f.

Now, "how much" this diagram is forced to commute, given all this? Tracking again the identity, and the identity of the identity, it seems to me that the equality zˉti=zi\bar z\circ t_i = z_i holds on the nose.

Is this correct? Or the definition can be made even more lax?

Also. This definition is very heavy. I am trying to learn this stuff since forever, and I still can't find to avoid forgetting pieces of coherence that has to be imposed. Is there a trick I can use to avoid forgetting something, or it's just plain patience and computational skills (in this latter case, I feel doomed)?