Mathlib Map

Theorems · Theorem · order theory

mul_le_mul_iff_of_pos_left

∀ {α : Type u_1} [inst : Mul α] [inst_1 : Zero α] [inst_2 : Preorder α] {a b c : α} [PosMulMono α] [PosMulReflectLE α],
  0 < a → (a * b ≤ a * c ↔ b ≤ c)

Alias of mul_le_mul_iff_right₀.

Defined in
Mathlib.Algebra.Order.GroupWithZero.Defs
Cited by
13 results in Mathlib
Foundations
Depth 8 from the axioms · uses no axioms
Assumes
MulZeroPreorderPosMulMonoPosMulReflectLE

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by13

Results whose statement or proof uses this declaration.