[Merged by Bors] - feat(CategoryTheory/Sites): categories of sheaves are Grothendieck abelian - #19986
Closed
joelriou wants to merge 59 commits into
Closed
[Merged by Bors] - feat(CategoryTheory/Sites): categories of sheaves are Grothendieck abelian#19986joelriou wants to merge 59 commits into
joelriou wants to merge 59 commits into
Conversation
4 tasks
mathlib-bors Bot
pushed a commit
that referenced
this pull request
Dec 24, 2024
…19979) In this file, we show that if `J : GrothendieckTopology C` and `A` is a preadditive category which has a separator (and suitable coproducts), then `Sheaf J A` has a separator. General results about generators are moved to a directory `CategoryTheory.Generator`. Together with #19914, we shall be able to deduce that categories of abelian sheaves are Grothendieck abelian categories (cf. #19986).
Collaborator
dagurtomas
approved these changes
Dec 26, 2024
dagurtomas
left a comment
Contributor
There was a problem hiding this comment.
Thanks!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by dagurtomas. |
Co-authored-by: Dagur Asgeirsson <dagurtomas@gmail.com>
Contributor
Author
|
Thanks very much @dagurtomas for the reviews! |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
mathlib-bors Bot
pushed a commit
that referenced
this pull request
Jan 2, 2025
…elian (#19986) If `J` is a Grothendieck topology on a small category `C : Type v`, and `A : Type u₁` (with `Category.{v} A`) is a Grothendieck abelian category, then `Sheaf J A` is a Grothendieck abelian category. Co-authored-by: Joël Riou <joel.riou@universite-paris-saclay.fr> Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com> Co-authored-by: Paul Reichert <preichert@noreply.codeberg.org>
Contributor
|
This PR was included in a batch that was canceled, it will be automatically retried |
mathlib-bors Bot
pushed a commit
that referenced
this pull request
Jan 2, 2025
…elian (#19986) If `J` is a Grothendieck topology on a small category `C : Type v`, and `A : Type u₁` (with `Category.{v} A`) is a Grothendieck abelian category, then `Sheaf J A` is a Grothendieck abelian category. Co-authored-by: Joël Riou <joel.riou@universite-paris-saclay.fr> Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com> Co-authored-by: Paul Reichert <preichert@noreply.codeberg.org>
Contributor
|
Pull request successfully merged into master. Build succeeded! And happy new year! 🎉 |
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.
If
Jis a Grothendieck topology on a small categoryC : Type v, andA : Type u₁(withCategory.{v} A) is a Grothendieck abelian category, thenSheaf J Ais a Grothendieck abelian category.