Theorems · Theorem · order theory
ConditionallyCompletePartialOrderSup.isLUB_csSup_of_directed
∀ {α : Type u_3} [self : ConditionallyCompletePartialOrderSup α] (s : Set α),
DirectedOn (fun x1 x2 => x1 ≤ x2) s → s.Nonempty → BddAbove s → IsLUB s (sSup s)For each nonempty, directed set s which is bounded above, sSup s is
the least upper 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
- SupSet.sSupstatement · cited by 954
- BddAbovestatement · cited by 620
- IsLUBstatement · cited by 280
- DirectedOnstatement · cited by 271
- ConditionallyCompletePartialOrderSupstatement and proof · cited by 52
Cited by1
Results whose statement or proof uses this declaration.
- DirectedOn.isLUB_csSupproof · cited by 9