[Merged by Bors] - feat: if 1 < x then y ^ n < x for some 1 < y#28942
[Merged by Bors] - feat: if 1 < x then y ^ n < x for some 1 < y#28942vihdzp wants to merge 6 commits intoleanprover-community:masterfrom
1 < x then y ^ n < x for some 1 < y#28942Conversation
PR summary b69b8b678eImport changes exceeding 2%
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.Algebra.Order.Group.DenselyOrdered | 222 | 229 | +7 (+3.15%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.Algebra.Order.Group.DenselyOrdered |
7 |
Declarations diff
+ exists_lt_pow_of_lt_one
+ exists_pow_lt_of_one_lt
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
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).
Co-authored-by: Monica Omar <23701951+themathqueen@users.noreply.github.com>
YaelDillies
left a comment
There was a problem hiding this comment.
Can you multiplicativise everything?
YaelDillies
left a comment
There was a problem hiding this comment.
Thanks! 🚀
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
Thanks! Could you update the PR title, now that the results are multiplicativised and bors d+ |
|
✌️ vihdzp can now approve this pull request. To approve and merge a pull request, simply reply with |
0 < x then n • y < x for some y1 < x then 1 < y^n < x for some y
1 < x then 1 < y^n < x for some y1 < x then y ^ n < x for some 1 < y
|
bors r+ |
|
Pull request successfully merged into master. Build succeeded: |
1 < x then y ^ n < x for some 1 < y1 < x then y ^ n < x for some 1 < y
…ity#28942) Co-authored-by: Yaël Dillies <yael.dillies@gmail.com> Co-authored-by: Author Name <yael.dillies@gmail.com>
…ity#28942) Co-authored-by: Yaël Dillies <yael.dillies@gmail.com> Co-authored-by: Author Name <yael.dillies@gmail.com>
…ity#28942) Co-authored-by: Yaël Dillies <yael.dillies@gmail.com> Co-authored-by: Author Name <yael.dillies@gmail.com>
Co-authored-by: Yaël Dillies yael.dillies@gmail.com