Ordered monoid structures on Multiplicative α and Additive α. #
@[instance_reducible]
@[instance_reducible]
Equations
@[instance_reducible]
@[instance_reducible]
Equations
@[instance_reducible]
Equations
- Multiplicative.preorder = { toLE := instLEMultiplicative, toLT := instLTMultiplicative, le_refl := ⋯, le_trans := ⋯, lt_iff_le_not_ge := ⋯ }
@[instance_reducible]
Equations
- Additive.preorder = { toLE := instLEAdditive, toLT := instLTAdditive, le_refl := ⋯, le_trans := ⋯, lt_iff_le_not_ge := ⋯ }
@[instance_reducible]
Equations
- Multiplicative.partialOrder = { toPreorder := Multiplicative.preorder, le_antisymm := ⋯ }
@[instance_reducible]
Equations
- Additive.partialOrder = { toPreorder := Additive.preorder, le_antisymm := ⋯ }
@[instance_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[instance_reducible]
Equations
- One or more equations did not get rendered due to their size.
@[instance_reducible]
Equations
- Multiplicative.orderBot = { toBot := Multiplicative.orderBot._aux_1, bot_le := ⋯ }
@[instance_reducible]
Equations
- Additive.orderBot = { toBot := Additive.orderBot._aux_1, bot_le := ⋯ }
@[instance_reducible]
Equations
- Multiplicative.orderTop = { toTop := Multiplicative.orderTop._aux_1, le_top := ⋯ }
@[instance_reducible]
Equations
- Additive.orderTop = { toTop := Additive.orderTop._aux_1, le_top := ⋯ }
@[instance_reducible]
Equations
- Multiplicative.boundedOrder = { toOrderTop := Multiplicative.orderTop, toOrderBot := Multiplicative.orderBot }
@[instance_reducible]
Equations
- Additive.boundedOrder = { toOrderTop := Additive.orderTop, toOrderBot := Additive.orderBot }
Alias of the reverse direction of Additive.toMul_le.
Alias of the reverse direction of Additive.ofMul_le.
Alias of the reverse direction of Additive.toMul_lt.
Alias of the reverse direction of Additive.ofMul_lt.
@[simp]
@[simp]
Alias of the reverse direction of Multiplicative.toAdd_le.
Alias of the reverse direction of Multiplicative.ofAdd_le.
Alias of the reverse direction of Multiplicative.toAdd_lt.
Alias of the reverse direction of Multiplicative.ofAdd_lt.