Mathlib Map

Theorems · Theorem · order theory

le_iff_transGen_wcovBy

∀ {α : Type u_2} [inst : Preorder α] [LocallyFiniteOrder α] {x y : α},
  x ≤ y ↔ Relation.TransGen (fun x1 x2 => x1 ⩿ x2) x y

In a locally finite preorder, is the transitive closure of ⩿.

Defined in
Mathlib.Order.Interval.Finset.Basic
Cited by
2 results in Mathlib
Foundations
Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PreorderLocallyFiniteOrder

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.