Theorems · Theorem · order theory
transGen_of_pred_of_lt
∀ {α : Type u_1} [inst : PartialOrder α] [inst_1 : PredOrder α] [IsPredArchimedean α] (r : α → α → Prop) {n m : α},
(∀ i ∈ Set.Ioc n m, r (Order.pred i) i) → n < m → Relation.TransGen r n mFor n < m, (n, m) is in the transitive closure of a relation ~ for n ≠ m if pred i ~ i
for all i between n and m.
- Defined in
- Mathlib.Order.SuccPred.Relation
- Cited by
- 0 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.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- PartialOrderstatement and proof · cited by 6,410
- 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
- IsPredArchimedeanstatement and proof · cited by 66
- transGen_of_succ_of_gtproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.