Mathlib Map

Theorems · Theorem · order theory

add_lt_add

∀ {α : Type u_1} [inst : Add α] [inst_1 : Preorder α] [AddLeftStrictMono α] [AddRightStrictMono α] {a b c d : α},
  a < b → c < d → a + c < b + d

Alias of add_lt_add_of_lt_of_lt.

Defined in
Mathlib.Algebra.Order.Monoid.Unbundled.Basic
Cited by
35 results in Mathlib
Foundations
Depth 9 from the axioms · uses no axioms
Assumes
AddPreorderAddLeftStrictMonoAddRightStrictMono

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 by35

Results whose statement or proof uses this declaration.