Mathlib Map

Theorems · Theorem · order theory

csSup_insert

∀ {α : Type u_1} [inst : ConditionallyCompleteLattice α] {s : Set α} {a : α},
  BddAbove s → s.Nonempty → sSup (insert a s) = a ⊔ sSup s

The supremum of insert a s is the maximum of a and the supremum of s, if s is nonempty and bounded above.

Defined in
Mathlib.Order.ConditionallyCompleteLattice.Basic
Cited by
0 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.

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.