Theorems · Theorem · order theory
Finset.sup_inf_distrib_right
∀ {α : Type u_2} {ι : Type u_5} [inst : DistribLattice α] [inst_1 : OrderBot α] (s : Finset ι) (f : ι → α) (a : α),
s.sup f ⊓ a = s.sup 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
- DistribLatticeOrderBot
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
- OrderBotstatement and proof · cited by 1,055
- Finset.supstatement and proof · cited by 530
- DistribLatticestatement and proof · cited by 150
- inf_commproof · cited by 139
- Finset.sup_inf_distrib_leftproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- Finset.sup_inf_supproof · cited by 1
- Finset.disjoint_sup_leftproof · cited by 0