Mathlib Map

Theorems · Theorem · order theory

PosSMulStrictMono.smul_lt_smul_of_pos_left

∀ {α : Type u_1} {β : Type u_2} {inst : SMul α β} {inst_1 : Preorder α} {inst_2 : Preorder β} {inst_3 : Zero α}
  [self : PosSMulStrictMono α β] ⦃a : α⦄, 0 < a → ∀ ⦃b₁ b₂ : β⦄, b₁ < b₂ → a • b₁ < a • b₂

Do not use this. Use smul_lt_smul_of_pos_left instead.

Defined in
Mathlib.Algebra.Order.Module.Defs
Cited by
1 results in Mathlib
Foundations
Depth 4 from the axioms · uses no axioms
Assumes
PosSMulStrictMono

Around this declaration

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

Cites2

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

Cited by1

Results whose statement or proof uses this declaration.