Skip to content

Conversation

@mcdoll
Copy link
Member

@mcdoll mcdoll commented Nov 19, 2025

  • Make ContinuousLinearMap.extend a total function
  • Define LinearMap.leftInverse as a total function with junk value if the input is not invertible.

Required for #31074


Open in Gitpod

@github-actions
Copy link

github-actions bot commented Nov 19, 2025

PR summary 6a54a80825

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ LinearMap.leftInverse
+ LinearMap.leftInverse_apply_of_inj
+ LinearMap.leftInverse_comp_of_inj
+ SimpleFunc.integralCLM'_L1_eq_integral
+ integral_eq'
+ setToL1'_apply_coeToLp
+ setToL1'_eq_setToL1SCLM
+ setToL1_apply_coeToLp
+ setToL1_unique

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

@mcdoll mcdoll changed the title chore: tba chore: make CLM.extend total and define LM.leftInverse Nov 19, 2025
@mcdoll mcdoll added the t-analysis Analysis (normed *, calculus) label Nov 19, 2025
Copy link
Collaborator

@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 for putting the effort into this Moritz! Yes, I think this is the way to go for ContinuousLinearMap.extend and hence for convenience constructor variation too.

@j-loreaux j-loreaux added the awaiting-author A reviewer has asked the author a question or requested changes. label Nov 19, 2025
@mcdoll mcdoll removed the awaiting-author A reviewer has asked the author a question or requested changes. label Nov 20, 2025
@j-loreaux
Copy link
Collaborator

bors merge

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the ready-to-merge This PR has been sent to bors. label Nov 21, 2025
mathlib-bors bot pushed a commit that referenced this pull request Nov 21, 2025
- Make `ContinuousLinearMap.extend` a total function
- Define `LinearMap.leftInverse` as a total function with junk value if the input is not invertible.

Required for #31074

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Nov 21, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore: make CLM.extend total and define LM.leftInverse [Merged by Bors] - chore: make CLM.extend total and define LM.leftInverse Nov 21, 2025
@mathlib-bors mathlib-bors bot closed this Nov 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

3 participants