Mathlib Map

Theorems · Theorem · order theory

Order.Ideal.iSup_mem_iff

∀ {P : Type u_1} [inst : CompleteLattice P] {I : Order.Ideal P} {α : Sort u_2} [Finite α] {f : α → P},
  ⨆ i, f i ∈ I ↔ ∀ (i : α), f i ∈ I
Defined in
Mathlib.Order.Ideal
Cited by
1 results in Mathlib
Foundations
Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CompleteLatticeFinite

Around this declaration

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

Cites14

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

Cited by1

Results whose statement or proof uses this declaration.