Coequalizers of kernel pairs - #343
Merged
Merged
Conversation
Merged
ScriptRaccoon
force-pushed
the
coequalizers-of-kernel-pairs
branch
from
August 21, 2026 14:18
b72874c to
6443249
Compare
ScriptRaccoon
force-pushed
the
coequalizers-of-kernel-pairs
branch
from
August 21, 2026 14:42
6443249 to
9f0281e
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 is a follow-up to #342 and adds the following two properties of categories:
These are closely related to existing properties in the database, such as being regular or having quotients of congruences (and their dual properties, respectively).
The properties have been decided for all categories in the database. A lemma about colimits of sequences of monomorphisms that has been removed in #303 has been brought back, and a similar version has been proven, which takes care of Sch and Metc. In particular, we now have a proof that Sch is not regular. Some proofs of regularity for subcategories (such as Grpc) have been improved by generalizing a lemma that was previously only used for LRS.
The broader context of this PR is the goal of having all constituents of a property in the database also recorded in the database. That is, if a property P is defined by "A and B and C are satisfied", we should try to add A, B, C separately and record the equivalence P ⇔ A + B + C. Deciding A, B, and C for all categories in the database then gives a more detailed understanding of P, and in many cases, multiple proofs can be combined into one (see for example the changes to Metc in this PR). The next step in this regard is, of course, to add the property that regular epimorphisms are stable under pullback. Then we will have added all the constituents of the property of being regular. EDIT. This is #344.