Mathlib Map

Structures · Algebra

PosMulStrictMono

Typeclass for strict monotonicity of multiplication by positive 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 IsStrictOrderedRing.

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

Extends0

Extends nothing: this is a root of the hierarchy.

Extended by2

Concrete types that are instances5

  • Ordinal
  • FractionalIdeal
  • WithBot
  • WithZero
  • Ideal

How is a type an instance?

Loading the hierarchy index…

Assumed by148

Ancestors0

No ancestors.