Theorems · Theorem · order theory
iSup_or
∀ {α : Type u_1} [inst : CompleteLattice α] {p q : Prop} {s : p ∨ q → α},
⨆ (x : p ∨ q), s x = (⨆ (i : p), s ⋯) ⊔ ⨆ (j : q), s ⋯- Defined in
- Mathlib.Order.CompleteLattice.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses no axioms
- Assumes
- CompleteLattice
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.
- iSupstatement and proof · cited by 2,415
- le_antisymmproof · cited by 2,068
- CompleteLatticestatement and proof · cited by 1,048
- le_iSupproof · cited by 207
- iSup_leproof · cited by 190
- sup_leproof · cited by 159
- le_sup_of_le_leftproof · cited by 26
- le_sup_of_le_rightproof · cited by 17
- iSup_comp_leproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- iSup_insertproof · cited by 10
- iSup_unionproof · cited by 8
- Set.iUnion_orproof · cited by 3