Theorems · Theorem · order theory
DirectedOn.insert
∀ {α : Type u_1} {r : α → α → Prop} [Std.Refl r] (a : α) {s : Set α},
DirectedOn r s → (∀ b ∈ s, ∃ c ∈ s, r a c ∧ r b c) → DirectedOn r (insert a s)- Defined in
- Mathlib.Order.Directed
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
- Assumes
- Std.Refl
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- DirectedOnstatement and proof · cited by 271
- Set.mem_insertproof · cited by 109
- reflproof · cited by 80
- Set.mem_insert_of_memproof · cited by 50
Cited by1
Results whose statement or proof uses this declaration.
- directedOn_pairproof · cited by 2