Theorems · Theorem · order theory
biSup_sup
∀ {α : Type u_1} {ι : Sort u_4} [inst : CompleteLattice α] {p : ι → Prop} {f : (i : ι) → p i → α} {a : α},
(∃ i, p i) → (⨆ i, ⨆ (h : p i), f i h) ⊔ a = ⨆ i, ⨆ (h : p i), f i h ⊔ a- Defined in
- Mathlib.Order.CompleteLattice.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
- Assumes
- CompleteLattice
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- iSupstatement and proof · cited by 2,415
- CompleteLatticestatement and proof · cited by 1,048
- iSup_subtype'proof · cited by 44
- iSup_supproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Filter.sup_liminfproof · cited by 2
- sup_biSupproof · cited by 0