[Merged by Bors] - chore: golf proofs of mdifferentiableAt_atlas{_symm}#42011
Closed
grunweg wants to merge 1 commit into
Closed
[Merged by Bors] - chore: golf proofs of mdifferentiableAt_atlas{_symm}#42011grunweg wants to merge 1 commit into
mdifferentiableAt_atlas{_symm}#42011grunweg wants to merge 1 commit into
Conversation
…eAt_atlas{_symm}
Introduce mdifferentiableAt_of_mem_maximalAtlas and
mdifferentiableAt_symm_of_mem_maximalAtlas which generalise these to
members of the maximal atlas, and
golf the proofs of these lemmas by re-using the corresponding results about
atlas members being C^n.
It is possible the original proofs were necessary back then; at this point,
there does not seems a pressing need to tease apart imports further.
PR summary 23143ef87dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
This was referenced Jul 22, 2026
Member
|
LGTM bors merge |
mathlib-bors Bot
pushed a commit
that referenced
this pull request
Jul 22, 2026
- introduce `mdifferentiableAt_of_mem_maximalAtlas` and `mdifferentiableAt_symm_of_mem_maximalAtlas`; these generalise the corresponding results to members of the maximal atlas; - golf the proofs of these lemmas by re-using the corresponding results about maximal atlas members being C^n. The second bullet slightly strenthens an import dependency (of this file on the corresponding `C^n` proofs): I consider this unproblematic since - that dependency was already implicit before, - there does not seem a pressing need to tease apart imports further; if such need arises, this proof can be reverted, - for #41796 (the first half of "the composition of immersions is an immersion"), I need versions of these lemmas for extended charts (which are known to be in the maximal atlas). This is a neat way to obtain this.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
mdifferentiableAt_atlas{_symm}mdifferentiableAt_atlas{_symm}
grunweg
added a commit
to grunweg/mathlib4
that referenced
this pull request
Jul 22, 2026
Generalise `isInvertible_mfderiv_extChartAt` and its preliminary lemmas to any extended chart in the maximal atlas: this will be used in leanprover-community#41796 to prove that immersions have immersed points. ---------- - [x] depends on: leanprover-community#42011
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.
mdifferentiableAt_of_mem_maximalAtlasandmdifferentiableAt_symm_of_mem_maximalAtlas; these generalise the corresponding results to members of the maximal atlas;The second bullet slightly strenthens an import dependency (of this file on the corresponding
C^nproofs): I consider this unproblematic since