I'm reading the book $p$-adic Numbers, $p$-adic Analysis, and Zeta-Functions by Neal Koblitz, and in Exercise 3 of Chapter 1 we are asked to show that if $\| \cdot \|$ is a norm on a field $F$ such that $\| n \| \leq 1$ for every integer $n$, then $\| \cdot \|$ is non-Archimedean. Here, $n$ denotes $n \cdot 1 = 1 + 1 + \dots + 1$ taken $n$ times.
To show that $\| \cdot \|$ is non-Archimedean, I need to show that it satisfies $\| x + y \| \leq \max\{ \| x \|, \| y \| \}$ for all $x,y \in F$. I'm not able to figure out how to begin solving this problem. Any hints or suggestions would be appreciated.
EDIT: A norm on a field $F$ is a function $\| \cdot \| : F \to \mathbb{R}^{+} \cup \{ 0 \}$ satisfying:
- $\| x \| = 0 \Leftrightarrow x = 0$,
- $\| xy \| = \|x \| \cdot \| y \|$,
- $\| x + y \| \leq \| x \| + \| y \|$
for all $x,y \in F$. A non-Archimedean norm satisfies the stronger condition $\| x + y \| \leq \max\{ \|x \|, \| y \| \}$ instead of 3. above.
A norm will be called Archimedean if it is not non-Archimedean.
Here is a standard trick (which may be considered as an example of the tensor power trick).
Let $n \geq 1$ be an arbitrary positive integer. Then for any $x, y \in F$, we have
$$ \| x + y \|^n = \| (x + y)^n \| = \left\| \sum_{k=0}^{n} \binom{n}{k}x^k y^{n-k} \right\| \leq \sum_{k=0}^{n} \left\| \binom{n}{k} \right\| \|x\|^k \|y\|^{n-k}. $$
Now using the assumption, we find that
$$ \| x + y \|^n \leq \sum_{k=0}^{n} \|x\|^k \|y\|^{n-k} \leq (n+1)\max\{\|x\|, \|y\|\}^n. $$
Finally, take $n$-th root both sides and let $n \to \infty$.