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: Factorizing and Finitely Presented Objects


view this post on Zulip Reed Mullanix (Jan 31 2021 at 21:15):

So I've been reading through "Locally Presentable and Accessible Categories", and I can't seem to figure out how exactly you go from Hom(X,)Hom(X, -) preserving filtered colimits to being able to factor morphisms out of XX into some filtered colimit through one of the colimit inclusions.

More concretely, I know that we need to use the fact that Hom(X,ColimI)Hom(X, Colim_{I}) is a colimit in SetSet, I just can't figure out what cocone we should build to map into.

view this post on Zulip Reid Barton (Feb 01 2021 at 01:17):

Don't try to map it into anything; instead use the fact that in Set, every element of the colimit is the image of some element of some object in the diagram.

view this post on Zulip Reid Barton (Feb 01 2021 at 01:19):

(You could prove this by mapping the cocone into {false, true}, but you can also just see it by the way you construct colimits in Set, as a quotient of a disjoint union.)

view this post on Zulip Reed Mullanix (Feb 01 2021 at 03:13):

Ah, that would explain why I kept running into brick walls, thanks :smile: