Theorems · Theorem · order theory
Finset.apply_prod_le_sum_apply
∀ {ι : Type u_1} {α : Type u_2} {β : Type u_3} [inst : CommMonoid α] [inst_1 : AddCommMonoid β] [inst_2 : Preorder β]
[AddLeftMono β] (s : Finset ι) {f : ι → α} (g : α → β),
g 1 ≤ 0 → (∀ (a b : α), g (a * b) ≤ g a + g b) → g (∏ x ∈ s, f x) ≤ ∑ x ∈ s, g (f x)- Cited by
- 4 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- AddCommMonoidstatement and proof · cited by 12,281
- Preorderstatement and proof · cited by 7,952
- Finset.sumstatement and proof · cited by 5,195
- Multisetproof · cited by 2,627
- Finset.prodstatement · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Multiset.mapproof · cited by 876
- AddLeftMonostatement and proof · cited by 687
- Finset.valproof · cited by 438
- Multiset.sumproof · cited by 388
- LE.le.trans_eqproof · cited by 328
Cited by4
Results whose statement or proof uses this declaration.
- MvPolynomial.totalDegree_finsetProdproof · cited by 2
- norm_prod_leproof · cited by 2
- enorm_prod_leproof · cited by 1
- Finset.sum_apply_le_apply_prodproof · cited by 0