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: factorisation systems


view this post on Zulip Morgan Rogers (he/him) (Nov 17 2020 at 09:37):

I've encountered plenty of orthogonal factorisation systems in my time, but I recently came across a result of the form "every morphism in C\mathcal{C} factors in a canonical way as an xx followed by a yy", but such that applying this property to the yy part could also give a non-trivial factorisation.

Moreover, this particular factorisation construction does extend to an orthogonal factorisation system, but doesn't quite do so in a natural way, because while we can iterate the procedure a countable number of times to reach a fixed point (in the sense that applying the factorisation to the limit will not give a new factorisation), the intermediate morphism when we factor the yy part again is non-trivial. Diagrammatically, I end up with:
ApBqC,A \xrightarrow{p} B \xrightarrow{q} C,
where pp is of type xx and qq is of type yy, and such that when I factorize qq I get:
ApBpBqC,A \xrightarrow{p} B \xrightarrow{p'} B' \xrightarrow{q'} C,
with pp' not an isomorphism, but such that there does exist an isomorphism/equivalence BBB \cong B' identifying the two factorisations.

My question is: does this situation sound familiar to anyone? Are there any results out there that might be usefully applicable in a situation like this?

view this post on Zulip Chad Nester (Nov 17 2020 at 09:56):

This feels a lot like computing the normal form of a term in a terminating rewriting system. Like the arrow tt that we start with is the term we want to normalise, and then factoring tt as p;qp ; q is like saying that via rewrite pp we obtained qq from tt, like tpqt \stackrel{p}{\to} q. Then if qq is in normal form it does not factor further, but if not then we can do another step, and so on.

view this post on Zulip Morgan Rogers (he/him) (Nov 17 2020 at 10:32):

What's uncomfortable about my situation in that analogy is that you can keep rewriting forever; instead of reaching a normal form, you reach a limit where the rewriting is doing something like adding a term to the end of a countably long expression, so that the resulting expression is equivalent to its predecessor.

view this post on Zulip Reid Barton (Nov 17 2020 at 11:30):

It sounds a bit like the small object argument. I'm not sure what exactly the orthogonal factorization system is, though. (x,y)(x, y) can't be an orthogonal factorization system if a map of type yy can be factored as a non-isomorphism of type xx followed by another map of type yy.

view this post on Zulip Morgan Rogers (he/him) (Nov 17 2020 at 12:02):

Hmm so maybe the result isn't orthogonal after all, which wouldn't be that surprising considering the following example.
Consider the following mono-epi (rather than epi-mono) factorisation construction in Set\mathbf{Set}. If I have a morphism XYX \to Y, I can canonically factor it as XX+YYX \hookrightarrow X+Y \twoheadrightarrow Y. Iterating this process up to the countable limit, I get a factorisation X(ω×X)+YYX \hookrightarrow (\omega \times X) + Y \twoheadrightarrow Y. Doing it one more time, we still get a non-trivial factorisation, but the isomorphism 1+ωω1+ \omega \cong \omega gives a lifting in the resulting square.

view this post on Zulip Reid Barton (Nov 17 2020 at 12:05):

Yes, this is the factorization you get by running the small object argument on the single map \varnothing \to * for ω\omega steps.

view this post on Zulip Morgan Rogers (he/him) (Nov 17 2020 at 12:07):

So your comment was that x,yx,y can't be the actual classes involved in the factorisation system, I see.

view this post on Zulip Morgan Rogers (he/him) (Nov 17 2020 at 12:08):

And the small object argument only gives a weak factorisation system, so one needs to do some extra work to demonstrate whether uniqueness of lifts holds?

view this post on Zulip Reid Barton (Nov 17 2020 at 12:28):

Right, or if you want to guarantee up front that you will get an orthogonal factorization system, then for each generating map ABA \to B you can also add the map B⨿ABBB \amalg_A B \to B (one step is enough, because repeating this yields an isomorphism BBB \to B).

view this post on Zulip Reid Barton (Nov 17 2020 at 12:29):

Or you can check that the maps B⨿ABBB \amalg_A B \to B belong to the left class of the wfs that comes out (most likely by building them as cell complexes).

view this post on Zulip Reid Barton (Nov 17 2020 at 12:31):

I wrote something about this in section 4.6 of https://arxiv.org/abs/2004.12937 but I think it's all very standard.

view this post on Zulip Morgan Rogers (he/him) (Nov 17 2020 at 13:05):

It may be standard, but it's not an area of the literature I'm so familiar with, so that's very helpful. Thanks Reid!