Theorems · Theorem · order theory
biSup_prod
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : CompleteLattice α] {f : β × γ → α} {s : Set β} {t : Set γ},
⨆ x ∈ s ×ˢ t, f x = ⨆ a ∈ s, ⨆ b ∈ t, f (a, b)- Defined in
- Mathlib.Order.CompleteLattice.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext, Quot.sound
- 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.
- Setstatement and proof · cited by 53,352
- iSupstatement and proof · cited by 2,415
- SProd.sprodstatement · cited by 1,750
- CompleteLatticestatement and proof · cited by 1,048
- iSup_congr_Propproof · cited by 247
- iSup_commproof · cited by 17
- iSup_congrproof · cited by 15
- iSup_andproof · cited by 13
- iSup_prodproof · cited by 10
Cited by5
Results whose statement or proof uses this declaration.
- IsCompact.nhdsSet_prod_eqproof · cited by 5
- sSup_image2proof · cited by 3
- iSup_image2proof · cited by 1
- biSup_prod'proof · cited by 0
- Set.biUnion_prod'proof · cited by 0