Theorems · Theorem · order theory
biInf_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
- 4 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.
Cites10
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
- SProd.sprodstatement · cited by 1,750
- iInfstatement and proof · cited by 1,690
- CompleteLatticestatement and proof · cited by 1,048
- iInf_congr_Propproof · cited by 218
- Set.mem_prodproof · cited by 32
- iInf_andproof · cited by 15
- iInf_congrproof · cited by 15
- iInf_commproof · cited by 12
- iInf_prodproof · cited by 7
Cited by4
Results whose statement or proof uses this declaration.
- ContinuousMap.nhds_compactOpenproof · cited by 4
- sInf_image2proof · cited by 1
- iInf_image2proof · cited by 1
- biInf_prod'proof · cited by 0