Theorems · Theorem · order theory
ConditionallyCompletePartialOrderInf.isGLB_csInf_of_directed
∀ {α : Type u_3} [self : ConditionallyCompletePartialOrderInf α] (s : Set α),
DirectedOn (fun x1 x2 => x1 ≥ x2) s → s.Nonempty → BddBelow s → IsGLB s (sInf s)For each nonempty, directed set s which is bounded below, sInf s is
the greatest lower bound of s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Set.Nonemptystatement · cited by 2,627
- InfSet.sInfstatement · cited by 935
- BddBelowstatement · cited by 401
- DirectedOnstatement · cited by 271
- IsGLBstatement · cited by 213
- ConditionallyCompletePartialOrderInfstatement and proof · cited by 51
Cited by1
Results whose statement or proof uses this declaration.
- DirectedOn.isGLB_csInfproof · cited by 8