Skip to content

feat: immersed points#35078

Open
grunweg wants to merge 21 commits intoleanprover-community:masterfrom
grunweg:immersedpoint
Open

feat: immersed points#35078
grunweg wants to merge 21 commits intoleanprover-community:masterfrom
grunweg:immersedpoint

Conversation

@grunweg
Copy link
Contributor

@grunweg grunweg commented Feb 10, 2026

Define immersed points of a (differentiable) map between manifolds, and prove that immersed points compose.

Future PRs show that x is an immersed point of f if and only if f is an immersion at x:
thus, proving the composition of immersed points (which follows immediately from the chain rule)
implies the composition of immersions (which is not obvious from their definition.

From the path towards immersions, embeddings and submanifolds.


Open in Gitpod

@grunweg grunweg added the WIP Work in progress label Feb 10, 2026
@github-actions
Copy link

github-actions bot commented Feb 10, 2026

PR summary af1b8b4417

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Geometry.Manifold.ImmersedPoint (new file) 2245

Declarations diff

+ Diffeomorph.isInvertible_mfderiv
+ IsImmersedPoint
+ IsLocalDiffeomorph.isInvertible_mfderiv
+ IsLocalDiffeomorphAt.isInvertible_mfderiv
+ _root_.IsLocalDiffeomorphAt.isImmersedPoint
+ comp
+ comp_isLocalDiffeomorphAt_left
+ comp_isLocalDiffeomorphAt_left_iff
+ comp_isLocalDiffeomorphAt_right
+ comp_isLocalDiffeomorphAt_right_iff
+ congr
+ continuousAt
+ continuousAt_localInverse
+ isImmersedPoint_iff
+ mdifferentiableAt
+ mfderiv_injective
+ of_comp
+ of_injective_of_finiteDimensional
+ of_mfderiv_isInvertible

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for scripts/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@mathlib-dependent-issues mathlib-dependent-issues bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Feb 10, 2026
@mathlib-merge-conflicts mathlib-merge-conflicts bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 12, 2026
@mathlib-merge-conflicts
Copy link

This pull request has conflicts, please merge master and resolve them.

@github-actions github-actions bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 13, 2026
mathlib-bors bot pushed a commit that referenced this pull request Feb 23, 2026
and versions for `(m)fderivWithin` versions. This generalises the existing lemmas `(m)differentiableAt_of_isInvertible_(m)fderiv` and friends.

Extracted from #35078; from the path to immersions, embeddings and submanifolds.
@mathlib-merge-conflicts mathlib-merge-conflicts bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 24, 2026
@mathlib-merge-conflicts
Copy link

This pull request has conflicts, please merge master and resolve them.

@grunweg grunweg added t-differential-geometry Manifolds etc and removed merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) labels Feb 27, 2026
@grunweg grunweg added awaiting-author A reviewer has asked the author a question or requested changes. and removed WIP Work in progress blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) labels Feb 27, 2026
@mathlib-dependent-issues
Copy link

pfaffelh pushed a commit to pfaffelh/mathlib4 that referenced this pull request Mar 2, 2026
…unity#35284)

and versions for `(m)fderivWithin` versions. This generalises the existing lemmas `(m)differentiableAt_of_isInvertible_(m)fderiv` and friends.

Extracted from leanprover-community#35078; from the path to immersions, embeddings and submanifolds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting-author A reviewer has asked the author a question or requested changes. t-differential-geometry Manifolds etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant