Mathlib Map

Theorems · Theorem · order theory

mul_lt_mul

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

Alias of mul_lt_mul_of_pos_of_nonneg'. Alias of mul_lt_mul_of_lt_of_le_of_pos_of_nonneg.

Defined in
Mathlib.Algebra.Order.GroupWithZero.Defs
Cited by
12 results in Mathlib
Foundations
Depth 9 from the axioms · uses no axioms
Assumes
MulZeroPreorderPosMulMonoMulPosStrictMono

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 by12

Results whose statement or proof uses this declaration.