Skip to content
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

[Merged by Bors] - feat(category_theory/sites/compatible_*): Compatibility of plus and sheafification with composition. #10510

Closed
wants to merge 16 commits into from

Conversation

adamtopaz
Copy link
Collaborator

@adamtopaz adamtopaz commented Nov 26, 2021

Compatibility of sheafification with composition. This will be used later to obtain adjunctions between categories of sheaves.


Open in Gitpod

@github-actions github-actions bot added the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Nov 26, 2021
@github-actions github-actions bot added merge-conflict Please `git merge origin/master` then a bot will remove this label. and removed blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. labels Nov 27, 2021
@github-actions
Copy link

🎉 Great news! Looks like all the dependencies have been resolved:

💡 To add or remove a dependency please update this issue/PR description.

Brought to you by Dependent Issues (:robot: ). Happy coding!

@github-actions github-actions bot removed the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Nov 29, 2021
@adamtopaz adamtopaz added the awaiting-review The author would like community review of the PR label Nov 29, 2021
@adamtopaz adamtopaz added the awaiting-CI The author would like to see what CI has to say before doing more work. label Nov 29, 2021
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Nov 29, 2021
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors d+


/-- The isomorphism between the sheafification of `P` composed with `F` and
the sheafification of `P ⋙ F`. -/
def sheafify_comp_iso : J.sheafify P ⋙ F ≅ J.sheafify (P ⋙ F) :=
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should all these defs come with simps?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure how useful these would be in practice. I think it would be much more useful to relate these isomorphism to sheafify_lift, but that requires additional assumptions to know that sheafification is a sheaf. What do you propose? I could add such lemmas in a separate section with these additional hypotheses, but I think simply adding simps here would generate lemmas that unfold things "too much".

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added lemmas relating hom and inv of this construction to sheafify_lift and to to_sheafify, as well as some simp lemmas reducing the other isomorphisms in this file to these cases... take a look toward the bottom of the file.

src/category_theory/sites/plus.lean Outdated Show resolved Hide resolved
@bors
Copy link

bors bot commented Nov 29, 2021

✌️ adamtopaz can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@github-actions github-actions bot added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Nov 29, 2021
@adamtopaz
Copy link
Collaborator Author

bors d-

@jcommelin could you take another quick look when you have time? The last changes I made were not so trivial...

@adamtopaz adamtopaz added awaiting-review The author would like community review of the PR and removed delegated The PR author may merge after reviewing final suggestions. labels Nov 29, 2021
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

bors merge

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Nov 30, 2021
bors bot pushed a commit that referenced this pull request Nov 30, 2021
…heafification with composition. (#10510)

Compatibility of sheafification with composition. This will be used later to obtain adjunctions between categories of sheaves.
@bors
Copy link

bors bot commented Nov 30, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(category_theory/sites/compatible_*): Compatibility of plus and sheafification with composition. [Merged by Bors] - feat(category_theory/sites/compatible_*): Compatibility of plus and sheafification with composition. Nov 30, 2021
@bors bors bot closed this Nov 30, 2021
@bors bors bot deleted the sheafification_compatible branch November 30, 2021 07:29
jcommelin pushed a commit that referenced this pull request Dec 18, 2021
…heafification with composition. (#10510)

Compatibility of sheafification with composition. This will be used later to obtain adjunctions between categories of sheaves.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants