Mathlib Map

Theorems · Theorem · order theory

isGLB_iUnion_iff_of_isLUB

Deprecated since 2026-06-04Use isGLB_iUnion_iff_of_isGLB instead.

∀ {α : Type u_1} [inst : Preorder α] {ι : Sort u_2} {s : ι → Set α} {u : ι → α},
  (∀ (i : ι), IsGLB (s i) (u i)) → ∀ (c : α), IsGLB (Set.range u) c ↔ IsGLB (⋃ i, s i) c
Defined in
Mathlib.Order.Bounds.Lattice
Cited by
0 results in Mathlib
Foundations
Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Preorder

Around this declaration

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

Cites13

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.