Theorems · Theorem · order theory
Succ.rec
∀ {α : Type u_1} [inst : Preorder α] [inst_1 : SuccOrder α] [IsSuccArchimedean α] {m : α} {P : (n : α) → m ≤ n → Prop},
P m ⋯ → (∀ (n : α) (hmn : m ≤ n), P n hmn → P (Order.succ n) ⋯) → ∀ ⦃n : α⦄ (hmn : m ≤ n), P n hmnInduction principle on a type with a SuccOrder for all elements above a given element m.
- Defined in
- Mathlib.Order.SuccPred.Archimedean
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- LE.le.transstatement and proof · cited by 3,151
- le_rflstatement and proof · cited by 1,558
- Nat.iterateproof · cited by 740
- Order.succstatement and proof · cited by 633
- SuccOrderstatement and proof · cited by 574
- Order.le_succstatement and proof · cited by 96
- IsSuccArchimedeanstatement and proof · cited by 88
- Function.iterate_succ_apply'proof · cited by 72
- Function.id_le_iterate_of_id_leproof · cited by 4
- LE.le.exists_succ_iterateproof · cited by 4
Cited by10
Results whose statement or proof uses this declaration.
- reflTransGen_of_succ_of_leproof · cited by 4
- StrictMono.not_bddAbove_range_of_isSuccArchimedeanproof · cited by 2
- Order.IsSuccPrelimit.isMinproof · cited by 2
- partialSups_succ'proof · cited by 1
- sup_Ioc_disjointed_of_monotoneproof · cited by 1
- Succ.rec_botproof · cited by 1
- biUnion_Ici_Ico_map_succproof · cited by 1
- biUnion_Ici_Ioc_map_succproof · cited by 1
- Monotone.biUnion_Ico_Ioc_map_succproof · cited by 0
- BddAbove.exists_isGreatest_of_nonemptyproof · cited by 0