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(geometry/manifold): lemmas from the sphere eversion project #18877

Closed
wants to merge 33 commits into from

Conversation

fpvandoorn
Copy link
Member

@fpvandoorn fpvandoorn commented Apr 26, 2023

  • Also adds a new library note comp_of_eq lemmas about how (I think) we should better formulate composition lemmas of properties of functions.
  • About the library note comp_of_eq lemmas: exactly the same problems happen in Lean 4.
  • renamings
smooth_iff_proj_smooth -> smooth_prod_iff
differentiable_at.fderiv_within_prod -> differentiable_within_at.fderiv_within_prod
  • We add a path_connected_space instance of the tangent space. This instance is sufficient to compile sphere-eversion, without any normed_space instances on the tangent space (which are not the canonical structure on the tangent space).
  • From the sphere eversion project

Open in Gitpod

@fpvandoorn fpvandoorn added awaiting-author A reviewer has asked the author a question or requested changes modifies-synchronized-file This PR touches a files that has already been ported to mathlib4, and may need a synchronization PR. labels Apr 26, 2023
@mathlib-dependent-issues-bot mathlib-dependent-issues-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 Apr 26, 2023
@fpvandoorn fpvandoorn changed the title feat(geometry/manifold): various lemmas from the sphere eversion project feat(geometry/manifold): lemmas from the sphere eversion project May 2, 2023
@fpvandoorn fpvandoorn 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 May 23, 2023
@fpvandoorn fpvandoorn added awaiting-review The author would like community review of the PR awaiting-CI The author would like to see what CI has to say before doing more work. and removed awaiting-author A reviewer has asked the author a question or requested changes labels May 23, 2023
@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 May 24, 2023
@fpvandoorn fpvandoorn requested a review from urkud May 28, 2023 19:56
Copy link
Collaborator

@sgouezel sgouezel left a comment

Choose a reason for hiding this comment

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

LGTM, thanks. Your note on composition clarified a behavior I had never fully understood!
bors d+

src/geometry/manifold/cont_mdiff.lean Outdated Show resolved Hide resolved
@bors
Copy link

bors bot commented Jun 3, 2023

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

@leanprover-community-bot-assistant leanprover-community-bot-assistant 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 Jun 3, 2023
@fpvandoorn
Copy link
Member Author

bors merge

@github-actions github-actions bot added the ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) label Jun 7, 2023
bors bot pushed a commit that referenced this pull request Jun 7, 2023
)

* Also adds a new library note `comp_of_eq lemmas` about how (I think) we should better formulate composition lemmas of properties of functions.
* About the library note `comp_of_eq lemmas`: exactly the same problems happen in Lean 4.
* renamings 
```
smooth_iff_proj_smooth -> smooth_prod_iff
differentiable_at.fderiv_within_prod -> differentiable_within_at.fderiv_within_prod
```
* We add a `path_connected_space` instance of the tangent space. This instance is sufficient to compile sphere-eversion, without any `normed_space` instances on the tangent space (which are not the canonical structure on the tangent space).
* From the sphere eversion project
@bors
Copy link

bors bot commented Jun 7, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title feat(geometry/manifold): lemmas from the sphere eversion project [Merged by Bors] - feat(geometry/manifold): lemmas from the sphere eversion project Jun 7, 2023
@bors bors bot closed this Jun 7, 2023
@bors bors bot deleted the sphere5 branch June 7, 2023 14:54
bors bot pushed a commit to leanprover-community/mathlib4 that referenced this pull request Jun 10, 2023
qawbecrdtey pushed a commit to qawbecrdtey/greedoid-mathlib4 that referenced this pull request Jun 12, 2023
bors bot pushed a commit to leanprover-community/mathlib4 that referenced this pull request Jun 14, 2023
alexkeizer pushed a commit to leanprover-community/mathlib4 that referenced this pull request Jun 22, 2023
semorrison pushed a commit to leanprover-community/mathlib4 that referenced this pull request Jun 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated The PR author may merge after reviewing final suggestions. modifies-synchronized-file This PR touches a files that has already been ported to mathlib4, and may need a synchronization PR. 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

5 participants