Mathlib Map

Theorems · Theorem · order theory

CountableSupClosed.iSup_mem

∀ {ι : Sort u_1} {α : Type u_2} {s : Set α} [inst : CompleteLattice α] [Countable ι] [Nonempty ι],
  CountableSupClosed s → ∀ {A : ι → α}, (∀ (n : ι), A n ∈ s) → ⨆ n, A n ∈ s
Defined in
Mathlib.Order.CountableSupClosed
Cited by
3 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CompleteLatticeCountableNonempty

Around this declaration

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

Cites10

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

Cited by3

Results whose statement or proof uses this declaration.