Mathlib Map

Structures · Algebra

PosMulMono

Typeclass for monotonicity of multiplication by nonnegative elements on the left, namely a₁ ≤ a₂ → b * a₁ ≤ b * a₂ if 0 ≤ b. You should usually not use this very granular typeclass directly, but rather a typeclass like IsOrderedRing.

Defined in
Mathlib.Algebra.Order.GroupWithZero.Defs
Shape
One type argument · adds mul_le_mul_of_nonneg_left

Extends0

Extends nothing: this is a root of the hierarchy.

Extended by1

Concrete types that are instances4

  • Rat
  • EReal
  • WithBot
  • WithZero

How is a type an instance?

Loading the hierarchy index…

Assumed by172

Ancestors0

No ancestors.