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: At what point do we start needing ends in hom alg


view this post on Zulip Patrick Nicodemus (Nov 08 2025 at 20:35):

Suppose I am interested in specifically Ab-enriched category theory as this is an important example that I care about. There is no such thing as the Ab-enriched limit of a diagram F:JAF : J \to A, where both J,AJ,A are Ab-enriched and FF respects the additive structure. However, for any aAa \in A I can still talk about un-enriched cones from aa to FF, and this Cone(a,F)Cone(a,F) forms an Abelian group under addition. We can form an (ordinary, not enriched) category of cones and talk about the terminal object in this category; and call this a limit.

How far can we go with this before I run into a problem with some construction not being additive?
I thought initially that the limit functor (JA)A(J\to A)\to A might not be additive on natural transformations, but it seems that it is?

view this post on Zulip Patrick Nicodemus (Nov 08 2025 at 20:36):

By the way, I already know of one answer to my question: if you want to compute an Kan extension between two additive functors, and you use the naive/ordinary definition of limit instead of an enriched end, you may get a functor that is not additive. But it would be nice if there were a simpler example.

view this post on Zulip Kevin Carlson (Nov 11 2025 at 00:33):

I'm a bit confused about why the limit weighted by the constant functor at Z\mathbb{Z} is not such a thing as the Ab-enriched limit of F.F.

view this post on Zulip Patrick Nicodemus (Nov 11 2025 at 00:35):

Suppose the source category has one object, i.e., it is a not-necessarily commutative ring RR. Then "the constant functor at Z\mathbb{Z}" should be equivalent to "the canonical ring homomorphism RZR\to \mathbb{Z}". But if RR is, say, Z/nZ\mathbb{Z}/n\mathbb{Z} then there may be no such ring homomorphism at all. (We require 1 to be sent to 1 here, 1 is the identity morphism and not the 0 of the Abelian group)

view this post on Zulip Patrick Nicodemus (Nov 11 2025 at 00:44):

Constant functors exist in general when the monoidal product in the category you're enriching over is the Cartesian product, in which case the unit for the monoidal product agrees with the terminal object. I chose the Ab example as the simplest example of enriching over a non-Cartesian monoidal category.

view this post on Zulip Kevin Carlson (Nov 11 2025 at 02:50):

Oh, right, I had forgotten that conical enriched limits only make sense when the indexing category is free on an ordinary category (or the monoidal product is cartesian, as you say.)

view this post on Zulip Mike Shulman (Nov 11 2025 at 07:37):

Patrick Nicodemus said:

There is no such thing as the Ab-enriched limit of a diagram F:JAF : J \to A, where both J,AJ,A are Ab-enriched and FF respects the additive structure. However, for any aAa \in A I can still talk about un-enriched cones from aa to FF.

Do you mean un-enriched cones from aa to the underlying ordinary functor of FF? So that such a thing would consist of, for each object xJx\in J, a morphism cx:aF(x)c_x : a\to F(x), such that for every morphism ff in the abelian group homJ(x,y)\hom_J(x,y), we have cy=F(f)cxc_y = F(f) \circ c_x? It seems to me that the only such cone consists of zero morphisms, since for any xx we could take f=0homJ(x,x)f = 0 \in \hom_J(x,x) and get cx=F(0)cx=0cx=0c_x = F(0) \circ c_x = 0 \circ c_x = 0.

view this post on Zulip Patrick Nicodemus (Nov 11 2025 at 14:11):

Oh, yes. That's a good point, Mike. That's evidently a problem