Theorems · Theorem · order theory
IsNonarchimedean.apply_sum_le_sup
∀ {R : Type u_1} [inst : LinearOrder R] {α : Type u_2} {β : Type u_3} [inst_1 : AddCommMonoid α] {f : α → R},
IsNonarchimedean f →
∀ {s : Finset β} (hnonempty : s.Nonempty) {l : β → α}, f (∑ i ∈ s, l i) ≤ s.sup' hnonempty fun i => f (l i)Ultrametric inequality with Finset.sum.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 68 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.
Cites15
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 and proof · cited by 5,195
- Finset.Nonemptystatement and proof · cited by 1,001
- le_transproof · cited by 985
- Finset.sum_singletonproof · cited by 251
- Finset.consproof · cited by 221
- Finset.sup'statement and proof · cited by 174
- Finset.sum_consproof · cited by 84
- IsNonarchimedeanstatement and proof · cited by 77
- Finset.Nonempty.cons_inductionproof · cited by 35
Cited by6
Results whose statement or proof uses this declaration.
- IsNonarchimedean.finset_image_add_of_nonemptyproof · cited by 3
- Finset.max_abv_sum_one_le_of_isNonarchimedeanproof · cited by 1
- IsNonarchimedean.apply_sum_eq_of_ltproof · cited by 1
- padicNorm.sum_leproof · cited by 1
- padicNorm.sum_ltproof · cited by 1
- IsNonarchimedean.apply_sum_le_sup_of_isNonarchimedeanproof · cited by 0