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(topology/sheaves): an equivalent sheaf condition #4538

Closed
wants to merge 93 commits into from

Conversation

semorrison
Copy link
Collaborator

@semorrison semorrison commented Oct 8, 2020

Another condition equivalent to the sheaf condition: for every open cover U, F.obj (supr U) is the limit point of the diagram consisting of all the F.obj V, where V ≤ U i for some i.

This condition is particularly straightforward to state, and makes some proofs easier (however we don't do this here: just prove the equivalence with the "official" definition). It's particularly nice because there is no case splitting (depending on whether you're looking at single or double intersections) when checking the sheaf condition.

This is the statement Lurie uses in Spectral Algebraic Geometry.

Later I may propose that we make this the official definition, but I'll wait to see how it pans out in actual use, first. For now it's just provided as yet another equivalent version of the sheaf condition.


@semorrison semorrison 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 Oct 8, 2020
@semorrison semorrison changed the title feat(topology/sheaves): an equivalent sheaf condition (deps: #4536, #4537) feat(topology/sheaves): an equivalent sheaf condition (deps: #4536) Oct 9, 2020
@semorrison semorrison added awaiting-review The author would like community review of the PR 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 Oct 15, 2020
@semorrison semorrison changed the title feat(topology/sheaves): an equivalent sheaf condition (deps: #4536) feat(topology/sheaves): an equivalent sheaf condition Oct 16, 2020
/--
The morphism from `V` to `U i` for some `i`.
-/
def hom_to_index (V : opens_le_cover U) : V.val ⟶ U (index V) :=
Copy link
Member

Choose a reason for hiding this comment

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

Do you want to use .val instead of the coe?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Well, there isn't a coe unless we add one: Lean can't see that opens_le_cover is a subtype right away. I'm dubious this actually gives us much.

Copy link
Member

Choose a reason for hiding this comment

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

Ooh, you are completely right.

src/topology/sheaves/sheaf_condition/opens_le_cover.lean Outdated Show resolved Hide resolved
src/topology/sheaves/sheaf_condition/opens_le_cover.lean Outdated Show resolved Hide resolved
@jcommelin jcommelin added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Oct 17, 2020
@semorrison semorrison added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels Oct 17, 2020
@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 Oct 17, 2020
bors bot pushed a commit that referenced this pull request Oct 17, 2020
Another condition equivalent to the sheaf condition: for every open cover `U`, `F.obj (supr U)` is the limit point of the diagram consisting of all the `F.obj V`, where `V ≤ U i` for some `i`.

This condition is particularly straightforward to state, and makes some proofs easier (however we don't do this here: just prove the equivalence with the "official" definition). It's particularly nice because there is no case splitting (depending on whether you're looking at single or double intersections) when checking the sheaf condition.

This is the statement Lurie uses in Spectral Algebraic Geometry.

Later I may propose that we make this the official definition, but I'll wait to see how it pans out in actual use, first. For now it's just provided as yet another equivalent version of the sheaf condition.



Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
@bors
Copy link

bors bot commented Oct 17, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(topology/sheaves): an equivalent sheaf condition [Merged by Bors] - feat(topology/sheaves): an equivalent sheaf condition Oct 17, 2020
@bors bors bot closed this Oct 17, 2020
@bors bors bot deleted the opens_le_cover branch October 17, 2020 14:35
b-mehta pushed a commit that referenced this pull request Oct 20, 2020
Another condition equivalent to the sheaf condition: for every open cover `U`, `F.obj (supr U)` is the limit point of the diagram consisting of all the `F.obj V`, where `V ≤ U i` for some `i`.

This condition is particularly straightforward to state, and makes some proofs easier (however we don't do this here: just prove the equivalence with the "official" definition). It's particularly nice because there is no case splitting (depending on whether you're looking at single or double intersections) when checking the sheaf condition.

This is the statement Lurie uses in Spectral Algebraic Geometry.

Later I may propose that we make this the official definition, but I'll wait to see how it pans out in actual use, first. For now it's just provided as yet another equivalent version of the sheaf condition.



Co-authored-by: Scott Morrison <scott.morrison@gmail.com>
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

3 participants