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: properties of free categories


view this post on Zulip Mike Shulman (Jul 20 2023 at 01:10):

The free category F[X]F[X] on a directed graph doesn't have very many limits and colimits or other categorical properties, but here are some interesting ones it does have:

  1. Every morphism is both monic and epic.
  2. Every commutative square hf=kghf = kg has a diagonal filler in one direction or another, i.e. either an ii such that hi=khi = k and f=igf = ig, or a jj such that kj=hkj = h and g=jfg = jf. Whichever exists is unique, and if both exist then both are identities.
  3. If there exists a commutative square hf=kghf=kg, then the span (f,g)(f,g) has a pushout.

Property (3) follows from (1) and (2), but properties (1) and (3) have the nice property that they are preserved by products of categories, so that categories of the form F[X]×F[Y]F[X] \times F[Y] also have them.

Are there any other interesting properties like this? Does anyone know a reference for any of them?

view this post on Zulip Todd Trimble (Jul 28 2023 at 03:56):

For what interest this has: F[X]F[X] has a terminal object iff XX is a rooted tree (directed toward the root as terminal object).

view this post on Zulip Mike Shulman (Jul 28 2023 at 03:57):

Ah yes. Nice!

view this post on Zulip Morgan Rogers (he/him) (Jul 28 2023 at 08:47):

The only idempotent endomorphisms are identities. Similarly for isomorphisms, although that's not equivalence-invariant.
Property 2 that you observed is known as equidivisibility for monoids. Apparently that plus grading (that every morphism has a well-defined length) characterizes free monoids, so maybe you can characterize free categories that way.

view this post on Zulip Mike Shulman (Jul 28 2023 at 17:37):

Thanks for that link! As stated there, equidivisibility doesn't include the uniqueness of "ii or jj". And with it stated that way at least, something must be wrong with that characterization, because any group with everything in degree 0 would satisfy it. The page Levi's lemma states the characterization as (non-unique) equidivisibilty plus a N\mathbb{N}-grading such that only the identity has degree 0, which seems more plausible.

view this post on Zulip Mike Shulman (Jul 28 2023 at 17:43):

Oh, I see that apparently some people say "graded monoid" to mean a connected graded monoid, i.e. such that the identity is the only element of degree 0. That's confusing...

view this post on Zulip Morgan Rogers (he/him) (Jul 28 2023 at 17:47):

Hmm so greater precision is needed, but I expect the proof lifts reasonably directly?