Mathlib Map

Structures · Algebra

PosSMulStrictMono

Typeclass for strict monotonicity of scalar multiplication by positive elements on the left, namely b₁ < b₂ → a • b₁ < a • b₂ if 0 < a. 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_left

Extends0

Extends nothing: this is a root of the hierarchy.

Extended by1

Concrete types that are instances5

  • Int
  • Nat
  • Rat
  • NNReal
  • NNRat

How is a type an instance?

Loading the hierarchy index…

Assumed by137

Ancestors0

No ancestors.