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: deprecated: id my structure

Topic: relatively final functors


view this post on Zulip Mike Shulman (Jan 08 2023 at 00:39):

A functor u:ABu:A\to B is called a [[final functor]] if colimits of shape BB are equivalent to colimits of shape AA, by restriction along uu. That is, for any X:BCX:B\to C, the induced map colimA(Xu)colimBX\mathrm{colim}^A (X\circ u) \to \mathrm{colim}^B X is an isomorphism. This is equivalent to all comma categories (bu)(b \downarrow u) being connected (or, in the \infty-case, contractible).

In the context of a [[derivator]] DD, a functor u:ABu:A\to B is called a DD-equivalence if colimits in DD of constant functors of shape BB are equivalent to colimits of shape AA, by restriction along uu. That is, if π:B1\pi : B\to 1 is the unique functor to the terminal category, then for any XDX \in D regarded as a functor 1D1\to D, the induced map colimA(Xπu)colimB(Xπ)\mathrm{colim}^A (X\circ \pi\circ u) \to \mathrm{colim}^B (X\circ \pi) is an isomorphism. This holds for all representable DD (i.e. all ordinary categories) iff uu induces an isomorphism on connected components, and for all DD (i.e. all \infty-categories) iff uu induces an equivalence of nerves.

Now suppose in addition to u:ABu:A\to B we have an arbitrary functor p:BIp:B\to I. We can consider the intermediate property that for any X:ICX:I\to C the induced map colimA(Xpu)colimB(Xp)\mathrm{colim}^A (X\circ p\circ u) \to \mathrm{colim}^B (X\circ p) is an isomorphism. If I=BI=B or I=1I=1 this reduces to the two previous notions respectively. Has the more general notion been studied? Does it have a name? Does it have a concrete characterization in terms of uu (by analogy, I would guess something about uu inducing an equivalence of connected components or nerves of comma categories under objects of II)?

view this post on Zulip Tim Hosgood (Jan 10 2023 at 23:28):

if I haven't misunderstood, then this is sort of something that we considered in https://arxiv.org/abs/2204.01843 (with the caveat being that we study initial instead of final, and it's 2-categorical instead of \infty-categorical) — see Definition 9.10 and onwards

view this post on Zulip Evan Patterson (Jan 11 2023 at 00:43):

Thanks for noticing this, Tim. It does seem very similar to what we worked on. We propose a definition (Def 9.10) for when a functor R:JJR: \mathsf{J} \to \mathsf{J}' is initial relative to a natural transformation ρ\rho of form:

image.png

When ρ\rho is an identity, so that we just have a commutative triangle, we get the setup that I think Mike is describing. Now, our definition is a concrete/combinatorial one, analogous to the concrete description of initial functors. We show that this definition has some good properties, including limit preservation when ρ\rho is a natural isomorphism, but we don't give an abstract characterization. So it's fair to say we don't have the full story.

view this post on Zulip Mike Shulman (Jan 12 2023 at 19:28):

Thanks for the pointer! I like the idea of generalizing to transformations rather than commuting triangles. Your definition doesn't quite match what I would have expected, though. For one thing, since I would want relative initiality to be equivalent to limit-preservation, it ought to be defined for transformations that induce a comparison map of limits, i.e. in the case when ρ\rho goes the other way. In this case, I would have guessed that the right condition for relative initiality is that for each cCc\in C, the induced functor D/cD/cD/c \to D'/c, which sends f:Djcf:Dj \to c to D(Rj)ρDjfcD'(Rj) \xrightarrow{\rho} Dj \xrightarrow{f} c, is a bijection on connected components. Is that related to your condition?