Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat(Analysis): asymptotics of inversion at atBot and 𝓝[<] 0 #19817

Closed
wants to merge 6 commits into from

Conversation

vasnesterov
Copy link
Collaborator

@vasnesterov vasnesterov commented Dec 8, 2024

Prove some lemmas about the inversion function's asymptotics at atBot and 𝓝[<] 0 filters, analogous to the existing API for atTop and 𝓝[>] 0


Open in Gitpod

@vasnesterov vasnesterov added t-analysis Analysis (normed *, calculus) t-algebra Algebra (groups, rings, fields, etc) labels Dec 8, 2024
Copy link

github-actions bot commented Dec 8, 2024

PR summary 6c02dc9c4e

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ Filter.Tendsto.const_div_atBot
+ Filter.Tendsto.div_atBot
+ Filter.Tendsto.inv_tendsto_atBot
+ Filter.Tendsto.inv_tendsto_nhdsLT_zero
+ inv_Iio₀
+ inv_Ioo_0_right
+ inv_atBot₀
+ inv_nhdsLT_zero
+ tendsto_inv_atBot_zero
+ tendsto_inv_atBot_zero'
+ tendsto_inv_zero_atBot

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

@b-mehta
Copy link
Contributor

b-mehta commented Dec 10, 2024

In #18912 I also added these, sometimes with shorter proofs and with division versions too. If you'd like, you can copy those and include them here too.

@vasnesterov
Copy link
Collaborator Author

In #18912 I also added these, sometimes with shorter proofs and with division versions too. If you'd like, you can copy those and include them here too.

Thank you! Perhaps you should merge this branch into yours and mark your PR as dependent on this PR? It might prevent reviewers from doing duplicate work. The only thing my PR includes that yours doesn't is Filter.Tendsto.inv_tendsto_zero_left/right.

@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Dec 23, 2024
@leanprover-community-bot-assistant leanprover-community-bot-assistant removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Dec 27, 2024
@j-loreaux
Copy link
Collaborator

LGTM. Thanks!

bors merge

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the ready-to-merge This PR has been sent to bors. label Jan 6, 2025
mathlib-bors bot pushed a commit that referenced this pull request Jan 6, 2025
)

Prove some lemmas about the inversion function's asymptotics at `atBot` and `𝓝[<] 0` filters, analogous to the existing API for `atTop` and `𝓝[>] 0`
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jan 6, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Analysis): asymptotics of inversion at atBot and 𝓝[<] 0 [Merged by Bors] - feat(Analysis): asymptotics of inversion at atBot and 𝓝[<] 0 Jan 6, 2025
@mathlib-bors mathlib-bors bot closed this Jan 6, 2025
@mathlib-bors mathlib-bors bot deleted the vasnesterov/inv_atBot branch January 6, 2025 23:14
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-algebra Algebra (groups, rings, fields, etc) t-analysis Analysis (normed *, calculus)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants