Mathlib Map

Theorems · Theorem · order theory

inf_sSup_eq_iSup_inf_sup_finset

∀ {α : Type u_2} [inst : CompleteLattice α] [IsCompactlyGenerated α] {a : α} {s : Set α},
  a ⊓ sSup s = ⨆ t, ⨆ (_ : ↑t ⊆ s), a ⊓ t.sup id

This property is equivalent to α being upper continuous.

Defined in
Mathlib.Order.CompactlyGenerated.Basic
Cited by
4 results in Mathlib
Foundations
Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CompleteLatticeIsCompactlyGenerated

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites20

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

Cited by4

Results whose statement or proof uses this declaration.