Mathlib Map

Theorems · Theorem · order theory

le_iSup_iff

∀ {α : Type u_1} {ι : Sort u_4} [inst : CompleteSemilatticeSup α] {a : α} {s : ι → α},
  a ≤ iSup s ↔ ∀ (b : α), (∀ (i : ι), s i ≤ b) → a ≤ b
Defined in
Mathlib.Order.CompleteLattice.Defs
Cited by
16 results in Mathlib
Foundations
Depth 12 from the axioms · uses propext, Quot.sound
Assumes
CompleteSemilatticeSup

Around this declaration

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

Cites3

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

Cited by16

Results whose statement or proof uses this declaration.