Theorems · Theorem · order theory
IsNonarchimedean.multiset_image_add_of_nonempty
∀ {R : Type u_1} [inst : LinearOrder R] {α : Type u_2} {β : Type u_3} [inst_1 : AddCommMonoid α] [Nonempty β]
{f : α → R}, IsNonarchimedean f → ∀ (g : β → α) {s : Multiset β}, s ≠ 0 → ∃ b ∈ s, f (Multiset.map g s).sum ≤ f (g b)Given a nonarchimedean function α → R, a function g : β → α and a nonempty multiset
s : Multiset β, we can always find b : β belonging to s such that
f (t.sum g) ≤ f (g b) .
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- LinearOrderstatement and proof · cited by 8,572
- add_zeroproof · cited by 2,707
- Multisetstatement and proof · cited by 2,627
- le_transproof · cited by 985
- Multiset.mapstatement and proof · cited by 876
- Multiset.sumstatement and proof · cited by 388
- Multiset.consproof · cited by 313
- Multiset.map_congrproof · cited by 232
- Multiset.induction_onproof · cited by 109
- Multiset.map_consproof · cited by 93
- IsNonarchimedeanstatement and proof · cited by 77
Cited by1
Results whose statement or proof uses this declaration.
- IsNonarchimedean.multiset_image_addproof · cited by 1