feat: extended charts are local diffeomorphisms on their source#9273
Closed
feat: extended charts are local diffeomorphisms on their source#9273
Conversation
…rentials: - make variables implicit; - make more variables implicit and re-use some other variables.
Move Diffeomorph.toPartialDiffeomorph further down.
Touch up the docs; introduce PartialDiffeomorph.toLocalHomeomorph.
and PartialHomeomorph.continuous_{to,inv}Fun to continuousOn_{to,inv}Fun.
might need to read up on the variable command.
This is mathematically cleaner (I show injectivity and surjectivity of the differential separately), cleaner in Lean (it's good practice to avoid heavy tactic blocks in definitions) and makes all proofs by rfl work. This requires completeness of the tangent spaces; this is slightly unfortunate, as it was automatic in the previous approaches. Opinions welcome. I'm a bit unsure about the local instances; we'll see if this can be avoided.
Unsure if the extChartAt statements are really necessary...
These are only one rewrite away and don't feel worth it, for me.
7 tasks
Collaborator
|
This PR/issue depends on: |
Contributor
Author
|
I don't think this PR is still useful; the correct proof is to use the invertibility of their |
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.
XXX: is this PR worth keeping, given isInvertible_mfderiv_extChartAt? shows that extended charts have invertible differential (regardless of whether they are an interior point)?
Perhaps, all one should add is "the differential as an isomorphism..."
TODO: I think this should hold at any interior point - as the inverse of the extended chart, restricted to the interior of its source, will be a local inverse.
The analogous result for un-extended charts is shown in #8160.
Unresolved questions
are all the tiny API lemmas useful; are any more missing?
do I want similar results for
extChartAt? (In any case, they are easy to deduce.)depends on: [Merged by Bors] - feat: differential of a local diffeomorphism is a continuous linear equivalence #8738 for simplicity