[Merged by Bors] - feat(CategoryTheory/Sites): discrete sheaves#13947
Closed
dagurtomas wants to merge 17 commits intomasterfrom
Closed
[Merged by Bors] - feat(CategoryTheory/Sites): discrete sheaves#13947dagurtomas wants to merge 17 commits intomasterfrom
dagurtomas wants to merge 17 commits intomasterfrom
Conversation
…pect to a functor
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
PR summary ad6c09d123Import changesNo significant changes to the import graph
|
2 tasks
dagurtomas
commented
Jun 19, 2024
11 tasks
Contributor
|
bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jul 15, 2024
This PR defines the property of discreteness for sheaves. A discrete sheaf in this context is a sheaf `F` such that the counit `(F(*))^cst ⟶ F` is an isomorphism. Here `*` denotes a particular chosen terminal object of the defining site, and `cst` denotes the constant sheaf. We also prove that this property is invariant under equivalence of categories and that certain well-behaved "forgetful" functors preserve and reflect the property.
Contributor
|
Build failed (retrying...): |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jul 15, 2024
This PR defines the property of discreteness for sheaves. A discrete sheaf in this context is a sheaf `F` such that the counit `(F(*))^cst ⟶ F` is an isomorphism. Here `*` denotes a particular chosen terminal object of the defining site, and `cst` denotes the constant sheaf. We also prove that this property is invariant under equivalence of categories and that certain well-behaved "forgetful" functors preserve and reflect the property.
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
Jul 15, 2024
This PR defines the property of discreteness for sheaves. A discrete sheaf in this context is a sheaf `F` such that the counit `(F(*))^cst ⟶ F` is an isomorphism. Here `*` denotes a particular chosen terminal object of the defining site, and `cst` denotes the constant sheaf. We also prove that this property is invariant under equivalence of categories and that certain well-behaved "forgetful" functors preserve and reflect the property.
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jul 15, 2024
This PR defines the property of discreteness for sheaves. A discrete sheaf in this context is a sheaf `F` such that the counit `(F(*))^cst ⟶ F` is an isomorphism. Here `*` denotes a particular chosen terminal object of the defining site, and `cst` denotes the constant sheaf. We also prove that this property is invariant under equivalence of categories and that certain well-behaved "forgetful" functors preserve and reflect the property.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
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 defines the property of discreteness for sheaves. A discrete sheaf in this context is a sheaf
Fsuch that the counit(F(*))^cst ⟶ Fis an isomorphism. Here*denotes a particular chosen terminal object of the defining site, andcstdenotes the constant sheaf.We also prove that this property is invariant under equivalence of categories and that certain well-behaved "forgetful" functors preserve and reflect the property.
This will be used in a future PR (#14027) to characterise discrete (light) condensed sets and modules.
The two lemmas
sheafComposeNatIso_app_counitandconstantCommuteComposeApp_comp_counitadded here are not used in this PR, but will be useful in the characterisation of discrete condensed modules.