[motivation]
### The problem of solving polynomial equations
Many fundamental problems in number theory begin with a polynomial $f(x_1, \ldots, x_n) \in \mathbb{Z}[x_1, \ldots, x_n]$ and the question: does $f$ have a solution $a \in \mathbb{Z}^n$? Two classical strategies offer partial answers.
The first strategy is geometric: view $f$ as a real polynomial, analyse its real roots, and ask whether any are integers. This works when $f$ has no real solutions at all — in that case the answer over $\mathbb{Z}$ is immediately no.
The second strategy is arithmetic: reduce $f$ modulo a prime $p$. If $f$ has no solution mod $p$, it has no integer solution either. But this is rarely decisive on its own. The equation may have solutions mod every prime $p$, yet fail to have an integer solution — this phenomenon, the failure of the Hasse principle, is exactly what makes the problem hard. To sharpen the modular approach, one studies solutions modulo $p^2$, $p^3$, and all higher powers simultaneously.
### Packaging congruence conditions into a single field
The $p$-adic numbers $\mathbb{Q}_p$, invented by Hensel in the late 19th century, achieve precisely this packaging. An element of $\mathbb{Q}_p$ is a coherent system of congruence conditions modulo every power of $p$. Concretely, every $a \in \mathbb{Z}_p$ has a unique expansion
\begin{align*}
a = \sum_{i=0}^{\infty} a_i p^i, \qquad a_i \in \{0, 1, \ldots, p-1\},
\end{align*}
which one can think of as an integer in base $p$ allowed to be infinitely long to the left. The ring $\mathbb{Z}_p$ knows about $\mathbb{Z}/p^n\mathbb{Z}$ for every $n$ simultaneously: the natural map $\mathbb{Z}_p \to \mathbb{Z}/p^n\mathbb{Z}$ is surjective with kernel $p^n\mathbb{Z}_p$, and $\mathbb{Z}/p^n\mathbb{Z} \cong \mathbb{Z}_p/p^n\mathbb{Z}_p$.
The field $\mathbb{Q}_p$ is the fraction field of $\mathbb{Z}_p$, obtained by completing $\mathbb{Q}$ under the $p$-adic absolute value $|\cdot|_p$. The $p$-adic absolute value reverses the usual hierarchy of size: $p^n \to 0$ as $n \to \infty$, so numbers divisible by high powers of $p$ are considered small. This makes $\mathbb{Q}_p$ a non-archimedean field — the triangle inequality is replaced by the much stronger ultrametric inequality $|x + y|_p \leq \max(|x|_p, |y|_p)$.
### From $\mathbb{Q}_p$ to local fields
The concept of a local field is an abstraction of $\mathbb{Q}_p$. Rather than working with the specific prime $p$, one studies fields carrying a non-archimedean absolute value (equivalently, a discrete valuation) that are complete with respect to the induced metric and have finite residue field. The theory develops in two parallel streams: the characteristic-zero fields (finite extensions of $\mathbb{Q}_p$) and the characteristic-$p$ fields (formal Laurent series $\mathbb{F}_q((t))$ over finite fields). Both are encompassed by a single axiomatic framework.
In this course, we focus not on the number-theoretic applications but on the intrinsic structure of local fields: their topology, their algebraic extensions, ramification theory, and the rich interaction between the valuation and the Galois group of a finite extension.
[/motivation]