Theorems · Theorem · order theory
IsNonarchimedean.apply_sum_eq_of_lt
∀ {R : Type u_1} [inst : LinearOrder R] {α : Type u_2} {β : Type u_3} [inst_1 : AddCommGroup α] {f : α → R},
IsNonarchimedean f →
(∀ (a : α), f a = f (-a)) →
∀ {s : Finset β} {l : β → α} {k : β}, k ∈ s → (∀ j ∈ s, j ≠ k → f (l j) < f (l k)) → f (∑ i ∈ s, l i) = f (l k)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- Finset.sumstatement and proof · cited by 5,195
- Finset.cardproof · cited by 2,327
- le_of_ltproof · cited by 1,175
- Finset.Nonemptyproof · cited by 1,001
- Finset.eraseproof · cited by 455
- Finset.sup'proof · cited by 174
- max_eq_leftproof · cited by 96
- IsNonarchimedeanstatement and proof · cited by 77
- Finset.add_sum_eraseproof · cited by 28
Cited by1
Results whose statement or proof uses this declaration.
- MvPowerSeries.antidiagonal_dominantproof · cited by 1