Theorems · Theorem · order theory
Finset.inf_sup_distrib_right
∀ {α : Type u_2} {ι : Type u_5} [inst : DistribLattice α] [inst_1 : OrderTop α] (s : Finset ι) (f : ι → α) (a : α),
s.inf f ⊔ a = s.inf fun i => f i ⊔ a- Defined in
- Mathlib.Data.Finset.Lattice.Fold
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DistribLatticeOrderTop
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- OrderTopstatement and proof · cited by 493
- Finset.infstatement and proof · cited by 219
- sup_commproof · cited by 165
- DistribLatticestatement and proof · cited by 150
- Finset.inf_sup_distrib_leftproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- Finset.inf_sup_infproof · cited by 0
- Finset.codisjoint_inf_leftproof · cited by 0