Theorems · Theorem · order theory
Finset.inf_product_left
∀ {α : Type u_2} {β : Type u_3} {γ : Type u_4} [inst : SemilatticeInf α] [inst_1 : OrderTop α] (s : Finset β)
(t : Finset γ) (f : β × γ → α), (s ×ˢ t).inf f = s.inf fun i => t.inf fun i' => f (i, i')- Defined in
- Mathlib.Data.Finset.Lattice.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemilatticeInfOrderTop
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- SProd.sprodstatement · cited by 1,750
- SemilatticeInfstatement and proof · cited by 634
- OrderTopstatement and proof · cited by 493
- Finset.infstatement · cited by 219
- eq_of_forall_le_iffproof · cited by 65
- Finset.mem_productproof · cited by 48
- Finset.le_inf_iffproof · cited by 12
Cited by2
Results whose statement or proof uses this declaration.
- Finset.inf_product_rightproof · cited by 0
- Finset.inf_sup_infproof · cited by 0