Mathlib Map

Theorems · Theorem · order theory

Set.Finite.bddBelow_biUnion

∀ {α : Type u} {β : Type v} [inst : Preorder α] [IsCodirectedOrder α] [Nonempty α] {I : Set β} {S : β → Set α},
  I.Finite → (BddBelow (⋃ i ∈ I, S i) ↔ ∀ i ∈ I, BddBelow (S i))

A finite union of sets which are all bounded below is still bounded below.

Defined in
Mathlib.Data.Set.Finite.Lattice
Cited by
0 results in Mathlib
Foundations
Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PreorderIsCodirectedOrderNonempty

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.