Mathlib Map

Theorems · Theorem · order theory

Monotone.directed_le

∀ {α : Type u_1} {β : Type u_2} [inst : Preorder α] [IsDirectedOrder α] [inst_2 : Preorder β] {f : α → β},
  Monotone f → Directed (fun x1 x2 => x1 ≤ x2) f
Defined in
Mathlib.Order.Directed
Cited by
25 results in Mathlib
Foundations
Depth 8 from the axioms · uses no axioms
Assumes
PreorderIsDirectedOrderPreorder

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 by25

Results whose statement or proof uses this declaration.