Mathlib Map

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.

Cited by1

Results whose statement or proof uses this declaration.