Theorems · Theorem · order theory
IsNonarchimedean.finset_image_add
∀ {R : Type u_1} [inst : Semiring R] [inst_1 : LinearOrder R] {α : Type u_2} {β : Type u_3} [inst_2 : AddCommMonoid α]
[Nonempty β] {f : α → R},
f 0 = 0 →
(∀ (x : α), 0 ≤ f x) →
IsNonarchimedean f → ∀ (g : β → α) (t : Finset β), ∃ i, (t.Nonempty → i ∈ t) ∧ f (t.sum g) ≤ f (g i)Given a nonnegative nonarchimedean function α → R such that f 0 = 0, a function g : β → α
and a finset t : Finset β, we can always find b : β, belonging to t if t is nonempty,
such that f (t.sum g) ≤ f (g b) .
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- LinearOrderstatement and proof · cited by 8,572
- Finset.sumstatement and proof · cited by 5,195
- Finset.Nonemptystatement and proof · cited by 1,001
- Finset.eq_empty_or_nonemptyproof · cited by 104
- IsNonarchimedeanstatement and proof · cited by 77
- IsNonarchimedean.finset_image_add_of_nonemptyproof · cited by 3
Cited by5
Results whose statement or proof uses this declaration.
- norm_root_le_spectralValueproof · cited by 3
- Module.Basis.norm_mul_le_const_mul_normproof · cited by 1
- IsNonarchimedean.add_pow_leproof · cited by 1
- MvPowerSeries.gaussNorm_mul_leproof · cited by 1
- IsNonarchimedean.finset_powerset_image_addproof · cited by 0