Theorems · Theorem · order theory
SuccOrder.prelimitRecOn_succ_of_not_isMax
∀ {α : Type u_1} {b : α} {motive : α → Sort u_2} [inst : LinearOrder α] [inst_1 : SuccOrder α]
[inst_2 : WellFoundedLT α] (succ : (a : α) → ¬IsMax a → motive a → motive (Order.succ a))
(isSuccPrelimit : (a : α) → Order.IsSuccPrelimit a → ((b : α) → b < a → motive b) → motive a) (hb : ¬IsMax b),
SuccOrder.prelimitRecOn (Order.succ b) succ isSuccPrelimit = succ b hb (SuccOrder.prelimitRecOn b succ isSuccPrelimit)- Defined in
- Mathlib.Order.SuccPred.Limit
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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 and proof · cited by 633
- SuccOrderstatement and proof · cited by 574
- WellFoundedLTstatement and proof · cited by 491
- IsMaxstatement and proof · cited by 372
- Order.IsSuccPrelimitstatement and proof · cited by 157
- SuccOrder.prelimitRecOnstatement and proof · cited by 7
- Order.IsSuccPrelimit.isMaxproof · cited by 7
- Order.succ_eq_succ_iff_of_not_isMaxproof · cited by 3
- Order.not_isSuccPrelimit_iff_succ_eqproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- SuccOrder.limitRecOn_succ_of_not_isMaxproof · cited by 2
- SuccOrder.prelimitRecOn_succproof · cited by 0