Theorems · Inductive type · order theory
PosSMulMono
(α : Type u_1) → (β : Type u_2) → [SMul α β] → [Preorder α] → [Preorder β] → [Zero α] → Prop
Typeclass for monotonicity of scalar multiplication by nonnegative 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
- Cited by
- 188 results in Mathlib
- Foundations
- Depth 1 from the axioms, rests on 4 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Preorderstatement · cited by 7,952
Cited by200
Results whose statement or proof uses this declaration.
- smul_le_smul_of_nonneg_leftstatement and proof · cited by 47
- convex_Iccstatement and proof · cited by 29
- convex_Icistatement and proof · cited by 29
- FiniteArchimedeanClass.ballstatement and proof · cited by 23
- smul_nonnegstatement and proof · cited by 21
- convex_Iicstatement and proof · cited by 12
- FiniteArchimedeanClass.closedBallstatement and proof · cited by 10
- monotone_smul_left_of_nonnegstatement and proof · cited by 9
- OrderIso.smulRightstatement and proof · cited by 8
- OrderIso.smulRightDualstatement and proof · cited by 8
- MonovaryOn.sum_smul_comp_perm_le_sum_smulstatement and proof · cited by 7
- smul_le_smul_iff_of_pos_leftstatement and proof · cited by 7