Module docstring
{"# Lemmas on the monotone multiplication typeclasses
This file builds on Mathlib.Algebra.Order.GroupWithZero.Unbundled.Defs by proving several lemmas
that do not immediately follow from the typeclass specifications.
","Lemmas of the form a ≤ a * b ↔ 1 ≤ b and a * b ≤ a ↔ b ≤ 1, assuming left covariance. ","Lemmas of the form a ≤ b * a ↔ 1 ≤ b and a * b ≤ b ↔ a ≤ 1, assuming right covariance. ","Lemmas of the form 1 ≤ b → a ≤ a * b.
Variants with < 0 and ≤ 0 instead of 0 < and 0 ≤ appear in Mathlib/Algebra/Order/Ring/Defs
(which imports this file) as they need additional results which are not yet available here. "}