This repository was archived by the owner on Jul 24, 2024. It is now read-only.
[Merged by Bors] - feat(category_theory/sites/{sheaf, sheafification}): monomorphisms of sheaves are precisely monomorphisms of presheaves#15932
Closed
jjaassoonn wants to merge 7 commits into
Closed
Conversation
11 tasks
erdOne
reviewed
Aug 8, 2022
Member
erdOne
left a comment
There was a problem hiding this comment.
I think these results are all done in one form or the other in mathlib.
Still, the lemmas in the morphism level should still be useful, but probably should go in
category_theory.sites.sheafification instead.
Co-authored-by: Andrew Yang <36414270+erdOne@users.noreply.github.com>
…prover-community/mathlib into jjaassoonn/epi_mono_sheaves
erdOne
reviewed
Aug 10, 2022
Co-authored-by: Andrew Yang <36414270+erdOne@users.noreply.github.com>
jcommelin
reviewed
Aug 10, 2022
| hom_equiv_naturality_right' := λ P Q R η γ, by { dsimp, rw category.assoc } } | ||
|
|
||
| instance Sheaf_to_presheaf_preserves_mono : (Sheaf_to_presheaf J D).preserves_monomorphisms := | ||
| functor.preserves_monomorphisms_of_adjunction (sheafification_adjunction _ _) |
Member
There was a problem hiding this comment.
I think that providing the right adjoint instance as @erdOne suggested is the better approach.
The rest looks good to me.
bors Bot
pushed a commit
that referenced
this pull request
Aug 10, 2022
… sheaves are precisely monomorphisms of presheaves (#15932) * monomorphisms of sheaves are precisely monomorphisms of underlying presheaves (when presheaves can be sheafified) * a morphism between sheaves is epic if the morphism between underlying presheaves is epic. (The converse is not always true)
|
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Uh oh!
There was an error while loading. Please reload this page.