Theorems · Theorem · order theory
le_add_iff_lt_right_or_exists_le
∀ {α : Type u_1} [inst : LinearOrder α] {a b c : α} [inst_1 : AddCommMagma α] [CanonicallyOrderedAdd α] [AddLeftMono α]
[IsLeftCancelAdd α], a ≤ b + c ↔ a < c ∨ ∃ d ≤ b, a = d + c- Cited by
- 0 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- add_commproof · cited by 1,535
- AddLeftMonostatement and proof · cited by 687
- CanonicallyOrderedAddstatement and proof · cited by 229
- IsLeftCancelAddstatement and proof · cited by 72
- AddCommMagmastatement and proof · cited by 32
- le_add_iff_lt_left_or_exists_leproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.