Theorems · Theorem · order theory
Set.Finite.bddAbove_biUnion
∀ {α : Type u} {β : Type v} [inst : Preorder α] [IsDirectedOrder α] [Nonempty α] {I : Set β} {S : β → Set α},
I.Finite → (BddAbove (⋃ i ∈ I, S i) ↔ ∀ i ∈ I, BddAbove (S i))A finite union of sets which are all bounded above is still bounded above.
- 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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Preorderstatement and proof · cited by 7,952
- Set.iUnionstatement and proof · cited by 2,483
- Set.Finitestatement and proof · cited by 1,814
- BddAbovestatement and proof · cited by 620
- IsDirectedOrderstatement and proof · cited by 316
- Set.Finite.induction_onproof · cited by 39
- Set.biUnion_insertproof · cited by 13
- Set.biUnion_emptyproof · cited by 12
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.