-
Notifications
You must be signed in to change notification settings - Fork 987
[Merged by Bors] - feat: IsStrictOrderedRing (Lex R⟦Γ⟧)
#33398
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
Conversation
PR summary ce5b0921e0Import changes exceeding 2%
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.RingTheory.HahnSeries.Lex | 651 | 862 | +211 (+32.41%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.RingTheory.HahnSeries.HahnEmbedding |
6 |
Mathlib.Algebra.Order.Module.HahnEmbedding |
57 |
Mathlib.RingTheory.HahnSeries.Lex |
211 |
Declarations diff
+ instance [IsOrderedRing R] [NoZeroDivisors R] : IsOrderedRing (Lex R⟦Γ⟧)
+ instance [IsStrictOrderedRing R] : IsStrictOrderedRing (Lex R⟦Γ⟧)
+ leadingCoeff_mul
+ leadingCoeff_mul_of_ne_zero
+ orderTop_mul
+ orderTop_mul_of_ne_zero
+ order_mul_of_ne_zero
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.
Decrease in tech debt: (relative, absolute) = (1.00, 0.01)
| Current number | Change | Type |
|---|---|---|
| 143 | -1 | flexible linter exceptions |
Current commit b2622002b7
Reference commit ce5b0921e0
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).
YaelDillies
left a comment
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!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
Thanks! bors d+ |
|
✌️ vihdzp can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
|
Pull request successfully merged into master. Build succeeded! And happy new year! 🎉 |
IsStrictOrderedRing (Lex R⟦Γ⟧)IsStrictOrderedRing (Lex R⟦Γ⟧)
Used in the CGT repo.
Used in the CGT repo.
I don't know if it's possible to relax
RingtoSemiring.