Theorems · Inductive type · order theory
PosSMulReflectLE
(α : Type u_1) → (β : Type u_2) → [SMul α β] → [Preorder α] → [Preorder β] → [Zero α] → Prop
Typeclass for reverse monotonicity of scalar multiplication by positive elements on the left,
namely a • b₁ ≤ a • b₂ → b₁ ≤ 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
- 51 results in Mathlib
- Foundations
- Depth 1 from the axioms · 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 by54
Results whose statement or proof uses this declaration.
- OrderIso.smulRightstatement and proof · cited by 8
- smul_le_smul_iff_of_pos_leftstatement and proof · cited by 7
- le_of_smul_le_smul_leftstatement and proof · cited by 6
- le_inv_smul_iff_of_posstatement and proof · cited by 5
- inv_smul_le_iff_of_posstatement and proof · cited by 3
- le_of_smul_le_smul_of_pos_leftstatement · cited by 3
- map_le_lineMap_iff_slope_le_slope_leftstatement and proof · cited by 3
- lineMap_le_lineMap_iff_of_ltstatement and proof · cited by 2
- right_le_lineMap_iff_lestatement and proof · cited by 2
- lineMap_le_right_iff_lestatement and proof · cited by 2
- left_le_lineMap_iff_lestatement and proof · cited by 2
- smul_le_smul_iff_of_neg_leftstatement and proof · cited by 2