Mathlib Map

Structures · Algebra

MulLeftReflectLE

Typeclass for reverse monotonicity of multiplication on the left, namely a * b₁ ≤ a * b₂ → b₁ ≤ b₂. You should usually not use this very granular typeclass directly, but rather a typeclass like IsOrderedCancelMonoid.

Defined in
Mathlib.Algebra.Order.Monoid.Unbundled.Defs
Shape
One type argument · adds le_of_mul_le_mul_left'

Extends0

Extends nothing: this is a root of the hierarchy.

Extended by0

Nothing extends this class yet.

Concrete types that are instances1

  • OrderDual

How is a type an instance?

Loading the hierarchy index…

Assumed by19

Ancestors0

No ancestors.