Mathlib Map

Structures · Algebra

AddLeftReflectLE

Typeclass for reverse monotonicity of addition 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 IsOrderedCancelAddMonoid.

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

Extends0

Extends nothing: this is a root of the hierarchy.

Extended by0

Nothing extends this class yet.

Concrete types that are instances7

  • Finsupp
  • DFinsupp
  • PNat
  • Ordinal
  • Subtype
  • OrderDual
  • Multiset

How is a type an instance?

Loading the hierarchy index…

Assumed by128

Ancestors0

No ancestors.