Commit 2025-04-24 20:04 8ca285ce
View on Github →chore(Algebra/Order/GroupWithZero): review (#24301)
Reorder lemmas, unify assumptions, generalize from LinearOrder
to PartialOrder
.
Lemmas in this file used to have many different sets of typeclass assumptions,
so they were sorted according to the assumptions.
Recently, I've reduced the number of sets of assumptions, but didn't reorder the lemmas.
In this PR, I further unify assumptions and reorder theorems.