Theorems · Theorem · order theory
reflTransGen_of_succ
∀ {α : Type u_1} [inst : LinearOrder α] [inst_1 : SuccOrder α] [IsSuccArchimedean α] (r : α → α → Prop) {n m : α},
(∀ i ∈ Set.Ico n m, r i (Order.succ i)) → (∀ i ∈ Set.Ico m n, r (Order.succ i) i) → Relation.ReflTransGen r n m(n, m) is in the reflexive-transitive closure of ~ if i ~ succ i and succ i ~ i
for all i between n and m.
- Defined in
- Mathlib.Order.SuccPred.Relation
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 28 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.
- Setstatement · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- Set.Icostatement and proof · cited by 799
- Order.succstatement and proof · cited by 633
- SuccOrderstatement and proof · cited by 574
- le_totalproof · cited by 294
- Relation.ReflTransGenstatement · cited by 104
- IsSuccArchimedeanstatement and proof · cited by 88
- reflTransGen_of_succ_of_leproof · cited by 4
- reflTransGen_of_succ_of_geproof · cited by 3
Cited by6
Results whose statement or proof uses this declaration.
- transGen_of_succ_of_neproof · cited by 2
- IsPreconnected.biUnion_of_chainproof · cited by 1
- reflTransGen_of_predproof · cited by 1
- SimpleGraph.hasse_preconnected_of_succproof · cited by 1
- IsPreconnected.iUnion_of_chainproof · cited by 0
- IsConnected.iUnion_of_chainproof · cited by 0