Theorems · Inductive type · order theory
MulPosReflectLE
(α : Type u_1) → [Mul α] → [Zero α] → [Preorder α] → Prop
Typeclass for reverse monotonicity of multiplication by positive elements on the right,
namely a₁ * b ≤ a₂ * b → a₁ ≤ a₂ if 0 < b.
You should usually not use this very granular typeclass directly, but rather a typeclass like
IsStrictOrderedRing.
- Defined in
- Mathlib.Algebra.Order.GroupWithZero.Defs
- Cited by
- 17 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 by19
Results whose statement or proof uses this declaration.
- le_of_mul_le_mul_rightstatement and proof · cited by 26
- mul_le_mul_iff_left₀statement and proof · cited by 19
- mul_le_mul_iff_of_pos_rightstatement · cited by 11
- mul_le_iff_le_one_leftstatement and proof · cited by 6
- le_mul_iff_one_le_leftstatement and proof · cited by 5
- one_le_of_le_mul_right₀statement and proof · cited by 4
- le_of_mul_le_mul_of_pos_rightstatement · cited by 2
- posMulReflectLE_iff_mulPosReflectLEstatement · cited by 1
- MulPosReflectLE.casesOnstatement and proof · cited by 1
- MulPosReflectLE.toMulPosStrictMonostatement and proof · cited by 1
- MulPosReflectLT.toMulPosReflectLEstatement · cited by 1
- mul_right_cancel_iff_of_posstatement and proof · cited by 0