Theorems · Theorem · order theory
reflTransGen_of_pred
∀ {α : Type u_1} [inst : LinearOrder α] [inst_1 : PredOrder α] [IsPredArchimedean α] (r : α → α → Prop) {n m : α},
(∀ i ∈ Set.Ioc m n, r i (Order.pred i)) → (∀ i ∈ Set.Ioc n m, r (Order.pred i) i) → Relation.ReflTransGen r n m(n, m) is in the reflexive-transitive closure of ~ if i ~ pred i and pred i ~ i
for all i between n and m.
- Defined in
- Mathlib.Order.SuccPred.Relation
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 29 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.Iocstatement and proof · cited by 971
- OrderDualproof · cited by 927
- Set.Icoproof · cited by 799
- PredOrderstatement and proof · cited by 334
- Order.predstatement and proof · cited by 273
- Relation.ReflTransGenstatement · cited by 104
- IsPredArchimedeanstatement and proof · cited by 66
- reflTransGen_of_succproof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- SimpleGraph.hasse_preconnected_of_predproof · cited by 0