-
Notifications
You must be signed in to change notification settings - Fork 356
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: the inverse of an analytic partial homeo is also analytic #17170
Conversation
PR summary 5b99820f1f
|
File | Base Count | Head Count | Change |
---|---|---|---|
Mathlib.Analysis.Analytic.Inverse | 1369 | 1370 | +1 (+0.07%) |
Import changes for all files
Files | Import difference |
---|---|
Mathlib.Analysis.Analytic.Inverse |
1 |
Declarations diff
+ HasFPowerSeriesAt.eventually_hasSum_of_comp
+ HasFPowerSeriesAt.tendsto_partialSum
+ HasFPowerSeriesAt.tendsto_partialSum_prod_of_comp
+ HasProd.of_sigma
+ PartialHomeomorph.hasFPowerSeriesAt_symm
+ compPartialSumTarget_tendsto_prod_atTop
+ id_apply_of_one_lt
+ id_apply_zero
+ id_comp'
+ radius_leftInv_pos_of_radius_pos
- id_apply_ne_one
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.
Thanks 🎉 bors merge |
We already have the results for the inverse of formal multilinear series, so this PR is mostly just extending our API. However, this showed that our API is suboptimal (notably with respect to the choice of constant coefficients in inverses of formal multilinear series), so we also tweak the definitions of `FormalMultilinearSeries.id` and `FormalMultilinearSeries.leftInv/rightInv` to make them more usable. Co-authored-by: Johan Commelin <johan@commelin.net>
Build failed (retrying...): |
bors r- |
Canceled. |
bors r+ |
We already have the results for the inverse of formal multilinear series, so this PR is mostly just extending our API. However, this showed that our API is suboptimal (notably with respect to the choice of constant coefficients in inverses of formal multilinear series), so we also tweak the definitions of `FormalMultilinearSeries.id` and `FormalMultilinearSeries.leftInv/rightInv` to make them more usable. Co-authored-by: Johan Commelin <johan@commelin.net>
Pull request successfully merged into master. Build succeeded: |
We already have the results for the inverse of formal multilinear series, so this PR is mostly just extending our API. However, this showed that our API is suboptimal (notably with respect to the choice of constant coefficients in inverses of formal multilinear series), so we also tweak the definitions of `FormalMultilinearSeries.id` and `FormalMultilinearSeries.leftInv/rightInv` to make them more usable. Co-authored-by: Johan Commelin <johan@commelin.net>
We already have the results for the inverse of formal multilinear series, so this PR is mostly just extending our API. However, this showed that our API is suboptimal (notably with respect to the choice of constant coefficients in inverses of formal multilinear series), so we also tweak the definitions of
FormalMultilinearSeries.id
andFormalMultilinearSeries.leftInv/rightInv
to make them more usable.