Basis.norm #
In this file, we prove [BGR, Lemma 3.2.1./3][bosch-guntzer-remmert] : if K is a normed field
with a nonarchimedean power-multiplicative norm and L/K is a finite extension, then there exists
at least one power-multiplicative K-algebra norm on L extending the norm on K.
Main Definitions #
Basis.norm: the function sending an elementx : Lto the maximum of the norms of its coefficients with respect to theK-basisBofL.
Main Results #
norm_mul_le_const_mul_norm: For anyK-basis ofL,B.normis bounded with respect to multiplication. That is,∃ (c : ℝ), c > 0such that∀ (x y : L), B.norm (x * y) ≤ c * B.norm x * B.norm y.exists_nonarchimedean_pow_mul_seminorm_of_finiteDimensional: ifKis a normed field with a nonarchimedean power-multiplicative norm andL/Kis a finite extension, then there exists at least one power-multiplicativeK-algebra norm onLextending the norm onK. This is [BGR, Lemma 3.2.1./3].
References #
- [S. Bosch, U. Güntzer, R. Remmert, Non-Archimedean Analysis][bosch-guntzer-remmert]
Tags #
Basis.norm, nonarchimedean
The function sending an element x : L to the maximum of the norms of its coefficients
with respect to the K-basis B of L.
Instances For
For any K-basis of L, if the norm on K is nonarchimedean, then so is B.norm.
For any K-basis of L, B.norm is bounded with respect to multiplication. That is,
∃ (c : ℝ), c > 0 such that ∀ (x y : L), B.norm (x * y) ≤ c * B.norm x * B.norm y.
If K is a nonarchimedean normed field L/K is a finite extension, then there exists a
power-multiplicative nonarchimedean K-algebra norm on L extending the norm on K.