Exact cofiltered limits and related notions#107
Merged
ScriptRaccoon merged 8 commits intomainfrom Apr 20, 2026
Merged
Conversation
Contributor
|
It would be nice to add "locally finitely multi-presentable → filtered-colimit-stable mono". Here is a proof: Every locally finitely multi-presentable category is a multi-reflective full subcategory of a presheaf category closed under filtered colimits (Adamek--Rosicky, 4.30). Since multi-reflective full subcategories are in general closed under connected limits (Adamek--Rosicky, Thm. 4.26), in particular, we can calculate not only filtered colimits but also kernel pairs as well as in a presheaf category. |
51c9066 to
de64e83
Compare
de64e83 to
5760708
Compare
5760708 to
2969d28
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds five new properties:
This is the dual of "exact filtered colimits", hence it makes sense to add this. (Also to properly decide if
Set^ophas exact filtered colimits, which was open.) I already added similar dualized properties before, notably "cocartesian cofiltered limits" (#84).To decide this new property and to not repeat myself in the proofs, it is useful to check a weaker property:
So this has been added as well. Accordingly, I also added the dual:
This is related to Grothendieck's axiom AB4, but also - in the finite case - very similar to the counital property. It also clarifies why for example Met does not have exact filtered colimits: it is because monomorphisms are not stable.
Of course, in many categories in practice (not their duals!) epis are not stable. For example, in the category of abelian groups, the epimorphisms$A^{\oplus \mathbb{N}} \to A^n$ for $n \geq 0$ yield the homomorphism $A^{\oplus \mathbb{N}} \to A^{\mathbb{N}}$ in the limit, which is clearly no epimorphism. To generalize this argument and not repeat myself in various additive categories, I have added yet another property:
This means that the category has zero morphisms, all products, all coproducts, and the natural morphism$\coprod_i X_i \to \prod_i X_i$ is a monomorphism. I have called this CIP, probably there is no official name.
And then we also have its dual:
This has blown the PR a bit, but I think it is necessary to understand where the failure of exact cofiltered limits really comes from. In fact, not a single (!) manual property assignment has been made for "exact cofiltered limits", everything is deduced.
As usual, I have tried to decide the new properties for all categories. Here we also run into some interesting mathematics. For example, for$\ell^1 \to \ell^\infty$ has no dense image.
Banthe failure of CSP is because the canonical mapThe following unknowns remain:
Sh(X,Ab)LRS,SchSh(X,Ab),LRSSh(X,Ab),LRSSurely, the category
Sh(X,Ab)does not satisfy CSP for most spaces X. In these cases, we can deduce that epis are not stable under cofiltered limits, and then also that cofiltered limits are not exact. As with the other currently unknown properties of this category, it needs to be made precise which conditions on the space X are required exactly.Thoughts: Maybe it is more natural to consider the property of having stable regular epimorphisms.