You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
feat(algebra/order/monoid): generalize, convert to to_additive and iff of lt_or_lt_of_mul_lt_mul (#13192)
I converted a lemma showing
`m + n < a + b → m < a ∨ n < b`
to the `to_additive` version of a lemma showing
`m * n < a * b → m < a ∨ n < b`.
I also added a lemma showing `m * n < a * b ↔ m < a ∨ n < b` and its `to_additive` version.
0 commit comments