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/support): add lemma locally_finite.exists_finset_nhd_mul_support_subset #13006

Closed
wants to merge 3 commits into from

Conversation

ocfnash
Copy link
Collaborator

@ocfnash ocfnash commented Mar 28, 2022

When using a partition of unity to glue together a family of functions, this lemma allows
us to pass to a finite family in the neighbourhood of any point.

Formalized as part of the Sphere Eversion project.


Open in Gitpod

…ul_support_subseteq`

When using a partition of unity to glue together a family of functions, this lemma allows
us to pass to a finite family in the neighbourhood of any point.
@ocfnash ocfnash added the awaiting-review The author would like community review of the PR label Mar 28, 2022
src/topology/support.lean Outdated Show resolved Hide resolved
@urkud
Copy link
Member

urkud commented Mar 29, 2022

Do you ever need n ⊆ ⋂ i ∈ is, U i, or a simpler lemma from #13013 is enough?

Co-authored-by: Yury G. Kudryashov <urkud@urkud.name>
@ocfnash
Copy link
Collaborator Author

ocfnash commented Mar 29, 2022

Do you ever need hn₂ : n ⊆ ⋂ i ∈ is, U i, or a simpler lemma from #13013 is enough?

Strictly speaking: no, I do not need this. However it is convenient and seems worth having.

In my application I have a family of functions which are smooth on U i and I want to deduce that their finsum
against a partition of unity subordinate to U i is smooth. To deduce smoothness we pass to a finset.sum and then argue the individual terms are smooth. In this situation without hn₂, one still has to apply a small argument to see that the individual terms are smooth. In this situation with hn₂, this argument is essentially already done.

@ocfnash ocfnash changed the title feat(topology/support): add lemma locally_finite.exists_finset_nhd_mul_support_subseteq feat(topology/support): add lemma locally_finite.exists_finset_nhd_mul_support_subset Mar 29, 2022
@PatrickMassot
Copy link
Member

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 Apr 1, 2022
bors bot pushed a commit that referenced this pull request Apr 1, 2022
…ul_support_subset` (#13006)

When using a partition of unity to glue together a family of functions, this lemma allows
us to pass to a finite family in the neighbourhood of any point.

Formalized as part of the Sphere Eversion project.
@bors
Copy link

bors bot commented Apr 1, 2022

Build failed (retrying...):

bors bot pushed a commit that referenced this pull request Apr 1, 2022
…ul_support_subset` (#13006)

When using a partition of unity to glue together a family of functions, this lemma allows
us to pass to a finite family in the neighbourhood of any point.

Formalized as part of the Sphere Eversion project.
@bors
Copy link

bors bot commented Apr 2, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(topology/support): add lemma locally_finite.exists_finset_nhd_mul_support_subset [Merged by Bors] - feat(topology/support): add lemma locally_finite.exists_finset_nhd_mul_support_subset Apr 2, 2022
@bors bors bot closed this Apr 2, 2022
@bors bors bot deleted the ocfnash/pofunity branch April 2, 2022 00:07
jjaassoonn pushed a commit that referenced this pull request Apr 7, 2022
…ul_support_subset` (#13006)

When using a partition of unity to glue together a family of functions, this lemma allows
us to pass to a finite family in the neighbourhood of any point.

Formalized as part of the Sphere Eversion project.
jjaassoonn pushed a commit that referenced this pull request Apr 7, 2022
…ul_support_subset` (#13006)

When using a partition of unity to glue together a family of functions, this lemma allows
us to pass to a finite family in the neighbourhood of any point.

Formalized as part of the Sphere Eversion project.
jjaassoonn pushed a commit that referenced this pull request Apr 7, 2022
…ul_support_subset` (#13006)

When using a partition of unity to glue together a family of functions, this lemma allows
us to pass to a finite family in the neighbourhood of any point.

Formalized as part of the Sphere Eversion project.
ocfnash pushed a commit to leanprover-community/sphere-eversion that referenced this pull request Apr 18, 2022
The Mathlib PR leanprover-community/mathlib#13006
rendered these redundant.

In fact the hope is to avoid this approach entirely by using `exists_cont_diff_of_convex`
(or possibly a generalisation of it). However it's useful to start purging easy stuff
from `to_mathlib`.
ocfnash added a commit to leanprover-community/sphere-eversion that referenced this pull request Sep 12, 2022
The Mathlib PR leanprover-community/mathlib#13006
rendered these redundant.

In fact the hope is to avoid this approach entirely by using `exists_cont_diff_of_convex`
(or possibly a generalisation of it). However it's useful to start purging easy stuff
from `to_mathlib`.
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