Theorems · Theorem · order theory
csSup_eq_csSup_of_forall_exists_le
∀ {α : Type u_1} [inst : ConditionallyCompleteLinearOrder α] {s t : Set α},
(∀ x ∈ s, ∃ y ∈ t, x ≤ y) → (∀ y ∈ t, ∃ x ∈ s, y ≤ x) → sSup s = sSup tWhen every element of a set s is bounded by an element of a set t, and conversely, then
s and t have the same supremum. This holds even when the sets may be empty or unbounded.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- LE.le.transproof · cited by 3,151
- Set.Nonemptyproof · cited by 2,627
- le_antisymmproof · cited by 2,068
- SupSet.sSupstatement and proof · cited by 954
- BddAboveproof · cited by 620
- ConditionallyCompleteLinearOrderstatement and proof · cited by 542
- upperBoundsproof · cited by 263
- Set.eq_empty_or_nonemptyproof · cited by 248
- le_csSupproof · cited by 66
- csSup_leproof · cited by 35
- Set.eq_empty_of_forall_notMemproof · cited by 21
Cited by2
Results whose statement or proof uses this declaration.
- Finset.ciSup_eq_max'_imageproof · cited by 3
- sSup_iUnion_Iicproof · cited by 1