[Merged by Bors] - refactor(Algebra/Star/Order): Use NonUnitalStarRingHom in Algebra.Star.Order#13089
[Merged by Bors] - refactor(Algebra/Star/Order): Use NonUnitalStarRingHom in Algebra.Star.Order#13089
Conversation
Co-authored-by: Jireh Loreaux <[email protected]>
Co-authored-by: Jireh Loreaux <[email protected]>
Co-authored-by: Jireh Loreaux <[email protected]>
Co-authored-by: Jireh Loreaux <[email protected]>
Co-authored-by: Jireh Loreaux <[email protected]>
Co-authored-by: Jireh Loreaux <[email protected]>
Co-authored-by: Jireh Loreaux <[email protected]>
Co-authored-by: Jireh Loreaux <[email protected]>
Co-authored-by: Jireh Loreaux <[email protected]>
Co-authored-by: Jireh Loreaux <[email protected]>
Co-authored-by: Jireh Loreaux <[email protected]>
Co-authored-by: Jireh Loreaux <[email protected]>
Import summaryNo significant changes to the import graph |
PR summary 809384e3dd
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.Algebra.Star.Order | 507 | 508 | +1 (+0.20%) |
Import changes for all files
| Files | Import difference |
|---|---|
24 filesMathlib.Analysis.SpecialFunctions.Trigonometric.Chebyshev Mathlib.Analysis.Calculus.FDeriv.Analytic Mathlib.Data.Complex.Exponential Mathlib.Algebra.Order.Ring.Star Mathlib.LinearAlgebra.Matrix.DotProduct Mathlib.Data.Matrix.Rank Mathlib.Data.Rat.Star Mathlib.Algebra.Star.CHSH Mathlib.Algebra.Star.Order Mathlib.Data.Int.Star Mathlib.Analysis.Analytic.Meromorphic Mathlib.Analysis.Calculus.LocalExtr.Polynomial Mathlib.Data.Real.StarOrdered Mathlib.Analysis.Analytic.Linear Mathlib.Analysis.Analytic.Constructions Mathlib.Analysis.Analytic.Composition Mathlib.Analysis.Analytic.Basic Mathlib.Analysis.Analytic.Uniqueness Mathlib.Analysis.Analytic.CPolynomial Mathlib.Geometry.Manifold.AnalyticManifold Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.Card Mathlib.Analysis.Analytic.IsolatedZeros Mathlib.Analysis.Analytic.Inverse Mathlib.Analysis.Analytic.Polynomial |
1 |
Declarations diff
+ NonUnitalStarRingHom.map_le_map_of_map_star
+ instance (priority := 100) StarRingEquivClass.instOrderIsoClass [EquivLike F R S]
+ instance (priority := 100) StarRingHomClass.instOrderHomClass [FunLike F R S]
- NonUnitalRingHom.map_le_map_of_map_star
- instance (priority := 100) StarRingHomClass.instOrderHomClass [FunLike F R S] [StarHomClass F R S]
- instance (priority := 100) StarRingHomClass.instOrderIsoClass [EquivLike F R S] [StarHomClass F R S]
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>|
This PR/issue depends on: |
|
@riccardobrasca I assume you added the |
Yes, feel free to remove it if it's ready for reviews. |
|
bors merge |
…r.Order (#13089) Refactor `Algebra.Star.Order` to use the new non-unital *-ring homomorphisms / isomorphisms introduced in #12924 Co-authored-by: Christopher Hoskin <[email protected]> Co-authored-by: Christopher Hoskin <[email protected]>
|
Build failed (retrying...): |
…r.Order (#13089) Refactor `Algebra.Star.Order` to use the new non-unital *-ring homomorphisms / isomorphisms introduced in #12924 Co-authored-by: Christopher Hoskin <[email protected]> Co-authored-by: Christopher Hoskin <[email protected]>
|
Pull request successfully merged into master. Build succeeded: |
Refactor
Algebra.Star.Orderto use the new non-unital *-ring homomorphisms / isomorphisms introduced in #12924