Hensel's lemma
Anchor (Master): Hensel 1897 *Jahresber. Deutsch. Math.-Verein.* 6, 83-88 (originator: factorisation lifting from $\mathbb{F}_p$ to $\mathbb{Z}_p$); Hensel 1908 *Theorie der algebraischen Zahlen* (Teubner, Leipzig — first systematic treatment); Krasner 1944 *J. Math. Pures Appl.* 23 (Krasner's lemma and the structure of extensions of $\mathbb{Q}_p$); Serre 1973 Ch. II §2; Cassels 1986 Ch. 4; Neukirch 1999 Ch. II §§4-6; Manin-Panchishkin *Introduction to Modern Number Theory* (Springer EMS 49, 2nd ed. 2005) Ch. 1 §3; Bosch-Güntzer-Remmert *Non-Archimedean Analysis* (Springer Grundlehren 261, 1984) §3.4 (Henselian valuation rings); Eisenbud *Commutative Algebra with a View toward Algebraic Geometry* (Springer GTM 150, 1995) §7.4 (Hensel's lemma in commutative-algebra framing)
Intuition Beginner
Hensel's lemma is the -adic version of Newton's method, and it answers a very concrete question: if you have an approximate solution to a polynomial equation modulo a prime , when can you sharpen it to an exact solution in the -adic integers? The lemma says: if your approximate root is good enough that the polynomial value at it is divisible by a higher power of than the derivative value is, you can always sharpen the approximation, step by step, and the steps converge.
Think of decimal expansions. If you know that has a solution near in the real numbers, Newton's method refines to to to , each step doubling the number of correct digits. Hensel's lemma is the same idea but for digits in base . If has a solution modulo (and it does: ), you can lift to a solution modulo , then modulo , and so on, and the limit lives in the -adic integers .
The reason this matters: it turns local solvability (one congruence modulo ) into honest existence (an actual solution in ). Whole branches of number theory rest on this leverage, including the local-global principle, the theory of -adic representations, and the structure of the multiplicative group .
Visual Beginner
A schematic showing the Newton iteration in the -adic setting. Plot a vertical axis representing -adic distance: closer to zero means more digits of agreement. Mark on the right, then closer to the unknown root, then closer still, with each step halving the gap on a logarithmic scale (in the -adic sense, that means doubling the power of that divides the gap).
The picture captures the geometric content: each Newton step at least doubles the precision in the -adic absolute value. The Cauchy property of the sequence is what allows the limit to live inside the complete ring .
Worked example Beginner
Compute a square root of in the -adic integers, step by step. The aim is to find with , starting from the observation that .
Step 1. Set . At the seed the value is and the derivative value is . The -adic absolute value of is , and the -adic absolute value of is . The Hensel hypothesis reads , which holds.
Step 2. Apply the Newton update . Working modulo : the multiplicative inverse of modulo is since . So . Check: , so . The lifted approximation works.
Step 3. Repeat to obtain a solution modulo . The Newton update gives . Compute and . The inverse of modulo is , since . So . Check: , so .
Step 4. Continue. Modulo the lifted approximation is , and modulo it is . The sequence has the property that , and the -adic limit is one square root of in . The other square root is the additive inverse, with sequence .
What this tells us: Hensel's lemma is a constructive recipe. Each Newton step computes the next -adic digit, and the running approximation matches the true root modulo a higher power of at every stage. The -adic absolute value packages this digit-by-digit agreement as honest convergence in a complete metric space, and the limit is a genuine root.
Check your understanding Beginner
Formal definition Intermediate+
Let be a prime and let denote the ring of -adic integers, the completion of with respect to the -adic absolute value where is the largest power of dividing , with . The absolute value is non-archimedean: , with equality when . The unit group is , the elements not divisible by . The reduction map has kernel , and for we write for the reduction modulo .
Hensel's lemma (Newton-iteration form). Let and let satisfy $$ |f(a_0)|_p < |f'(a_0)|_p^2. $$ Then there exists a unique with and .
The strict inequality is what powers the quadratic convergence of the Newton iteration .
Hensel's lemma (factorisation-lifting form). Let and suppose the reduction factors as with coprime. Then there exist with , , , and . The lift is unique once one normalises to be monic of the same degree as .
Henselian local ring. A local ring with maximal ideal and residue field is Henselian when, for every monic and every coprime factorisation in with monic, there exist monic lifting the factorisation. Equivalently, every simple root of in lifts to a root of in .
Counterexamples to common slips
- The hypothesis is strict, not weak. Take and : then and , so the right-hand side is and the hypothesis fails. The square root of does not lie in ; it generates a ramified quadratic extension. The vanishing of in is the failure point.
- Coprimality of and in is required for the factorisation lift. Take and the factorisation : here share the factor . The lift is not unique, since is the only factorisation up to associates. Coprimality is what isolates the lift.
- The polynomial must have coefficients in , not . For the leading coefficient is fine but the constant term lives in ; the Newton iteration leaves at the first step. The natural setting is where is a complete discrete valuation ring; for ramified extensions, the discrete valuation on replaces the -adic valuation on .
Key theorem with proof Intermediate+
Theorem (Hensel's lemma, Newton-iteration form; Serre Ch. II §2 Theorem 1). Let and let satisfy . Then there exists a unique with and .
Proof. Set and define the Newton iteration , working entirely in at first and then verifying that each lies in . The argument has four steps: each Newton step stays in , the sequence is Cauchy in , the limit is a root, and the root is unique.
Step 1: and the derivative stays a non-zero-mod--square. The Taylor expansion of around reads $$ f(a_n + \varepsilon) = f(a_n) + \varepsilon f'(a_n) + \varepsilon^2 R(\varepsilon) $$ for some when . Take , so that . The Hensel hypothesis at the -th step, , gives , so and . The Taylor expansion gives $$ f(a_{n+1}) = f(a_n) + \varepsilon f'(a_n) + \varepsilon^2 R(\varepsilon) = \varepsilon^2 R(\varepsilon), $$ since the linear term cancels by definition of . The size of the new value is bounded by . The Taylor expansion of around , namely , has its leading correction of size . By the strong ultrametric equality, . So the derivative magnitude stabilises.
Step 2: the sequence is Cauchy in . Let and set , which is fixed across iterations by Step 1. Define . The bound from Step 1 reads , hence . So $$ |a_{n+1} - a_n|_p = |\varepsilon|_p = |f(a_n)|_p / |f'(a_n)|_p = c_n M \leq c^{2^n} M. $$ The geometric bound goes to zero, and the sequence is Cauchy in the ultrametric space . Since is complete, the sequence converges to a limit .
Step 3: the limit is a root. Continuity of on the complete metric space gives . The bound forces . The distance bound is , strictly less than by the Hensel hypothesis.
Step 4: uniqueness. Suppose are both roots of with . The ultrametric inequality gives . Expand around : for some . The Taylor expansion of at and the equality (from Step 1) give the equation . The second factor has -adic absolute value since the correction term has smaller absolute value, so the second factor is non-zero in , forcing .
Bridge. Hensel's lemma builds toward every existence theorem for -adic solutions of polynomial equations, and it appears again in 21.07.01 (-extensions and Iwasawa theory) as the constructive input that produces roots of unity inside cyclotomic towers. The foundational reason it works is exactly the ultrametric triangle inequality: in a non-archimedean setting, the quadratic-error term of Taylor expansion has -adic absolute value , which is strictly smaller than for , and the Newton iteration converges by a geometric-of-geometric rate. The central insight is that completeness of plus the Hensel hypothesis is exactly what guarantees the Newton sequence is Cauchy and the limit a root. This is dual to the archimedean Newton's method, where convergence requires an extra hypothesis on the second derivative; the ultrametric setting makes the quadratic convergence automatic. The bridge is the recognition that Hensel's lemma generalises to any complete discrete valuation ring, identifies completeness with the property "every simple residual root lifts", and the abstract Henselian-ring formulation packages this exactly. Putting these together, Hensel's lemma is the structural property of that distinguishes it from : a residual approximation always lifts to a -adic solution, the foundational reason the local-global philosophy of number theory has any traction.
Exercises Intermediate+
Advanced results Master
Theorem (Hensel's lemma, factorisation-lifting form; Bourbaki Commutative Algebra III §4 No. 3). Let and suppose factors as with coprime in and monic. Then there exist unique with , monic, , , and .
The proof iterates a Bezout step: at each stage one has with , , and uses coprimality of (yielding with ) to construct correction terms with and satisfying . The sequences converge in to the desired lift. Uniqueness is the same coprimality-and-degree argument as in the Newton-iteration form.
Theorem (Henselian valuation rings; Bosch-Güntzer-Remmert §3.4 Theorem 5). For a valued field with valuation ring and residue field , the following are equivalent:
- is Henselian: every monic with a coprime residual factorisation lifts to a coprime factorisation in .
- Every simple residual root lifts: for every monic and every simple root of , there exists a unique with and the reduction of .
- The valuation extends uniquely to every algebraic extension of .
- Every monic irreducible has for some and depending on (the Newton-polygon characterisation).
Completeness of in the topology induced by implies Henselian, but the converse fails: there exist Henselian non-complete valued fields (the Henselisation of any valued field is the minimal Henselian extension and is generally a proper subfield of the completion). The completion of a Henselian field is Henselian.
Theorem (Krasner's lemma; Krasner 1944). Let be a complete non-archimedean valued field of characteristic zero, let have distinct Galois conjugates , and let satisfy $$ |\beta - \alpha|K < \min{i \geq 2} |\alpha - \alpha_i|_K. $$ Then .
The proof: every Galois automorphism of over permutes the and fixes , so . The first term equals by isometry of the unique extension of the valuation, and the second equals ; both are strictly less than . So is the unique within this distance of , namely . Thus every fixing fixes , and Galois theory gives .
Theorem (extensions of are parameterised by Eisenstein polynomials; Serre Ch. II §3 + Neukirch II §6). Every totally ramified extension of degree is generated by a root of an Eisenstein polynomial with for all and . Conversely, every Eisenstein polynomial is irreducible and its root generates a totally ramified extension of degree .
The Newton-polygon analysis of an Eisenstein polynomial has slope , so all roots have valuation , generating a totally ramified extension of degree . Conversely, in any totally ramified extension of degree , a uniformiser of has minimal polynomial with each the -th elementary symmetric polynomial in the conjugates; comparison of valuations gives the Eisenstein form. Combined with Krasner's lemma, this characterises finite extensions of as: an unramified part (corresponding to a finite extension of via Hensel-lifting of irreducible polynomials over ) followed by a totally ramified part (an Eisenstein polynomial).
Theorem (continuity of roots; Krasner's lemma corollary). Fix a monic polynomial with distinct roots . For every there exists such that every monic of the same degree with (coefficient-wise) has roots within of the after permutation, and for the matched pair.
The first statement is continuity of roots in characteristic zero (which holds in any valued field where the implicit function theorem applies); the second is the structural consequence of Krasner: a sufficiently close approximation generates the same field extension as . Together they imply that the lattice of finite extensions of inside a fixed algebraic closure is discrete in the topology induced by coefficient-norm of minimal polynomials, a finiteness statement that powers the classification of local fields.
Theorem (completeness via Hensel; Eisenbud §7.4 Theorem 7.3). For a Noetherian local ring , completeness of with respect to the -adic topology implies is Henselian. The converse is false: there exist Henselian Noetherian local rings that are not complete (e.g., the Henselisation of any Noetherian local ring at its maximal ideal).
This identifies Hensel's lemma as a structural property that is weaker than completeness but still captures the key lifting capability. In the abstract framework of étale-local algebra (Grothendieck's SGA), Henselian local rings are the natural objects: they have the étale-lifting property without requiring the full machinery of completion.
Theorem (Hensel's lemma as a fixed-point statement; Cassels Ch. 4). In the setting of the Newton-iteration form, the Newton map , , restricted to the disc , is a contraction of contraction ratio . The Banach fixed-point theorem (in the ultrametric setting) produces a unique fixed point, which is the unique root of in the disc.
The contraction is in the -adic absolute value: if lie in the disc, then with . The contraction-mapping theorem in a complete ultrametric space produces the fixed point. This reframing identifies the abstract content of Hensel's lemma with the abstract content of Newton's method in real analysis: both are contraction-mapping theorems, and the difference between archimedean and non-archimedean settings is exactly the difference between iterated -contractions on (which converge geometrically) and ultrametric contractions on (which converge quadratically with the bonus of automatic Cauchy structure).
Synthesis. Hensel's lemma is the foundational reason the -adic integers behave so differently from the ordinary integers: a residual approximation to a root always lifts, the Newton iteration converges quadratically, and the limit is unique in the Hensel disc. The central insight is that completeness of in its ultrametric topology, combined with the strict inequality , is exactly what makes Newton iteration into a contraction mapping with geometrically shrinking gap. Putting these together, Hensel's lemma identifies the existence of -adic roots with a finite computation in : check the residual root and its derivative; the rest is automatic. The bridge is the recognition that this structural property generalises to arbitrary complete discrete valuation rings, then to Henselian local rings without completeness, then to the abstract étale-local algebra of Grothendieck where Hensel becomes the structural input to the theory of étale morphisms.
The lemma also identifies several pairings between local algebra and Galois theory. Krasner's lemma is dual to Hensel in a precise sense: where Hensel lifts a root from to , Krasner identifies which extensions of are determined by approximate data. Together they produce the classification of finite extensions of as Eisenstein-times-unramified, with the unramified part captured by Hensel-lifting of polynomials over and the ramified part by Eisenstein polynomials in . This is exactly the foundational reason that the Galois group has the structure it does: an unramified quotient isomorphic to on top of the wild-inertia normal subgroup. The lemma builds toward the local class field theory of 21.07.01, the -adic Galois representations of 21.05.01, and the formalism of local-global compatibility in the Langlands programme of 21.10.01. Every place where the local information at a prime is leveraged to produce a global arithmetic conclusion, Hensel's lemma is the constructive input that makes the local information actionable.
Full proof set Master
Theorem (Hensel's lemma, Newton-iteration form), proof. Given in the Intermediate-tier section: define the Newton iteration , check via Taylor expansion that each step preserves and that with . The geometric bound (quadratic convergence) plus completeness of produces the Cauchy limit, and ultrametric uniqueness in the Hensel disc closes the argument.
Theorem (factorisation-lifting form), proof. Set as monic lifts of with the same degrees, normalised so and . Inductively suppose satisfy with the same reductions and degrees. Write with . Coprimality of in produces with , and we can choose to have degree less than . Lift to with .
Define reduced modulo (giving ), and reduced modulo , with appropriate adjustment to maintain . Set and . Then , and the bracket equals by choice of . So , completing the induction.
The sequences are Cauchy in coefficient-wise (each new term differs from the previous by a polynomial with coefficients in ), so they converge to with , , , and the degree constraint. Uniqueness: suppose is another lift with the same data. The difference vanishes modulo (since both reduce to ), and the same for . The product condition plus coprimality of reductions forces and by an ultrametric Bezout argument.
Theorem (Henselian valuation rings, equivalences), proof sketch. The implications is the special case of factorisation lifting where one factor is linear. : a non-unique extension of the valuation would produce a non-unique factorisation of some minimal polynomial, contradicting unique root lifting. : a polynomial with two distinct factor-types in the residue field would force two distinct valuation extensions on its splitting field. : the Newton-polygon characterisation determines the irreducible factors of once the residual factorisation is given, and the Newton-iteration form of Hensel produces each factor as a -rational polynomial. Full details are in Bosch-Güntzer-Remmert §3.4.
Theorem (Krasner's lemma), proof. Let be a -automorphism of . Since fixes , we have (the valuation is preserved by -isometries of , in particular by ). The ultrametric inequality gives $$ |\sigma(\alpha) - \alpha|_K \leq \max(|\sigma(\alpha) - \beta|_K, |\beta - \alpha|_K) = |\beta - \alpha|K < \min{i \geq 2} |\alpha - \alpha_i|_K. $$ But is one of the conjugates , and the inequality just established rules out every with . So , meaning every fixing also fixes . Galois theory gives and hence .
Theorem (Eisenstein characterisation of totally ramified extensions), proof sketch. Forward: let be totally ramified of degree . The ring is a DVR with maximal ideal for a uniformiser , with . The minimal polynomial of over has degree (since generates the extension), and its coefficients are elementary symmetric polynomials in the Galois conjugates , all of valuation . The valuation of the -th coefficient is at least rounded up to the nearest integer, hence at least for . The constant term has valuation , not more (since the product of conjugates is with each factor of valuation , total valuation ). This is the Eisenstein condition.
Reverse: Eisenstein polynomial has all coefficients except the leading one in , with constant term not in . Newton-polygon analysis: the slopes of the Newton polygon of are determined by the valuations of the coefficients, and the Eisenstein condition forces a single slope of . So all roots have valuation , and the field they generate is totally ramified of degree . Irreducibility: a factorisation with monic of degrees would force one of the factors to have a constant term of valuation (the slopes would split into pieces of total slope ), contradicting that the constant term of has valuation exactly .
Theorem (continuity of roots and Krasner), proof. Continuity of roots in holds for polynomials with simple roots: if have the same degree and is sufficiently close to coefficient-wise, the roots of are close to the roots of in the metric. The same argument works in with the unique extension of the -adic absolute value. Once one chooses small enough that the perturbation produces roots within of , Krasner's lemma applies: is within the disc of radius of , so . The same argument with the roles reversed (perturbing back from to ) gives , hence equality.
Theorem (completeness implies Henselian), proof. Suppose is a complete Noetherian local ring, and let be monic with a residual coprime factorisation in . Choose monic lifts and run the same Bezout iteration as in the proof, with replacing at each step. The Cauchy property of the iterates plus -adic completeness of produces the lift. Non-completeness allows non-Henselian counterexamples: the localisation at the prime is a Noetherian local ring, not complete and not Henselian; its Henselisation is a proper subring of .
Theorem (Hensel as a fixed-point statement), proof. The Newton map restricted to the Hensel disc with has the property $$ T(a) - T(b) = (a - b) - \big(f(a) - f(b)\big)/f'(a) + f(b)(1/f'(a) - 1/f'(b)). $$ Using for some in two variables with bounded by Taylor remainder, and the constancy of on from Step 1 of the Newton-iteration proof, one estimates with . The ultrametric Banach fixed-point theorem on the complete metric space gives a unique fixed point, which is the unique root of in .
Connections Master
Absolute value and triangle inequality
00.01.02. The -adic absolute value is the ultrametric refinement of the ordinary absolute value introduced in this foundational unit. The ultrametric inequality is the load-bearing analytic input to Hensel's lemma: it is what makes the Taylor-remainder estimate strictly smaller than the linear term , and hence what powers the quadratic convergence of the Newton iteration.Cauchy sequences and completeness
02.03.02. Hensel's lemma constructs a Cauchy sequence of approximations and produces the root as the limit. Completeness of in its ultrametric topology is the essential input: an analogous Newton iteration over would produce a Cauchy sequence with no integer limit, and the construction collapses. The completion of at the -adic absolute value is exactly what makes Hensel's lemma actionable.Algebraic field extensions
01.02.12. Krasner's lemma, the natural companion to Hensel, characterises finite extensions of . Combined with the Eisenstein characterisation of totally ramified extensions, the result is the classification of all finite extensions of as an unramified part (lifted from extensions of via Hensel) followed by a totally ramified part (an Eisenstein polynomial). This is the local analogue of the global theory of algebraic number fields.-extensions and Iwasawa theory
21.07.01. The Iwasawa algebra is the foundational object of Iwasawa theory, and its analytic structure rests on Hensel-type lifting arguments: roots of polynomials over are constructed by analogous Newton iterations, and the Weierstrass preparation theorem (which factors any non-zero as with distinguished) is the -coefficient analogue of the factorisation-lifting form of Hensel.-adic Galois representations
21.05.01. The decomposition group at a prime is naturally identified with , whose structure is exactly the unramified-times-wildly-ramified picture made possible by Hensel and Krasner. The inertia subgroup , the wild inertia , and the tame quotient all rest on the local-field machinery whose constructive input is Hensel's lemma.
Historical & philosophical context Master
Kurt Hensel introduced the -adic numbers in 1897 in a short note in the Jahresbericht der Deutschen Mathematiker-Vereinigung [Hensel 1897], motivated by an analogy with the power-series construction in algebraic geometry: just as the local ring of a smooth point on a curve is a power-series ring in one variable, the local ring at a prime of should be the completion . The factorisation lifting that bears his name was the constructive input that made the analogy work: a polynomial over should factor in step with its reduction modulo , just as a function on a smooth curve should factor in step with its restriction to a fibre. Hensel published the systematic treatment in his 1908 monograph Theorie der algebraischen Zahlen (Teubner, Leipzig) [Hensel 1908], where Hensel's lemma appears in essentially its modern form, with proofs by direct computation rather than the Newton-iteration packaging that became standard later.
The Newton-iteration framing arose from work in the 1920s and 1930s on -adic analysis. Helmut Hasse used Hensel's lemma centrally in his 1923 doctoral thesis under Hensel and in his subsequent program identifying the local-global principle for quadratic forms (the Hasse-Minkowski theorem: a quadratic form over has a non-zero rational zero if and only if it has a non-zero zero in every and in ). Marc Krasner published his eponymous lemma in 1944 in the Journal de Mathématiques Pures et Appliquées [Krasner 1944] (with a preliminary version in Mathematica Cluj 1937), giving the structural complement to Hensel: where Hensel lifts a root, Krasner identifies which approximate roots already determine the field they generate. Together Hensel and Krasner produce the full classification of finite extensions of . The completion of this classification was carried out in the post-war years, with Serre's Corps Locaux (1962) and Cassels-Fröhlich's Algebraic Number Theory (1967) establishing the modern presentation.
Alexander Grothendieck's generalisation to commutative algebra came in the 1950s and 1960s. In the Éléments de géométrie algébrique and its appendices, Hensel's lemma is abstracted to the definition of a Henselian local ring: a local ring where every simple residual root lifts. The Henselisation construction (the minimal Henselian extension of a given local ring) became the bridge between the analytic theory of -adic numbers and the algebraic theory of étale morphisms, and Hensel's lemma was identified as the defining feature of "étale-local" algebra. The 1971 SGA seminar exposés on étale fundamental groups exploit this connection systematically, and the modern statement of Hensel's lemma — that a complete local ring is Henselian — is now standard.
Bibliography Master
@article{Hensel1897,
author = {Hensel, Kurt},
title = {{\"U}ber eine neue Begr{\"u}ndung der Theorie der algebraischen Zahlen},
journal = {Jahresbericht der Deutschen Mathematiker-Vereinigung},
volume = {6},
year = {1897},
pages = {83--88}
}
@book{Hensel1908,
author = {Hensel, Kurt},
title = {Theorie der algebraischen Zahlen},
publisher = {Teubner},
address = {Leipzig},
year = {1908}
}
@article{Krasner1944,
author = {Krasner, Marc},
title = {Sur la primitivit{\'e} des corps $p$-adiques},
journal = {J. Math. Pures Appl.},
volume = {23},
year = {1944},
pages = {67--92}
}
@book{Serre1973,
author = {Serre, Jean-Pierre},
title = {A Course in Arithmetic},
publisher = {Springer-Verlag},
series = {Graduate Texts in Mathematics},
volume = {7},
year = {1973}
}
@book{SerreCorpsLocaux,
author = {Serre, Jean-Pierre},
title = {Corps Locaux},
publisher = {Hermann},
address = {Paris},
year = {1962}
}
@book{Cassels1986LocalFields,
author = {Cassels, J. W. S.},
title = {Local Fields},
publisher = {Cambridge University Press},
series = {London Mathematical Society Student Texts},
volume = {3},
year = {1986}
}
@book{Neukirch1999,
author = {Neukirch, J{\"u}rgen},
title = {Algebraic Number Theory},
publisher = {Springer-Verlag},
series = {Grundlehren der mathematischen Wissenschaften},
volume = {322},
year = {1999}
}
@book{Koblitz1984,
author = {Koblitz, Neal},
title = {$p$-adic Numbers, $p$-adic Analysis, and Zeta-Functions},
publisher = {Springer-Verlag},
series = {Graduate Texts in Mathematics},
volume = {58},
edition = {2},
year = {1984}
}
@book{Gouvea1997,
author = {Gouv{\^e}a, Fernando Q.},
title = {$p$-adic Numbers: An Introduction},
publisher = {Springer},
series = {Universitext},
edition = {2},
year = {1997}
}
@book{ManinPanchishkin2005,
author = {Manin, Yu. I. and Panchishkin, A. A.},
title = {Introduction to Modern Number Theory},
publisher = {Springer-Verlag},
series = {Encyclopaedia of Mathematical Sciences},
volume = {49},
edition = {2},
year = {2005}
}
@book{Eisenbud1995,
author = {Eisenbud, David},
title = {Commutative Algebra with a View toward Algebraic Geometry},
publisher = {Springer-Verlag},
series = {Graduate Texts in Mathematics},
volume = {150},
year = {1995}
}
@book{BoschGuntzerRemmert1984,
author = {Bosch, Siegfried and G{\"u}ntzer, Ulrich and Remmert, Reinhold},
title = {Non-Archimedean Analysis},
publisher = {Springer-Verlag},
series = {Grundlehren der mathematischen Wissenschaften},
volume = {261},
year = {1984}
}
@article{Hasse1923,
author = {Hasse, Helmut},
title = {{\"U}ber die Darstellbarkeit von Zahlen durch quadratische Formen im K{\"o}rper der rationalen Zahlen},
journal = {J. reine angew. Math.},
volume = {152},
year = {1923},
pages = {129--148}
}