Skip to content

[Merged by Bors] - chore(Asymptotics/TVS): golf - #20596

Closed
urkud wants to merge 1 commit into
masterfrom
YK-oTVS-golf
Closed

[Merged by Bors] - chore(Asymptotics/TVS): golf#20596
urkud wants to merge 1 commit into
masterfrom
YK-oTVS-golf

Conversation

@urkud

@urkud urkud commented Jan 9, 2025

Copy link
Copy Markdown
Member

IsLittleOTVS.tendsto_inv_smul using isLittleOTVS_one.


Open in Gitpod

`IsLittleOTVS.tendsto_inv_smul` using `isLittleOTVS_one`.
@urkud urkud added the t-analysis Analysis (normed *, calculus) label Jan 9, 2025
@github-actions

github-actions Bot commented Jan 9, 2025

Copy link
Copy Markdown

PR summary 174ac37263

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

No declarations were harmed in the making of this PR! 🐙

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

_ < 1 := by norm_num
rw [← isLittleOTVS_one (𝕜 := 𝕜)]
intro U hU
rcases h.smul_left f⁻¹ U hU with ⟨V, hV₀, hV⟩

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think this can be golfed further using (h.smul_left f⁻¹).trans ?_ from #20220; but I'm happy for this to be merged first, and to do that further golfing there

bors d+

@urkud urkud Jan 9, 2025

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

You need the not-yet-existing trans_isBigOTVS, not trans. Or mono_left/mono_right which assumes inequality between egauges.

@mathlib-bors

mathlib-bors Bot commented Jan 9, 2025

Copy link
Copy Markdown
Contributor

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

@ghost ghost added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label Jan 9, 2025
@urkud

urkud commented Jan 9, 2025

Copy link
Copy Markdown
Member Author

bors merge

@ghost ghost added the ready-to-merge This PR has been sent to bors. label Jan 9, 2025
mathlib-bors Bot pushed a commit that referenced this pull request Jan 9, 2025
`IsLittleOTVS.tendsto_inv_smul` using `isLittleOTVS_one`.
@mathlib-bors

mathlib-bors Bot commented Jan 9, 2025

Copy link
Copy Markdown
Contributor

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors Bot changed the title chore(Asymptotics/TVS): golf [Merged by Bors] - chore(Asymptotics/TVS): golf Jan 9, 2025
@mathlib-bors mathlib-bors Bot closed this Jan 9, 2025
@mathlib-bors
mathlib-bors Bot deleted the YK-oTVS-golf branch January 9, 2025 16:34
grunweg pushed a commit that referenced this pull request Jan 11, 2025
`IsLittleOTVS.tendsto_inv_smul` using `isLittleOTVS_one`.
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.

2 participants