Theorems · Theorem · order theory
directed_of_isDirected_ge
∀ {α : Type u_1} {β : Type u_2} [inst : LE α] [IsCodirectedOrder α] {f : α → β} {r : β → β → Prop},
(∀ ⦃j i : α⦄, j ≤ i → r (f i) (f j)) → Directed r fAn antitone function on a downwards-directed type is directed.
- Defined in
- Mathlib.Order.Directed
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
- Assumes
- LEIsCodirectedOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Directedstatement · cited by 213
- IsCodirectedOrderstatement and proof · cited by 95
- Directed.mono_compproof · cited by 12
- directed_idproof · cited by 7
Cited by3
Results whose statement or proof uses this declaration.
- Monotone.directed_geproof · cited by 3
- Antitone.directed_leproof · cited by 2
- DiscreteQuotient.exists_of_compatproof · cited by 0