Theorems · Theorem · order theory
Order.lt_add_one_iff_of_not_isMax
∀ {α : Type u_1} {x y : α} [inst : LinearOrder α] [inst_1 : Add α] [inst_2 : One α] [SuccAddOrder α],
¬IsMax y → (x < y + 1 ↔ x ≤ y)- Defined in
- Mathlib.Algebra.Order.SuccPred
- Cited by
- 2 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.
Cites5
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
- IsMaxstatement and proof · cited by 372
- Order.succ_eq_add_oneproof · cited by 115
- SuccAddOrderstatement and proof · cited by 108
- Order.lt_succ_iff_of_not_isMaxproof · cited by 17
Cited by2
Results whose statement or proof uses this declaration.
- Order.lt_add_one_iffproof · cited by 13
- ENat.lt_add_one_iffproof · cited by 6