Theorems · Theorem · order theory
add_tsub_le_left
∀ {α : Type u_1} [inst : Preorder α] [inst_1 : AddCommSemigroup α] [inst_2 : Sub α] [OrderedSub α] {a b : α},
a + b - a ≤ bSee add_tsub_cancel_left for the equality if AddLeftReflectLE α.
- Defined in
- Mathlib.Algebra.Order.Sub.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Preorderstatement and proof · cited by 7,952
- le_rflproof · cited by 1,558
- OrderedSubstatement and proof · cited by 236
- AddCommSemigroupstatement and proof · cited by 178
- tsub_le_iff_leftproof · cited by 38
Cited by1
Results whose statement or proof uses this declaration.
- add_tsub_cancel_of_leproof · cited by 79