[Merged by Bors] - feat: charts are structomorphisms#8160
Closed
[Merged by Bors] - feat: charts are structomorphisms#8160
Conversation
02656bd to
68231f2
Compare
This was referenced Dec 15, 2023
mathlib-bors bot
pushed a commit
that referenced
this pull request
Dec 17, 2023
This came up in #8160 and (independently) sphere-eversion. Co-authored-by: grunweg <grunweg@posteo.de>
awueth
pushed a commit
that referenced
this pull request
Dec 19, 2023
This came up in #8160 and (independently) sphere-eversion. Co-authored-by: grunweg <grunweg@posteo.de>
mathlib-bors bot
pushed a commit
that referenced
this pull request
Dec 19, 2023
Extracted from #8160. Co-authored-by: grunweg <grunweg@posteo.de>
d38b96e to
27d8e5d
Compare
1 task
fd02049 to
cccbe5a
Compare
winstonyin
reviewed
Jan 17, 2024
winstonyin
reviewed
Jan 17, 2024
Collaborator
|
I only looked at and golfed one lemma so far, but I like the spirit of this PR! It'll likely come in handy when we define open submanifolds. |
Collaborator
|
FYI, I made #9802 which renamed a couple things. Should be very quick to review and will lead to some renames in this PR as well. |
f2b09eb to
c7417ce
Compare
mcdoll
reviewed
Feb 6, 2024
Contributor
Author
|
awaiting-review |
Contributor
|
✌️ grunweg can now approve this pull request. To approve and merge a pull request, simply reply with |
Contributor
Author
|
Thank you for the review. |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Feb 13, 2024
This is the `ChartedSpace` analogue of `contMDiffOn_extChartAt` and `contMDiffOn_extChartAt_symm`; proving this revealed a few gaps in other API. This may be useful for showing open subsets of a manifold are submanifolds. Co-authored-by: grunweg <grunweg@posteo.de>
Contributor
|
Build failed (retrying...): |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Feb 13, 2024
This is the `ChartedSpace` analogue of `contMDiffOn_extChartAt` and `contMDiffOn_extChartAt_symm`; proving this revealed a few gaps in other API. This may be useful for showing open subsets of a manifold are submanifolds. Co-authored-by: grunweg <grunweg@posteo.de>
Contributor
|
Build failed (retrying...): |
Contributor
|
Canceled. |
Contributor
Author
|
bors r+ |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Feb 14, 2024
This is the `ChartedSpace` analogue of `contMDiffOn_extChartAt` and `contMDiffOn_extChartAt_symm`; proving this revealed a few gaps in other API. This may be useful for showing open subsets of a manifold are submanifolds. Co-authored-by: grunweg <grunweg@posteo.de>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
riccardobrasca
pushed a commit
that referenced
this pull request
Feb 18, 2024
This is the `ChartedSpace` analogue of `contMDiffOn_extChartAt` and `contMDiffOn_extChartAt_symm`; proving this revealed a few gaps in other API. This may be useful for showing open subsets of a manifold are submanifolds. Co-authored-by: grunweg <grunweg@posteo.de>
dagurtomas
pushed a commit
that referenced
this pull request
Mar 22, 2024
This is the `ChartedSpace` analogue of `contMDiffOn_extChartAt` and `contMDiffOn_extChartAt_symm`; proving this revealed a few gaps in other API. This may be useful for showing open subsets of a manifold are submanifolds. Co-authored-by: grunweg <grunweg@posteo.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the
ChartedSpaceanalogue ofcontMDiffOn_extChartAtandcontMDiffOn_extChartAt_symm; proving this revealed a few gaps in other API. This may be useful for showing open subsets of a manifold are submanifolds.