Theorems · Theorem · order theory
transGen_of_succ_of_reflexive
Deprecated since 2026-03-27Use transGen_of_succ_of_refl instead.
∀ {α : Type u_1} [inst : LinearOrder α] [inst_1 : SuccOrder α] [IsSuccArchimedean α] (r : α → α → Prop) {n m : α}
[Std.Refl r],
(∀ i ∈ Set.Ico n m, r i (Order.succ i)) → (∀ i ∈ Set.Ico m n, r (Order.succ i) i) → Relation.TransGen r n mAlias of transGen_of_succ_of_refl.
(n, m) is in the transitive closure of a reflexive relation ~ if i ~ succ i and
succ i ~ i for all i between n and m.
- Defined in
- Mathlib.Order.SuccPred.Relation
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- LinearOrderstatement · cited by 8,572
- Set.Icostatement · cited by 799
- Order.succstatement · cited by 633
- SuccOrderstatement · cited by 574
- IsSuccArchimedeanstatement · cited by 88
- transGen_of_succ_of_reflproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.