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: weighted colimit is an evaluation


view this post on Zulip fosco (Sep 28 2020 at 10:23):

This should be well-known, but I can't find a reference.

Given a functor F:CDF : {\cal C} \to {\cal D}, if C\cal C has a terminal object tt, colim F\text{colim } F coincides with the evaluation of FF at tt.

What about weighted colimits? Let's say F:CDF : {\cal C} \to {\cal D} is a V\cal V-functor and W:CopVW:{\cal C}^{op} \to {\cal V} a weight. If V=Set{\cal V}={\sf Set} it's easy to see that the following conditions are equivalent:

Thus, colimWFFA\text{colim}^W F\cong FA.

But what if there is no category of elements construction for V\cal V?

view this post on Zulip Martti Karvonen (Sep 28 2020 at 14:51):

The fact about terminal objects corresponds to the inclusion of the terminal object into C\mathcal{C} being a final functor. I think Kelly discussess final functors in passing (and has some results about weighted colimits too) in section 4.5. in the enriched cats book - perhaps this will satisfy your needs.

view this post on Zulip fosco (Sep 28 2020 at 17:43):

Ah, yes, it is a good idea to rephrase the property into a finality request. Thank you!