[Merged by Bors] - feat(algebra/algebra/ordered): ordered algebras#4683
[Merged by Bors] - feat(algebra/algebra/ordered): ordered algebras#4683
Conversation
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
Co-authored-by: Gabriel Ebner <gebner@gebner.org>
…community/mathlib into ordered_semiring_zero_le_one
|
Still some linter unhappiness |
|
bors d+ jalex-stark |
|
✌️ semorrison can now approve this pull request. To approve and merge a pull request, simply reply with |
|
let's see if this works? |
|
bors d=jalex-stark |
|
✌️ jalex-stark can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Hooray! I succesfully managed to convey my intent to a piece of rusty metal! |
|
🎉 Great news! Looks like all the dependencies have been resolved:
💡 To add or remove a dependency please update this issue/PR description. Brought to you by Dependent Issues (:robot: ). Happy coding! |
|
@jcommelin I fixed the lint but couldn't resist making a bunch of formatting changes in |
An ordered algebra is an ordered semiring, which is an algebra over an ordered commutative semiring, for which scalar multiplication is "compatible" with the two orders. Co-authored-by: Scott Morrison <scott.morrison@gmail.com> Co-authored-by: Rob Lewis <Rob.y.lewis@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
An ordered algebra is an ordered semiring, which is an algebra over an ordered commutative semiring,
for which scalar multiplication is "compatible" with the two orders.