Theorems · Theorem · order theory
transfiniteIterate_succ
∀ {I : Type u} [inst : SupSet I] (φ : I → I) {J : Type w} [inst_1 : LinearOrder J] [inst_2 : SuccOrder J]
[inst_3 : WellFoundedLT J] (i₀ : I) (j : J),
¬IsMax j → transfiniteIterate φ (Order.succ j) i₀ = φ (transfiniteIterate φ j i₀)- Defined in
- Mathlib.Order.TransfiniteIteration
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Set.Elemproof · cited by 7,166
- iSupproof · cited by 2,415
- Set.Iioproof · cited by 1,166
- Order.succstatement · cited by 633
- SuccOrderstatement and proof · cited by 574
- WellFoundedLTstatement and proof · cited by 491
- IsMaxstatement and proof · cited by 372
- IsMinproof · cited by 277
- Order.IsSuccLimitproof · cited by 255
- SupSetstatement and proof · cited by 154
- transfiniteIteratestatement · cited by 14
Cited by4
Results whose statement or proof uses this declaration.
- monotone_transfiniteIterateproof · cited by 3
- top_mem_range_transfiniteIterateproof · cited by 1
- CategoryTheory.ObjectProperty.strictLimitsClosureIter_le_limitsClosureproof · cited by 1