Skip to content

Conversation

@urkud
Copy link
Member

@urkud urkud commented Nov 22, 2025

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.


Open in Gitpod

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.
@github-actions
Copy link

github-actions bot commented Nov 22, 2025

PR summary f141b457d6

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ Nat.exists_lt_iff_fin
+ Nat.forall_lt_iff_fin
+ norm_compAlongOrderedFinpartitionL_apply_le
+ norm_compAlongOrderedFinpartition_sub_compAlongOrderedFinpartition_le
+ taylorComp_sub_taylorComp_isBigO
+ taylorComp_sub_taylorComp_isLittleO

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

Copy link
Contributor

@sgouezel sgouezel left a 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
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

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

ditto

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Nov 24, 2025

✌️ 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.

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label Nov 24, 2025
@urkud urkud added the auto-merge-after-CI Please do not add manually. Requests for a bot to merge automatically once CI is done. label Nov 24, 2025
@leanprover-community-mathlib4-bot
Copy link
Collaborator

As this PR is labelled auto-merge-after-CI, we are now sending it to bors:

bors merge

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the ready-to-merge This PR has been sent to bors. label Nov 24, 2025
mathlib-bors bot pushed a commit that referenced this pull request Nov 24, 2025
…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.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Nov 24, 2025

Canceled.

@leanprover-community-mathlib4-bot
Copy link
Collaborator

As this PR is labelled auto-merge-after-CI, we are now sending it to bors:

bors merge

mathlib-bors bot pushed a commit that referenced this pull request Nov 24, 2025
…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.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Nov 24, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(FaaDiBruno): add estimates on the difference between taylor series [Merged by Bors] - feat(FaaDiBruno): add estimates on the difference between taylor series Nov 24, 2025
@mathlib-bors mathlib-bors bot closed this Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-after-CI Please do not add manually. Requests for a bot to merge automatically once CI is done. 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants