Theorems · Theorem · order theory
Finset.inf_sup_distrib_left
∀ {α : Type u_2} {ι : Type u_5} [inst : DistribLattice α] [inst_1 : OrderTop α] (s : Finset ι) (f : ι → α) (a : α),
a ⊔ s.inf f = s.inf fun i => a ⊔ f i- Defined in
- Mathlib.Data.Finset.Lattice.Fold
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 59 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.
Cites11
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
- Top.topproof · cited by 9,680
- OrderTopstatement and proof · cited by 493
- Finset.consproof · cited by 221
- Finset.infstatement and proof · cited by 219
- DistribLatticestatement and proof · cited by 150
- Finset.cons_inductionproof · cited by 85
- sup_inf_leftproof · cited by 22
- Finset.inf_consproof · cited by 16
- Finset.inf_emptyproof · cited by 15
- sup_top_eqproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- Finset.inf_sup_distrib_rightproof · cited by 2
- Finset.codisjoint_inf_rightproof · cited by 0
- Finset.inf_sup_infproof · cited by 0