-
Notifications
You must be signed in to change notification settings - Fork 351
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(RingTheory/Polynomial/Hilbert): Polynomial.exists_unique_hilbertPoly
and Polynomial.hilbertPoly_mul_one_sub_pow_add
#19404
Conversation
PR summary a99bae1b50Import changes exceeding 2%
|
File | Base Count | Head Count | Change |
---|---|---|---|
Mathlib.RingTheory.Polynomial.HilbertPoly | 1046 | 1094 | +48 (+4.59%) |
Import changes for all files
Files | Import difference |
---|---|
Mathlib.RingTheory.Polynomial.HilbertPoly |
48 |
Declarations diff
+ exists_unique_hilbertPoly
+ hilbertPoly_mul_one_sub_pow_add
+ hilbertPoly_mul_one_sub_succ
+ invOneSubPow_add
+ one_sub_pow_add_mul_invOneSubPow_val_eq_one_sub_pow
+ one_sub_pow_mul_invOneSubPow_val_add_eq_invOneSubPow_val
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 therelative
value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
This PR/issue depends on: |
d
and a polynomial p : ℤ[X]
, proved the key property of the Hilbert polynomial in terms of d
and p
Polynomial.exists_unique_hilbertPoly
and Polynomial.hilbertPoly_mul_one_sub_pow_add
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.
Thanks 🎉
bors merge
…tPoly` and `Polynomial.hilbertPoly_mul_one_sub_pow_add` (#19404) Co-authored-by: Li <[email protected]>
Pull request successfully merged into master. Build succeeded: |
Polynomial.exists_unique_hilbertPoly
and Polynomial.hilbertPoly_mul_one_sub_pow_add
Polynomial.exists_unique_hilbertPoly
and Polynomial.hilbertPoly_mul_one_sub_pow_add
Polynomial.hilbertPoly p d
forp : F[X]
andd : ℕ
, whereF
is a field. #19303In this pull request, the main results we have added are:
Polynomial.exists_unique_hilbertPoly
Polynomial.hilbertPoly_mul_one_sub_pow_add