Mathlib Map

Theorems · Theorem · order theory

mul_le_mul

∀ {α : Type u_1} [inst : Mul α] [inst_1 : Zero α] [inst_2 : Preorder α] {a b c d : α} [PosMulMono α] [MulPosMono α],
  a ≤ b → c ≤ d → 0 ≤ c → 0 ≤ b → a * c ≤ b * d

Alias of mul_le_mul_of_nonneg'.

Defined in
Mathlib.Algebra.Order.GroupWithZero.Defs
Cited by
144 results in Mathlib
Foundations
Depth 7 from the axioms, rests on 18 definitions · uses no axioms
Assumes
MulZeroPreorderPosMulMonoMulPosMono

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 by144

Results whose statement or proof uses this declaration.