Mathlib Map

Theorems · Theorem · order theory

smul_add_smul_lt_smul_add_smul

∀ {α : Type u_1} {β : Type u_2} [inst : Semiring α] [inst_1 : PartialOrder α] [IsStrictOrderedRing α] [ExistsAddOfLE α]
  [inst_4 : AddCommMonoid β] [inst_5 : PartialOrder β] [IsOrderedCancelAddMonoid β] [inst_7 : Module α β]
  [PosSMulStrictMono α β] {a₁ a₂ : α} {b₁ b₂ : β}, a₁ < a₂ → b₁ < b₂ → a₁ • b₂ + a₂ • b₁ < a₁ • b₁ + a₂ • b₂

Binary strict rearrangement inequality.

Defined in
Mathlib.Algebra.Order.Module.Defs
Cited by
2 results in Mathlib
Foundations
Depth 19 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringPartialOrderIsStrictOrderedRingExistsAddOfLEAddCommMonoidPartialOrderIsOrderedCancelAddMonoidModulePosSMulStrictMono

Around this declaration

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

Cites13

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

Cited by2

Results whose statement or proof uses this declaration.