Open
Conversation
|
Tests have passed ✅ |
c67df13 to
6ff27f2
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 fixes #63 in a systematic way by introducing quotient object classifiers (the formal dual to subobject classifiers). The deduction system should be able to dualize the implications for regular subobject classifiers as well (in particular, the result that every additive category with this property is trivial), which is why regular quotient object classifiers have been added as well. They are a bit weaker and have much more chance to exist, but it turns out, they usually don't.
As usual, the new properties are decided for all categories in the database (with one exception: Ban). To to this efficiently, I have improved the implication
subobject classifier + thin => trivialtosubobject classifier + strict terminal object => trivialand also added a lemma to descend subobject classifiers to coreflective subcategories.I have noticed that some of the proofs are a bit ad hoc and that they can be improved by adding four new properties to the database, which all apply only to categories with zero morphisms: has kernels, has cokernels, is normal, is conormal. Adding them (assignments + some implications) will make some of the current proofs for missing subobject classifiers and missing quotient object classifiers redundant. This will be done in a later PR.