Skip to content

[Merged by Bors] - feat: continuous linear maps with a continuous left/right inverseContinuousinverse#34991

Closed
grunweg wants to merge 14 commits intoleanprover-community:masterfrom
grunweg:continuousinverse
Closed

[Merged by Bors] - feat: continuous linear maps with a continuous left/right inverseContinuousinverse#34991
grunweg wants to merge 14 commits intoleanprover-community:masterfrom
grunweg:continuousinverse

Conversation

@grunweg
Copy link
Contributor

@grunweg grunweg commented Feb 8, 2026

Define continuous linear maps which admit a continuous left resp. right inverse,
prove their basic properties (closure under products, composition and continuous linear equivalences admitting both inverses) and a sufficient condition in finite dimension.

A future PRs will add an equivalent characterisation of maps with a continuous left inverse,
and use this to prove that the composition of immersions (resp. submersions) is an immersion (resp. submersion).

Part of the path towards immersions, submersions, embedded submanifolds and the regular value theorem.


Open in Gitpod

@grunweg grunweg added the t-analysis Analysis (normed *, calculus) label Feb 8, 2026
@github-actions
Copy link

github-actions bot commented Feb 8, 2026

PR summary 8115783e28

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.Analysis.Normed.Module.ContinuousInverse (new file) 2119

Declarations diff

+ ContinuousLinearMap.HasLeftInverse
+ ContinuousLinearMap.HasRightInverse
+ _root_.ContinuousLinearEquiv.hasLeftInverse
+ _root_.ContinuousLinearEquiv.hasRightInverse
+ _root_.ContinuousLinearEquiv.leftInverse_hasLeftInverse
+ _root_.ContinuousLinearEquiv.rightInverse_hasRightInverse
+ fst
+ injective
+ inl
+ inr
+ leftInverse
+ leftInverse_leftInverse
+ of_injective_of_finiteDimensional
+ of_surjective_of_finiteDimensional
+ rightInverse
+ rightInverse_rightInverse
+ snd
+ surjective
++ comp
++ comp_continuousLinearEquivalence
++ congr
++ continuousLinearEquivalence_comp
++ of_comp
++ of_isInvertible
++ prodMap

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 script/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).

@grunweg
Copy link
Contributor Author

grunweg commented Feb 8, 2026

Thanks for the review comments; I should have addressed them all.

Copy link
Contributor

@j-loreaux j-loreaux left a comment

Choose a reason for hiding this comment

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

Only minor quibbles.

@j-loreaux j-loreaux added the awaiting-author A reviewer has asked the author a question or requested changes. label Feb 10, 2026
grunweg and others added 2 commits February 10, 2026 23:31
Co-authored-by: Jireh Loreaux <loreaujy@gmail.com>
@grunweg
Copy link
Contributor Author

grunweg commented Feb 10, 2026

Thanks for the useful and careful review comments. I should have addressed them all.
-awaiting-author

@github-actions github-actions bot removed the awaiting-author A reviewer has asked the author a question or requested changes. label Feb 10, 2026
@grunweg grunweg added awaiting-author A reviewer has asked the author a question or requested changes. and removed awaiting-author A reviewer has asked the author a question or requested changes. labels Feb 11, 2026
Copy link
Contributor

@j-loreaux j-loreaux left a comment

Choose a reason for hiding this comment

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

Thanks!

bors d+

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 11, 2026

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

@mathlib-triage mathlib-triage bot added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label Feb 11, 2026
Co-authored-by: Jireh Loreaux <loreaujy@gmail.com>
@grunweg
Copy link
Contributor Author

grunweg commented Feb 11, 2026

Thank you for the quick review! Did I say this is great? It makes a lot of a difference when contribution a stack of PRs (like mine).
bors merge

@mathlib-triage mathlib-triage bot added the ready-to-merge This PR has been sent to bors. label Feb 11, 2026
mathlib-bors bot pushed a commit that referenced this pull request Feb 11, 2026
…inuousinverse (#34991)

Define continuous linear maps which admit a continuous left resp. right inverse,
prove their basic properties (closure under products, composition and continuous linear equivalences admitting both inverses) and a sufficient condition in finite dimension.

A future PRs will add an equivalent characterisation of maps with a continuous left inverse,
and use this to prove that the composition of immersions (resp. submersions) is an immersion (resp. submersion).

Part of the path towards immersions, submersions, embedded submanifolds and the regular value theorem.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Feb 11, 2026

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat: continuous linear maps with a continuous left/right inverseContinuousinverse [Merged by Bors] - feat: continuous linear maps with a continuous left/right inverseContinuousinverse Feb 11, 2026
@mathlib-bors mathlib-bors bot closed this Feb 11, 2026
@grunweg grunweg deleted the continuousinverse branch February 11, 2026 23:17
rao107 pushed a commit to rao107/mathlib4 that referenced this pull request Feb 18, 2026
…inuousinverse (leanprover-community#34991)

Define continuous linear maps which admit a continuous left resp. right inverse,
prove their basic properties (closure under products, composition and continuous linear equivalences admitting both inverses) and a sufficient condition in finite dimension.

A future PRs will add an equivalent characterisation of maps with a continuous left inverse,
and use this to prove that the composition of immersions (resp. submersions) is an immersion (resp. submersion).

Part of the path towards immersions, submersions, embedded submanifolds and the regular value theorem.
Maldooor pushed a commit to Maldooor/mathlib4 that referenced this pull request Feb 25, 2026
…inuousinverse (leanprover-community#34991)

Define continuous linear maps which admit a continuous left resp. right inverse,
prove their basic properties (closure under products, composition and continuous linear equivalences admitting both inverses) and a sufficient condition in finite dimension.

A future PRs will add an equivalent characterisation of maps with a continuous left inverse,
and use this to prove that the composition of immersions (resp. submersions) is an immersion (resp. submersion).

Part of the path towards immersions, submersions, embedded submanifolds and the regular value theorem.
pfaffelh pushed a commit to pfaffelh/mathlib4 that referenced this pull request Mar 2, 2026
…inuousinverse (leanprover-community#34991)

Define continuous linear maps which admit a continuous left resp. right inverse,
prove their basic properties (closure under products, composition and continuous linear equivalences admitting both inverses) and a sufficient condition in finite dimension.

A future PRs will add an equivalent characterisation of maps with a continuous left inverse,
and use this to prove that the composition of immersions (resp. submersions) is an immersion (resp. submersion).

Part of the path towards immersions, submersions, embedded submanifolds and the regular value theorem.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). ready-to-merge This PR has been sent to bors. t-analysis Analysis (normed *, calculus)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants