Theorems · Theorem · order theory
Finset.sup_inf_sup
∀ {α : Type u_2} {ι : Type u_5} {κ : Type u_6} [inst : DistribLattice α] [inst_1 : OrderBot α] (s : Finset ι)
(t : Finset κ) (f : ι → α) (g : κ → α), s.sup f ⊓ t.sup g = (s ×ˢ t).sup fun i => f i.1 ⊓ g i.2- Defined in
- Mathlib.Data.Finset.Lattice.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DistribLatticeOrderBot
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 and proof · cited by 1,750
- OrderBotstatement and proof · cited by 1,055
- Finset.supstatement and proof · cited by 530
- DistribLatticestatement and proof · cited by 150
- Finset.sup_product_leftproof · cited by 5
- Finset.sup_inf_distrib_leftproof · cited by 4
- Finset.sup_inf_distrib_rightproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Finset.inf_supproof · cited by 1