-
Notifications
You must be signed in to change notification settings - Fork 924
[Merged by Bors] - feat(FaaDiBruno): add estimates on the difference between taylor series #31937
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
Conversation
Prove an estimate on `(f ∘ g)^{(n)}` that can be used to show, e.g.,
that the composition of two `C^{n+(α)}` functions is a `C^{n+(α)}` function.
PR summary f141b457d6Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
sgouezel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors d+
| FormalMultilinearSeries 𝕜 E G := | ||
| fun n ↦ ∑ c : OrderedFinpartition n, q.compAlongOrderedFinpartition p c | ||
|
|
||
| theorem taylorComp_sub_taylorComp_isBigO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one would deserve a docstring.
| (hq₂_bdd _ <| c.partSize_le i).isBigO_one ℝ | ||
| simpa using H₁.norm_norm.mul <| .finsetProd fun i _ ↦ (H₂ i).norm_left | ||
|
|
||
| theorem taylorComp_sub_taylorComp_isLittleO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
|
✌️ urkud can now approve this pull request. To approve and merge a pull request, simply reply with |
|
As this PR is labelled bors merge |
…es (#31937) Prove an estimate on `(f ∘ g)^{(n)}` that can be used to show, e.g., that the composition of two `C^{n+(α)}` functions is a `C^{n+(α)}` function.
Co-authored-by: Sebastien Gouezel <[email protected]>
|
Canceled. |
|
As this PR is labelled bors merge |
…es (#31937) Prove an estimate on `(f ∘ g)^{(n)}` that can be used to show, e.g., that the composition of two `C^{n+(α)}` functions is a `C^{n+(α)}` function.
|
Pull request successfully merged into master. Build succeeded: |
Prove an estimate on
(f ∘ g)^{(n)}that can be used to show, e.g., that the composition of twoC^{n+(α)}functions is aC^{n+(α)}function.