Theorems · Theorem · order theory
Order.lt_succ_iff_eq_or_lt
∀ {α : Type u_1} [inst : LinearOrder α] [inst_1 : SuccOrder α] {a b : α} [NoMaxOrder α],
a < Order.succ b ↔ a = b ∨ a < b- Defined in
- Mathlib.Order.SuccPred.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Order.succstatement · cited by 633
- SuccOrderstatement and proof · cited by 574
- NoMaxOrderstatement and proof · cited by 340
- Order.lt_succ_iffproof · cited by 22
- le_iff_eq_or_ltproof · cited by 20
Cited by2
Results whose statement or proof uses this declaration.
- Ordinal.veblenWith_add_oneproof · cited by 3
- Order.lt_succ_iff_eq_or_gtproof · cited by 0