Theorems · Theorem · order theory
IsNonarchimedean.finset_image_add_of_nonempty
∀ {R : Type u_1} [inst : LinearOrder R] {α : Type u_2} {β : Type u_3} [inst_1 : AddCommMonoid α] {f : α → R},
IsNonarchimedean f → ∀ (g : β → α) {t : Finset β}, t.Nonempty → ∃ b ∈ t, f (t.sum g) ≤ f (g b)Given a nonarchimedean function α → R, a function g : β → α and a nonempty finset
t : Finset β, we can always find b : β belonging to t such that f (t.sum g) ≤ f (g b) .
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderAddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- LinearOrderstatement and proof · cited by 8,572
- Finset.sumstatement · cited by 5,195
- Finset.Nonemptystatement and proof · cited by 1,001
- IsNonarchimedeanstatement and proof · cited by 77
- IsNonarchimedean.apply_sum_le_supproof · cited by 6
Cited by3
Results whose statement or proof uses this declaration.
- IsNonarchimedean.finset_image_addproof · cited by 5
- Polynomial.gaussNorm_mul_leproof · cited by 1
- IsNonarchimedean.eval_mvPolynomial_leproof · cited by 1