Theorems · Inductive type · order theory
PosMulMono
(α : Type u_1) → [Mul α] → [Zero α] → [Preorder α] → Prop
Typeclass for monotonicity of multiplication by nonnegative elements on the left,
namely a₁ ≤ a₂ → b * a₁ ≤ b * a₂ if 0 ≤ b.
You should usually not use this very granular typeclass directly, but rather a typeclass like
IsOrderedRing.
- Defined in
- Mathlib.Algebra.Order.GroupWithZero.Defs
- Cited by
- 165 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 by170
Results whose statement or proof uses this declaration.
- mul_nonnegstatement · cited by 397
- mul_le_mul_of_nonneg_leftstatement and proof · cited by 361
- mul_le_mulstatement · cited by 144
- pow_nonnegstatement and proof · cited by 141
- sq_nonnegstatement and proof · cited by 106
- pow_le_pow_left₀statement and proof · cited by 99
- Finset.prod_le_prodstatement and proof · cited by 40
- Finset.prod_nonnegstatement and proof · cited by 39
- mul_le_mul_iff_right₀statement and proof · cited by 38
- mul_self_nonnegstatement and proof · cited by 35
- mul_le_of_le_one_rightstatement and proof · cited by 29
- pow_le_pow_right₀statement and proof · cited by 28