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/sheafification): The sheafification of a presheaf. #10303

Closed
wants to merge 19 commits into from

Conversation

adamtopaz
Copy link
Collaborator

@adamtopaz adamtopaz commented Nov 12, 2021

We construct the sheafification of a presheaf P taking values in a concrete category D with enough (co)limits, where the forgetful functor preserves the appropriate (co)limits and reflects isomorphisms.

We follow the construction on the stacks project https://stacks.math.columbia.edu/tag/00W1

Note: There are two very long proofs here, so I added several comments explaining what's going on.


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 12, 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 13, 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!

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.

This is looking really good! Too bad it times out.

src/category_theory/sites/sheafification.lean Outdated Show resolved Hide resolved
@alreadydone alreadydone added this to In progress in Algebraic geometry via automation Nov 13, 2021
@alreadydone alreadydone moved this from In progress to Done in Algebraic geometry Nov 13, 2021
@github-actions github-actions bot removed the merge-conflict Please `git merge origin/master` then a bot will remove this label. label Nov 13, 2021
@adamtopaz
Copy link
Collaborator Author

@jcommelin I think I fixed the timeout issue. This PR should be ready for another look.

@adamtopaz adamtopaz added the awaiting-CI The author would like to see what CI has to say before doing more work. label Nov 13, 2021
@adamtopaz adamtopaz added the awaiting-review The author would like community review of the PR label Nov 13, 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 13, 2021
@alreadydone
Copy link
Collaborator

Are you gonna develop some API for sheafification on topological spaces? Possibly in a future PR? Translation of results from sites to spaces happens in topology/sheaves/sheaf_condition/sites, e.g. in my recent PR.

@adamtopaz
Copy link
Collaborator Author

adamtopaz commented Nov 13, 2021

What sort of results do you want? I guess one should prove that the concrete sheafification for type-valued presheaves on a topological space should agree with this general version of sheafification, but that should follow easily from the universal property.

Whatever happens, it will be in a subsequent PR. This one is already more than big enough.

@alreadydone
Copy link
Collaborator

alreadydone commented Nov 14, 2021

What sort of results do you want?

I was thinking of just the sheafification functor and the adjunction. That should be sufficient, e.g. to prove SheafedSpace has limits under assumptions of this PR. My current main project uses the implicit sheafification via local_predicate, so doesn't depend on this PR, and I can't think of other use cases for now.

@jcommelin
Copy link
Member

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 15, 2021
bors bot pushed a commit that referenced this pull request Nov 15, 2021
…resheaf. (#10303)

We construct the sheafification of a presheaf `P` taking values in a concrete category `D` with enough (co)limits, where the forgetful functor preserves the appropriate (co)limits and reflects isomorphisms.

We follow the construction on the stacks project https://stacks.math.columbia.edu/tag/00W1

**Note:** There are two very long proofs here, so I added several comments explaining what's going on.
@bors
Copy link

bors bot commented Nov 15, 2021

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(category_theory/sites/sheafification): The sheafification of a presheaf. [Merged by Bors] - feat(category_theory/sites/sheafification): The sheafification of a presheaf. Nov 15, 2021
@bors bors bot closed this Nov 15, 2021
@bors bors bot deleted the general-sheafification branch November 15, 2021 05:46
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
Development

Successfully merging this pull request may close these issues.

None yet

3 participants