Mathlib Map

Structures · Algebra

SMulPosStrictMono

Typeclass for strict monotonicity of scalar multiplication by positive elements on the left, namely a₁ < a₂ → a₁ • b < a₂ • b if 0 < b. You should usually not use this very granular typeclass directly, but rather a typeclass like IsOrderedModule.

Defined in
Mathlib.Algebra.Order.Module.Defs
Shape
2 explicit arguments · adds smul_lt_smul_of_pos_right

Extends0

Extends nothing: this is a root of the hierarchy.

Extended by1

Concrete types that are instances3

  • Int
  • Nat
  • NNReal

How is a type an instance?

Loading the hierarchy index…

Assumed by33

Ancestors0

No ancestors.