Mathlib Map

Theorems · Theorem · order theory

BddAbove.range_iSup_of_iUnion_range

∀ {α : Type u_1} {ι : Sort u_4} [inst : ConditionallyCompleteLattice α] {κ : ι → Sort u_5} {f : (i : ι) → κ i → α},
  BddAbove (⋃ i, Set.range (f i)) → BddAbove (Set.range fun i => ⨆ j, f i j)

If the set of all f i j is bounded above, then so is the set of the supremums of every row

Defined in
Mathlib.Order.ConditionallyCompleteLattice.Indexed
Cited by
1 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
ConditionallyCompleteLattice

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 by1

Results whose statement or proof uses this declaration.