Theorems · Theorem · commutative algebra
RingSeminorm.isBoundedUnder
∀ {R : Type u_1} [inst : Ring R] (p : RingSeminorm R),
p 1 ≤ 1 →
∀ {s : ℕ → ℕ},
(∀ (n : ℕ), s n ≤ n) →
∀ {x : R} (ψ : ℕ → ℕ), Filter.IsBoundedUnder LE.le Filter.atTop fun n => p (x ^ s (ψ n)) ^ (1 / ↑(ψ n))If f is a ring seminorm on R with f 1 ≤ 1 and s : ℕ → ℕ is bounded by n, then
f (x ^ s (ψ n)) ^ (1 / (ψ n : ℝ)) is eventually bounded.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Ring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- Realstatement and proof · cited by 25,697
- Ringstatement and proof · cited by 7,463
- Nat.cast_oneproof · cited by 2,501
- Filter.atTopstatement · cited by 2,405
- LT.lt.leproof · cited by 2,189
- le_reflproof · cited by 2,061
- le_transproof · cited by 985
- le_imp_le_of_le_of_leproof · cited by 576
- le_or_gtproof · cited by 269
- Filter.IsBoundedUnderstatement · cited by 247
- Nat.cast_nonneg'proof · cited by 245
Cited by1
Results whose statement or proof uses this declaration.
- isNonarchimedean_smoothingFunproof · cited by 1