[Merged by Bors] - feat: telescopic product/sum over Fin#36674
Closed
EtienneC30 wants to merge 14 commits intoleanprover-community:masterfrom
Closed
[Merged by Bors] - feat: telescopic product/sum over Fin#36674EtienneC30 wants to merge 14 commits intoleanprover-community:masterfrom
EtienneC30 wants to merge 14 commits intoleanprover-community:masterfrom
Conversation
Member
EtienneC30
commented
Mar 15, 2026
PR summary 60ed60fabcImport changes exceeding 2%
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.Algebra.BigOperators.Intervals | 622 | 640 | +18 (+2.89%) |
| Mathlib.Combinatorics.SetFamily.AhlswedeZhang | 799 | 814 | +15 (+1.88%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.NumberTheory.Multiplicity |
6 |
10 filesMathlib.Algebra.CharP.Frobenius Mathlib.Algebra.CharP.Lemmas Mathlib.Algebra.CharP.Reduced Mathlib.Data.Nat.Choose.Factorization Mathlib.Data.Nat.Multiplicity Mathlib.Data.Nat.Squarefree Mathlib.NumberTheory.MaricaSchoenheim Mathlib.NumberTheory.Padics.PadicNorm Mathlib.NumberTheory.Padics.PadicVal.Basic Mathlib.NumberTheory.SmoothNumbers |
7 |
Mathlib.NumberTheory.Basic Mathlib.RingTheory.Ideal.Basic |
12 |
Mathlib.Algebra.Order.CauSeq.BigOperators |
14 |
15 filesMathlib.Algebra.Field.GeomSum Mathlib.Algebra.Order.Field.GeomSum Mathlib.Algebra.Order.Ring.GeomSum Mathlib.Algebra.Order.Ring.IsNonarchimedean Mathlib.Algebra.Ring.Divisibility.Lemmas Mathlib.Algebra.Ring.GeomSum Mathlib.Algebra.Squarefree.Basic Mathlib.Combinatorics.Colex Mathlib.Combinatorics.SetFamily.AhlswedeZhang Mathlib.Combinatorics.SetFamily.KruskalKatona Mathlib.Data.Nat.Choose.Sum Mathlib.NumberTheory.FactorisationProperties Mathlib.NumberTheory.Primorial Mathlib.RingTheory.Nilpotent.Basic Mathlib.RingTheory.Radical.Basic |
15 |
5 filesMathlib.Algebra.BigOperators.Intervals Mathlib.Algebra.BigOperators.Module Mathlib.Data.Nat.Digits.Div Mathlib.Data.Nat.Digits.Lemmas Mathlib.Data.Nat.Factorial.SuperFactorial |
18 |
Declarations diff
+ Fin.prod_Icc_div
+ Fin.prod_Iic_div
+ Finset.prod_fin_Icc_eq_prod_nat_Icc
+ prod_Icc_div
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).
eric-wieser
reviewed
Mar 15, 2026
2 tasks
joneugster
reviewed
Mar 27, 2026
Contributor
joneugster
left a comment
There was a problem hiding this comment.
Overall the PR looks good to me, thanks! See comment about simp-set
Member
Author
|
!bench |
|
Benchmark results for 38ca5c2 against 60ed60f are in. There are no significant changes. @EtienneC30
Small changes (1🟥)
|
Contributor
|
Thanks! maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by joneugster. |
Contributor
|
Pull request successfully merged into master. Build succeeded:
|
aditya-ramabadran
pushed a commit
to aditya-ramabadran/mathlib4
that referenced
this pull request
Apr 1, 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.