Theorems · Theorem · order theory
lt_csSup_of_lt
∀ {α : Type u_1} [inst : ConditionallyCompleteLattice α] {s : Set α} {a b : α}, BddAbove s → a ∈ s → b < a → b < sSup sb < sSup s when there is an element a in s with b < a, when s is bounded above.
This is essentially an iff, except that the assumptions for the two implications are
slightly different (one needs boundedness above for one direction, nonemptiness and linear
order for the other one), so we formulate separately the two implications, contrary to
the CompleteLattice case.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
- Assumes
- ConditionallyCompleteLattice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- SupSet.sSupstatement · cited by 954
- BddAbovestatement and proof · cited by 620
- lt_of_lt_of_leproof · cited by 438
- ConditionallyCompleteLatticestatement and proof · cited by 364
- le_csSupproof · cited by 66
Cited by4
Results whose statement or proof uses this declaration.
- Antitone.map_limsSup_of_continuousAtproof · cited by 6
- ConditionallyCompleteLinearOrderedField.coe_lt_inducedMap_iffproof · cited by 4
- Archimedean.embedRealFun_strictMonoproof · cited by 1
- Real.le_sSup_iffproof · cited by 0