Mathlib Map

Theorems · Theorem · order theory

sub_lt_zero

∀ {α : Type u} [inst : AddGroup α] [inst_1 : LT α] [AddRightStrictMono α] {a b : α}, a - b < 0 ↔ a < b

Alias of sub_neg. For a - -b = a + b, see sub_neg_eq_add.

Defined in
Mathlib.Algebra.Order.Group.Unbundled.Basic
Cited by
4 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext
Assumes
AddGroupLTAddRightStrictMono

Around this declaration

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

Cites3

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

Cited by4

Results whose statement or proof uses this declaration.