[Merged by Bors] - feat(Algebra/Order): add Finite(Mul)ArchimedeanClass#28394
[Merged by Bors] - feat(Algebra/Order): add Finite(Mul)ArchimedeanClass#28394wwylele wants to merge 14 commits intoleanprover-community:masterfrom
Conversation
PR summary 45e60eb5ad
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.Algebra.Order.Archimedean.Class | 760 | 761 | +1 (+0.13%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.Algebra.Order.Archimedean.Class |
1 |
Declarations diff
+ FiniteMulArchimedeanClass
+ ind
+ instance [MulArchimedean M] : Subsingleton (FiniteMulArchimedeanClass M)
+ instance [Nontrivial M] : Nonempty (FiniteMulArchimedeanClass M) := by
+ lift
+ liftOrderHom
+ liftOrderHom_mk
+ lift_mk
+ mk
+ mk_le_mk
+ mk_lt_mk
+ val_mk
+ withTopOrderIso
+ withTopOrderIso_apply_coe
+ withTopOrderIso_symm_apply
+ «forall»
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).
YaelDillies
left a comment
There was a problem hiding this comment.
Thanks for splitting!
b0014fa to
21ac1ab
Compare
YaelDillies
left a comment
There was a problem hiding this comment.
Thanks!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
c31ee49 to
3537a15
Compare
|
Small changes since YaelDillies's review on 0d83c45:
|
|
✌️ wwylele can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Bryan Gin-ge Chen <bryangingechen@gmail.com>
Co-authored-by: Bryan Gin-ge Chen <bryangingechen@gmail.com>
Co-authored-by: Bryan Gin-ge Chen <bryangingechen@gmail.com>
Co-authored-by: Bryan Gin-ge Chen <bryangingechen@gmail.com>
Co-authored-by: Bryan Gin-ge Chen <bryangingechen@gmail.com>
Co-authored-by: Junyan Xu <junyanxu.math@gmail.com>
|
Looks like I got hit by cache issue again... let me just try merging? bors r+ |
Separated from #25970. This adds a subtype of (Mul)ArchimedeanClass that is useful in formalizing Hahn embedding theorem. The only code change since last review was doc string update for `to_additive`
|
Pull request successfully merged into master. Build succeeded: |
…unity#28394) Separated from leanprover-community#25970. This adds a subtype of (Mul)ArchimedeanClass that is useful in formalizing Hahn embedding theorem. The only code change since last review was doc string update for `to_additive`
…unity#28394) Separated from leanprover-community#25970. This adds a subtype of (Mul)ArchimedeanClass that is useful in formalizing Hahn embedding theorem. The only code change since last review was doc string update for `to_additive`
…unity#28394) Separated from leanprover-community#25970. This adds a subtype of (Mul)ArchimedeanClass that is useful in formalizing Hahn embedding theorem. The only code change since last review was doc string update for `to_additive`
Separated from #25970. This adds a subtype of (Mul)ArchimedeanClass that is useful in formalizing Hahn embedding theorem.
The only code change since last review was doc string update for
to_additive