Theorems · Theorem · order theory
DirectedOn.csInf_le_csSup
∀ {α : Type u_1} [inst : ConditionallyCompletePartialOrder α] {s : Set α},
DirectedOn (fun x1 x2 => x1 ≥ x2) s →
DirectedOn (fun x1 x2 => x1 ≤ x2) s → BddBelow s → BddAbove s → s.Nonempty → sInf s ≤ sSup sIf a set is bounded below and above, and nonempty, its infimum is less than or equal to its supremum.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.Nonemptystatement and proof · cited by 2,627
- SupSet.sSupstatement · cited by 954
- InfSet.sInfstatement · cited by 935
- BddAbovestatement and proof · cited by 620
- BddBelowstatement and proof · cited by 401
- DirectedOnstatement and proof · cited by 271
- DirectedOn.isLUB_csSupproof · cited by 9
- DirectedOn.isGLB_csInfproof · cited by 8
- ConditionallyCompletePartialOrderstatement and proof · cited by 4
- isGLB_le_isLUBproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.