Commit 2020-12-12 09:03 3afdf41f
View on Github →chore(*): generalize some lemmas from linear_ordered_semiring
to ordered_semiring
(#5327)
API changes:
- Many lemmas now have weaker typeclass assumptions. Sometimes this means that
@myname _ _ _
needs one more_
. - Drop
eq_one_of_mul_self_left_cancel
etc in favor of the newmul_eq_left_iff
etc. - A few new lemmas that state
monotone
orstrict_mono_incr_on
.