Theorems · Theorem · order theory
directed_of_isDirected_le
∀ {α : Type u_1} {β : Type u_2} [inst : LE α] [IsDirectedOrder α] {f : α → β} {r : β → β → Prop},
(∀ ⦃i j : α⦄, i ≤ j → r (f i) (f j)) → Directed r fA monotone function on an upwards-directed type is directed.
- Defined in
- Mathlib.Order.Directed
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
- Assumes
- LEIsDirectedOrder
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.
- IsDirectedOrderstatement and proof · cited by 316
- Directedstatement · cited by 213
- Directed.mono_compproof · cited by 12
- directed_idproof · cited by 7
Cited by8
Results whose statement or proof uses this declaration.
- IsCompact.elim_finite_subcoverproof · cited by 28
- Monotone.directed_leproof · cited by 25
- MeasureTheory.lintegral_le_of_forall_fin_meas_trim_leproof · cited by 5
- Antitone.directed_geproof · cited by 5
- IsCompact.elim_finite_subfamily_closedproof · cited by 4
- Filter.iInf_sets_eq_finiteproof · cited by 2
- IsCountablyCompact.elim_finite_subcoverproof · cited by 2
- linearIndepOn_id_iUnion_finiteproof · cited by 1