Theorems · Theorem · order theory
Finset.le_sum_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),
f 0 ≤ 0 →
(∀ (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 ι}, (∀ i ∈ s, p (g i)) → f (∑ i ∈ s, g i) ≤ ∑ i ∈ s, f (g i)Let {x | p x} be a subsemigroup of a commutative additive monoid M. Let f : M → N be a map
such that f 0 = 0 and f is 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 finite family of elements of M such that ∀ i ∈ s, p (g i). Then
f (∑ x ∈ s, g x) ≤ ∑ x ∈ s, f (g x).
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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 · cited by 5,195
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- Finset.Nonemptyproof · cited by 1,001
- Finset.eq_empty_or_nonemptyproof · cited by 104
- Finset.le_sum_nonempty_of_subadditive_on_predproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.eLpNorm_sum_leproof · cited by 2
- MeasureTheory.eLpNorm'_sum_leproof · cited by 0