Theorems · Theorem · order theory
IsNonarchimedean.add_pow_le
∀ {R : Type u_1} [inst : Semiring R] [inst_1 : LinearOrder R] {F : Type u_2} {α : Type u_3} [inst_2 : CommRing α]
[inst_3 : FunLike F α R] [ZeroHomClass F α R] [NonnegHomClass F α R] [SubmultiplicativeHomClass F α R] {f : F},
IsNonarchimedean ⇑f → ∀ (n : ℕ) (a b : α), ∃ m < n + 1, f ((a + b) ^ n) ≤ f (a ^ m) * f (b ^ (n - m))If f is a nonarchimedean additive group seminorm on a commutative ring α, n : ℕ, and
a b : α, then we can find m : ℕ such that m ≤ n and
f ((a + b) ^ n) ≤ (f (a ^ m)) * (f (b ^ (n - m))).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Semiringstatement and proof · cited by 13,802
- LinearOrderstatement and proof · cited by 8,572
- Finset.sumproof · cited by 5,195
- FunLikestatement and proof · cited by 2,560
- mul_commproof · cited by 2,262
- map_zeroproof · cited by 1,614
- Finset.rangeproof · cited by 1,341
- Finset.Nonemptyproof · cited by 1,001
- le_transproof · cited by 985
- Nat.chooseproof · cited by 494
Cited by1
Results whose statement or proof uses this declaration.
- RingSeminorm.exists_index_pow_leproof · cited by 1