Theorems · Theorem · order theory
Finset.le_sum_nonempty_of_subadditive_on_pred
∀ {ι : Type u_1} {M : Type u_4} {N : Type u_5} [inst : AddCommMonoid M] [inst_1 : AddCommMonoid N] [inst_2 : Preorder N]
[IsOrderedAddMonoid N] (f : M → N) (p : M → Prop),
(∀ (x y : M), p x → p y → f (x + y) ≤ f x + f y) →
(∀ (x y : M), p x → p y → p (x + y)) →
∀ (g : ι → M) (s : Finset ι), s.Nonempty → (∀ i ∈ s, p (g i)) → f (∑ i ∈ s, g i) ≤ ∑ i ∈ s, f (g i)Let {x | p x} be an additive subsemigroup of an additive commutative monoid M. Let
f : M → N be a map subadditive on {x | p x}, i.e., p x → p y → f (x + y) ≤ f x + f y. Let
g i, i ∈ s, be a nonempty finite family of elements of M such that ∀ i ∈ s, p (g i). Then
f (∑ i ∈ s, g i) ≤ ∑ i ∈ s, f (g i).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- Finset.Nonemptystatement and proof · cited by 1,001
- le_transproof · cited by 985
- Multiset.mapproof · cited by 876
- Finset.valproof · cited by 438
- Multiset.sumproof · cited by 388
- Multiset.map_congrproof · cited by 232
- Multiset.map_mapproof · cited by 151
Cited by3
Results whose statement or proof uses this declaration.
- Finset.le_expect_nonempty_of_subadditive_on_predproof · cited by 2
- Finset.le_sum_of_subadditive_on_predproof · cited by 2
- Finset.le_sum_nonempty_of_subadditiveproof · cited by 0