Theorems · Theorem · order theory
Directed.ciInf_mono
∀ {α : Type u_1} {ι : Sort u_4} [inst : ConditionallyCompletePartialOrderInf α] {f g : ι → α},
Directed (fun x1 x2 => x2 ≤ x1) f →
Directed (fun x1 x2 => x2 ≤ x1) g → BddBelow (Set.range g) → (∀ (x : ι), g x ≤ f x) → iInf g ≤ iInf fThe indexed infimum of two functions are comparable if the functions are pointwise comparable
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Set.rangestatement and proof · cited by 4,705
- le_reflproof · cited by 2,061
- iInfstatement and proof · cited by 1,690
- InfSet.sInfproof · cited by 935
- IsEmptyproof · cited by 759
- BddBelowstatement and proof · cited by 401
- isEmpty_or_nonemptyproof · cited by 269
- Directedstatement and proof · cited by 213
- ConditionallyCompletePartialOrderInfstatement and proof · cited by 51
- iInf_of_isEmptyproof · cited by 10
- Directed.ciInf_le_of_leproof · cited by 1
- Directed.le_ciInfproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.