Theorems · Definition · order theory
SuccAddOrder.casesOn
{α : Type u_1} →
[inst : Preorder α] →
[inst_1 : Add α] →
[inst_2 : One α] →
{motive : SuccAddOrder α → Sort u} →
(t : SuccAddOrder α) →
([toSuccOrder : SuccOrder α] →
(succ_eq_add_one : ∀ (x : α), SuccOrder.succ x = x + 1) →
motive { toSuccOrder := toSuccOrder, succ_eq_add_one := succ_eq_add_one }) →
motive t- Defined in
- Mathlib.Algebra.Order.SuccPred
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- SuccOrderstatement and proof · cited by 574
- SuccAddOrderstatement and proof · cited by 108
- SuccOrder.succstatement and proof · cited by 13
Cited by2
Results whose statement or proof uses this declaration.
- SuccAddOrder.noConfusionproof · cited by 0
- SuccAddOrder.noConfusionTypeproof · cited by 0