feat(Analysis/Deriv): add some lemmas for iteratedDeriv#36357
Open
yuanyi-350 wants to merge 14 commits intoleanprover-community:masterfrom
Open
feat(Analysis/Deriv): add some lemmas for iteratedDeriv#36357yuanyi-350 wants to merge 14 commits intoleanprover-community:masterfrom
iteratedDeriv#36357yuanyi-350 wants to merge 14 commits intoleanprover-community:masterfrom
Conversation
Collaborator
yuanyi-350
commented
Mar 8, 2026
PR summary 0370e59251
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.Analysis.Calculus.FDeriv.Basic | 1662 | 1663 | +1 (+0.06%) |
| Mathlib.Analysis.Calculus.FDeriv.Add | 1728 | 1729 | +1 (+0.06%) |
| Mathlib.Analysis.Calculus.FDeriv.Equiv | 1729 | 1730 | +1 (+0.06%) |
| Mathlib.Analysis.Calculus.ContDiff.FTaylorSeries | 1735 | 1736 | +1 (+0.06%) |
Import changes for all files
| Files | Import difference |
|---|---|
26 filesMathlib.Analysis.BoxIntegral.DivergenceTheorem Mathlib.Analysis.Calculus.Conformal.InnerProduct Mathlib.Analysis.Calculus.Conformal.NormedSpace Mathlib.Analysis.Calculus.ContDiff.FTaylorSeries Mathlib.Analysis.Calculus.FDeriv.Add Mathlib.Analysis.Calculus.FDeriv.Affine Mathlib.Analysis.Calculus.FDeriv.Basic Mathlib.Analysis.Calculus.FDeriv.Bilinear Mathlib.Analysis.Calculus.FDeriv.CompCLM Mathlib.Analysis.Calculus.FDeriv.Comp Mathlib.Analysis.Calculus.FDeriv.Congr Mathlib.Analysis.Calculus.FDeriv.Const Mathlib.Analysis.Calculus.FDeriv.Equiv Mathlib.Analysis.Calculus.FDeriv.Linear Mathlib.Analysis.Calculus.FDeriv.Pi Mathlib.Analysis.Calculus.FDeriv.Prod Mathlib.Analysis.Calculus.FDeriv.RestrictScalars Mathlib.Analysis.Calculus.FDeriv.Star Mathlib.Analysis.Calculus.FDeriv.WithLp Mathlib.Analysis.Calculus.ImplicitFunction.ProdDomain Mathlib.Analysis.Calculus.Implicit Mathlib.Analysis.Calculus.InverseFunctionTheorem.FDeriv Mathlib.Analysis.Calculus.LagrangeMultipliers Mathlib.Geometry.Euclidean.Angle.Unoriented.Conformal Mathlib.Geometry.Manifold.ConformalGroupoid Mathlib.MeasureTheory.Function.Jacobian |
1 |
Declarations diff
+ fderivWithin_comp_neg
+ fderivWithin_const_smul_field'
+ fderivWithin_neg'
+ fderivWithin_zero_of_not_uniqueDiffWithinAt
+ iteratedDerivWithin_comp_add_const
+ iteratedDerivWithin_comp_const_add
+ iteratedDerivWithin_comp_const_sub
+ iteratedDerivWithin_comp_neg
+ iteratedDerivWithin_comp_sub_const
+ iteratedFDerivWithin_comp_const_sub
+ iteratedFDerivWithin_comp_neg
You can run this locally as follows
## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>The doc-module for scripts/pr_summary/declarations_diff.sh contains some details about this script.
No changes to technical debt.
You can run this locally as
./scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
urkud
reviewed
Mar 8, 2026
urkud
reviewed
Mar 8, 2026
urkud
reviewed
Mar 8, 2026
Member
|
Also, please make sure that the PR title is about |
iteratedDeriv
sgouezel
reviewed
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.