-
Notifications
You must be signed in to change notification settings - Fork 400
[Merged by Bors] - feat(CategoryTheory/Generator): introduce classes HasDetector and HasSeparator #18577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR summary 7e958ef66eImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
While |
While applying the suggestions, I decided to make |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
bors d+
✌️ datokrat can now approve this pull request. To approve and merge a pull request, simply reply with |
bors r+ |
…Separator (#18577) This change defines the typeclasses `HasDetector` and `HasSeparator` for categories with detectors/separators. Several results for `IsDetector` and `IsSeparator` are also proved for the new typeclasses. Convenience theorems for proving the well-poweredness of categories with separators are added, too. Two typos are fixed: "separating" is corrected to "coseparating" in the module docstring and `IsCospearator.isCodetector` is renamed to `IsCoseparator.isCodetector`.
Pull request successfully merged into master. Build succeeded: |
…Separator (#18577) This change defines the typeclasses `HasDetector` and `HasSeparator` for categories with detectors/separators. Several results for `IsDetector` and `IsSeparator` are also proved for the new typeclasses. Convenience theorems for proving the well-poweredness of categories with separators are added, too. Two typos are fixed: "separating" is corrected to "coseparating" in the module docstring and `IsCospearator.isCodetector` is renamed to `IsCoseparator.isCodetector`.
This change defines the typeclasses
HasDetector
andHasSeparator
for categories with detectors/separators. Several results forIsDetector
andIsSeparator
are also proved for the new typeclasses.Convenience theorems for proving the well-poweredness of categories with separators are added, too.
Two typos are fixed: "separating" is corrected to "coseparating" in the module docstring and
IsCospearator.isCodetector
is renamed toIsCoseparator.isCodetector
.