21.02.02 · number-theory / quadratic-forms-local-fields

Quadratic reciprocity via Gauss sums

shipped3 tiersLean: none

Anchor (Master): Gauss 1801 *Disquisitiones Arithmeticae* §§107-150 (six distinct proofs of quadratic reciprocity, originator); Eisenstein 1844 *J. reine angew. Math.* 28 (sine-product geometric proof); Eisenstein 1845 *J. reine angew. Math.* 29 (proof via $p$-th roots of unity and Gauss sums; the prototype of the present unit); Artin 1927 *Abh. Math. Sem. Univ. Hamburg* 5, 353-363 (general Artin reciprocity); Serre 1973 *A Course in Arithmetic* (GTM 7) Ch. I §3; Ireland-Rosen 1990 *A Classical Introduction to Modern Number Theory* (GTM 84) Ch. 5-6; Lang 1994 *Algebraic Number Theory* (GTM 110, 2nd ed.) Ch. IV §3; Lemmermeyer 2000 *Reciprocity Laws: From Euler to Eisenstein* (Springer Monographs); Hilbert 1897 *Zahlbericht* §64 on the product formula for the quadratic Hilbert symbol; Tate 1967 *Algebraic Number Theory* (Cassels-Fröhlich) on the Hilbert symbol and class field theory framing

Intuition Beginner

A natural question in number theory is whether a given integer is a perfect square modulo a prime . For the squares modulo are (since , , , and so on); the non-squares are . So is a square mod but is not. The Legendre symbol packages this question into a single value: when is a non-zero square mod , when it is a non-square, and when divides .

Quadratic reciprocity is one of the most surprising patterns in all of number theory. It says that the answer to "is a square mod ?" is essentially the same as the answer to "is a square mod ?", with at most a sign change controlled by the residues of and modulo . For two odd primes the rule is . The two sides have nothing to do with each other on the surface — one lives in arithmetic mod , the other in arithmetic mod — yet they conspire.

Gauss called this theorema aureum, the golden theorem, and produced six distinct proofs of it over his lifetime. The proof you will see uses a clever sum involving roots of unity, called a Gauss sum, whose square turns out to be up to a sign. Once you know the square, you can extract the reciprocity law by computing in two different ways inside a cyclotomic field.

Visual Beginner

A schematic showing two perpendicular axes labelled "mod " and "mod " for two odd primes and . On the mod- axis the residues are split into squares (filled circles) and non-squares (open circles), and similarly on the mod- axis. Two highlighted points on the mod- axis and on the mod- axis are joined by a curved arrow. The arrow is labelled with the sign , which is unless both and are congruent to modulo .

The picture captures the symmetry: the two questions "is a square mod ?" and "is a square mod ?" have the same answer when at least one of is congruent to mod , and opposite answers when both are congruent to mod .

Worked example Beginner

Compute and by reciprocity.

Step 1. Squares modulo . The non-zero squares mod are . So is not in the list of squares mod , which means . The direct check confirms the answer; the point of reciprocity is that we can also reach it without enumerating squares.

Step 2. Reciprocity for . The primes are and . Since , the reciprocity sign . So .

Step 3. Reduce. . The non-zero squares mod are , so is not a square mod and . Therefore , and . Agrees with Step 1.

Step 4. Reciprocity for . The primes are and . Both are congruent to mod , so the reciprocity sign is . So .

Step 5. Reduce : , so . The non-zero squares mod are , and is a square. Therefore , and .

Step 6. Check by enumeration: the non-zero squares mod are . So is indeed a square mod ; in fact since . Both methods agree.

What this tells us: reciprocity reduces a question about residues modulo a large prime to a question about residues modulo a smaller one. Combined with the supplementary laws for and , every Legendre symbol becomes computable by repeated reduction. The cost of each step is a small remainder calculation, and the answer follows in a handful of steps regardless of how big the primes were to begin with.

Check your understanding Beginner

Formal definition Intermediate+

Let be an odd prime. The Legendre symbol is the function $$ \left(\frac{a}{p}\right) = \begin{cases} +1 & \text{if } a \text{ is a non-zero square in } \mathbb{F}_p, \ -1 & \text{if } a \text{ is a non-square in } \mathbb{F}_p^\times, \ 0 & \text{if } p \mid a. \end{cases} $$ The symbol depends only on modulo and is multiplicative: for all integers . Multiplicativity reflects the fact that the squares form an index- subgroup of the cyclic group , so the symbol is the unique non-identity homomorphism extended to by zero on multiples of .

Euler's criterion identifies the Legendre symbol with a power residue: $$ \left(\frac{a}{p}\right) \equiv a^{(p-1)/2} \pmod p \qquad \text{for } \gcd(a, p) = 1. $$ Both sides take values in when computed modulo , and the congruence is an equality of integers.

Fix , a primitive -th root of unity in . The quadratic Gauss sum is $$ g_a = \sum_{x \in \mathbb{F}_p} \zeta_p^{a x^2} \in \mathbb{Z}[\zeta_p] $$ for , and we write . An equivalent expression is $$ g_a = \sum_{t \in \mathbb{F}_p} \left(\frac{t}{p}\right) \zeta_p^{a t}, $$ obtained by reorganising the first sum according to the value : each non-zero square contributes twice and each non-square contributes zero, so the corrected sum has Legendre-symbol weights.

The quadratic reciprocity law for two distinct odd primes and is the identity $$ \left(\frac{p}{q}\right) \left(\frac{q}{p}\right) = (-1)^{\frac{p-1}{2} \cdot \frac{q-1}{2}}. $$ The sign on the right is unless both and are congruent to modulo .

Write : this is when and when . The arithmetic of is what the Gauss sum sees; the field is the unique quadratic subfield of the cyclotomic field , and this inclusion is what couples the two primes.

Counterexamples to common slips

  • The Legendre symbol is only defined for odd; the symbol has no useful meaning at the prime , and reciprocity at is captured by the supplementary law for instead.
  • Euler's criterion is a congruence modulo , not a literal equality of complex numbers; one must reduce mod before reading off .
  • The Gauss sum depends on the choice of , but does not. Replacing by another primitive -th root of unity scales by , and squaring removes the sign.

Key theorem with proof Intermediate+

Theorem (Euler's criterion). For an odd prime and , $$ a^{(p-1)/2} \equiv \left(\frac{a}{p}\right) \pmod p. $$

Proof. Fermat's little theorem gives for every . Factoring as a difference of squares in , the polynomial splits as . So is a root of one of the two factors, meaning .

If is a non-zero square, then by Fermat. So the squares lie in the factor. There are squares and the polynomial has at most roots in the field , so the squares are exactly the roots of . The remaining non-squares are forced into the other factor, giving for non-squares. Both cases combine into the single congruence .

Theorem (Gauss-sum identity). Let be an odd prime, , and the quadratic Gauss sum. Then $$ g^2 = (-1)^{(p-1)/2} p = p^*. $$

Proof. Use the Legendre-weighted form (the equivalence with the squared-exponent form is the substitution noted above; the term contributes on the Legendre side and one extra on the squared side, but the Legendre side accumulates each either or times via the Legendre symbol while the squared side accumulates each non-zero square twice and each non-square zero times, so the two sums differ only by the contribution which is on the squared side; we adjust by writing the equivalent form when convenient, or absorb the difference into the calculation).

Compute the product where is the complex conjugate. Since and (Legendre symbols are real), $$ \bar g = \sum_{t} \left(\frac{t}{p}\right) \zeta_p^{-t} = \sum_{u} \left(\frac{-u}{p}\right) \zeta_p^{u} = \left(\frac{-1}{p}\right) g $$ substituting and using multiplicativity of the Legendre symbol. So and also , whence .

Now compute directly: $$ |g|^2 = g \bar g = \sum_{s, t} \left(\frac{s}{p}\right) \left(\frac{t}{p}\right) \zeta_p^{s - t} = \sum_{s, t} \left(\frac{s t}{p}\right) \zeta_p^{s - t} $$ by multiplicativity. Substitute for (and note that the terms vanish because ): $$ |g|^2 = \sum_{t \neq 0} \sum_{u} \left(\frac{u t^2}{p}\right) \zeta_p^{t(u - 1)} = \sum_{u} \left(\frac{u}{p}\right) \sum_{t \neq 0} \zeta_p^{t(u-1)}, $$ using . The inner geometric sum equals when and equals when (since the full sum vanishes for ). So $$ |g|^2 = (p-1) \left(\frac{1}{p}\right) + (-1) \sum_{u \neq 1} \left(\frac{u}{p}\right) = (p - 1) - \left(\sum_{u} \left(\frac{u}{p}\right) - 1\right) = p - \sum_{u} \left(\frac{u}{p}\right) = p, $$ because (equal numbers of squares and non-squares in , plus the zero contribution from ). Combining gives by Euler's criterion applied to .

Bridge. The Gauss-sum identity builds toward the quadratic reciprocity law in a single step: it places inside the cyclotomic ring , and reciprocity becomes a comparison of two Frobenius computations of inside that ring. The foundational reason this works is that encodes the Legendre symbol on one side (its definition) and the prime on the other (its square), so reducing modulo a second prime extracts the Legendre symbol from the definitional side and the Legendre symbol from the squared side. This is exactly the algebraic identity that, once unpacked, becomes reciprocity. The Frobenius automorphism of acts on by permuting the summands in , and the resulting permutation identifies with . Putting these together, is the bridge between the Legendre symbol at and the Legendre symbol at , and reciprocity is the statement that the bridge is symmetric. The central insight is exactly this: the cyclotomic field contains the quadratic field , and reciprocity identifies the splitting behaviour of in the quadratic subfield with the splitting behaviour of in the field . The structural pattern appears again in 21.03.03 (Dedekind, Hecke, Artin -functions), where the Artin reciprocity law generalises to every abelian extension of every number field, with quadratic reciprocity as the simplest case.

Exercises Intermediate+

Advanced results Master

The Gauss-sum proof of quadratic reciprocity admits several refinements that locate the law within deeper structures.

Theorem (Frobenius identity for the Gauss sum). Let be distinct odd primes, , the quadratic Gauss sum, and the automorphism of the cyclotomic ring . Then $$ \sigma_q(g) = \left(\frac{q}{p}\right) g. $$

The identity is the heart of the Gauss-sum proof: it expresses the Legendre symbol as the eigenvalue with which acts on . Combined with the squared identity , it identifies on the quadratic subfield as the unique automorphism with eigenvalue on .

Theorem (sign of the Gauss sum, Gauss 1805). For , $$ g = \sum_{x \in \mathbb{F}_p} e^{2\pi i x^2 / p} = \begin{cases} \sqrt p & \text{if } p \equiv 1 \pmod 4, \ i \sqrt p & \text{if } p \equiv 3 \pmod 4. \end{cases} $$

Gauss conjectured the sign in 1801 and proved it in 1805 after four years of failed attempts. The standard modern proof goes through the Poisson summation formula applied to the Gaussian , identifying as a special value of the Jacobi theta function. The sign refines the Gauss-sum identity by pinning down which square root.

Theorem (Hilbert symbol and product formula, Hilbert 1897). Let be a global field and its set of places. For , the Hilbert symbol is defined at each place as if has a non-zero solution in and otherwise. Then $$ \prod_{v \in V} (a, b)_v = 1 $$ with all but finitely many factors equal to . For and , odd primes, the product formula recovers quadratic reciprocity.

This is the generalisation of quadratic reciprocity to the language of local-global principles. Each Hilbert symbol is a local quadratic-form invariant; the global product formula is a global constraint relating all the local invariants. Quadratic reciprocity becomes a compatibility statement between local symbols at every place of .

Theorem (Artin reciprocity, Artin 1927). Let be an abelian extension of number fields with Galois group . There is a canonical surjective homomorphism (the Artin map) $$ \mathrm{Art}{L/K} : C_K \twoheadrightarrow G $$ *from the idele class group of to , sending the Frobenius class at an unramified prime to the Frobenius substitution $\mathrm{Frob}\mathfrak{p} \in GK = \mathbb{Q}L = \mathbb{Q}(\zeta_p)\mathbb{Q}(\sqrt{p^})\left(\frac{\cdot}{p}\right)$.

Artin reciprocity is the abelian case of the Langlands programme: it identifies abelian Galois representations of with Hecke characters of the idele class group, and quadratic reciprocity is the rank-one mod- case of this identification. The Frobenius-eigenvalue identity used above is the residue-class-field shadow of the Artin map at the prime .

Theorem (Stickelberger relation). In the ring with Galois group , the Stickelberger element $$ \theta_p = -\sum_{a = 1}^{p-1} \left{\frac{a}{p}\right} \sigma_a^{-1} \in \mathbb{Q}[\Gamma] $$ satisfies for every annihilating via the augmentation, and the principal ideal generated by $g^2 = p^\mathbb{Z}[\zeta_p]\theta_p\mathbb{Q}(\zeta_p)$.*

The Stickelberger relation places the Gauss sum inside the wider machinery of cyclotomic units and class groups, and is the input that drives Iwasawa-theoretic refinements of the law (see 21.07.01 for the -extension framing).

Theorem (cubic and biquadratic reciprocity, Jacobi 1837 / Eisenstein 1844). For the cubic Legendre symbol in and the biquadratic symbol in , there are reciprocity laws $$ \left(\frac{\pi}{\pi'}\right)_3 = \left(\frac{\pi'}{\pi}\right)_3, \qquad \left(\frac{\pi}{\pi'}\right)_4 = \left(\frac{\pi'}{\pi}\right)_4 \cdot (-1)^{\frac{N(\pi) - 1}{4} \cdot \frac{N(\pi') - 1}{4}} $$ for primary primes in the respective rings. The proofs run through cubic and biquadratic Gauss sums in the natural way.

These were the first generalisations of quadratic reciprocity. Eisenstein 1844 proved the biquadratic case via the geometry of lattice points; Eisenstein 1850 and Kummer 1859 pushed to higher-degree reciprocity for prime exponents, the work that eventually led Hilbert to the Hilbert symbol and Artin to general reciprocity.

Synthesis. The Gauss-sum proof of quadratic reciprocity identifies the law as a single algebraic identity inside the cyclotomic ring : the Frobenius acts on the Gauss sum by the scalar , and the squared identity exhibits this Frobenius action on the quadratic subfield . The foundational reason this works is that is the unique quadratic subfield of , forced by the Galois group being cyclic of even order with a unique subgroup of index . Putting these together, the Gauss sum is the algebraic bridge between the Legendre symbol at and the Legendre symbol at , and quadratic reciprocity is the statement that the bridge is symmetric in the two primes. This is exactly the structural pattern that generalises through Hilbert's product formula and Artin reciprocity. The central insight is the identification: Frobenius at , viewed as an automorphism of the cyclotomic field, is identified with the Legendre symbol acting on the quadratic subfield, and the same Frobenius detects whether is a square mod via the action on . The bridge is exactly this identification, and quadratic reciprocity is the algebraic consequence.

The Gauss-sum framework places quadratic reciprocity inside three larger structures. First, the Hilbert symbol at each place of packages the Legendre symbol and its supplement into one local invariant, and the global product formula generalises the law. Second, the Artin reciprocity law identifies Frobenius substitutions in any abelian extension with their images under the Artin map on the idele class group; quadratic reciprocity is the rank-one mod- case for the quadratic subfield of . Third, the Stickelberger relation and its Iwasawa-theoretic refinement (see 21.07.01) embed the Gauss sum into the structure theory of class groups in cyclotomic towers, where the analogous Frobenius-eigenvalue computation becomes the input to Mazur-Wiles. The recursion stabilises at Artin reciprocity, beyond which the law generalises only by entering the non-abelian Langlands programme. Quadratic reciprocity appears again in 21.03.03 (Dedekind, Hecke, Artin -functions) as the rank-one mod- case of the Galois-representation -function dictionary, and the Gauss-sum identity reappears as the local root number of the corresponding Dirichlet -function under the functional equation of 21.03.02.

Full proof set Master

Theorem (Euler's criterion), proof. Given in the Intermediate section via Fermat's little theorem and the polynomial factorisation in . The squares are exactly the roots of the first factor; the non-squares fill the second.

Theorem (Gauss-sum identity ), proof. Given in the Intermediate section. The two ingredients are: (a) the complex conjugate via the change of variable and multiplicativity of the Legendre symbol; (b) the direct computation via the orthogonality of additive characters of . Combining gives .

Proposition (Frobenius identity). Let be distinct odd primes, the automorphism of , and . Then $$ \sigma_q(g) = \left(\frac{q}{p}\right) g. $$

Proof. Apply to the Legendre-weighted form: $$ \sigma_q(g) = \sum_{t \in \mathbb{F}_p} \left(\frac{t}{p}\right) \zeta_p^{q t}. $$ Substitute , which permutes bijectively since is invertible mod . Then and , using because the Legendre symbol takes values in so is self-inverse. Therefore $$ \sigma_q(g) = \sum_{u \in \mathbb{F}_p} \left(\frac{q}{p}\right) \left(\frac{u}{p}\right) \zeta_p^{u} = \left(\frac{q}{p}\right) g. $$

Theorem (quadratic reciprocity), proof via Gauss sums. Let be distinct odd primes. Work in the ring and its quotient , a finite ring of characteristic . Two computations of :

First computation. Use in . Raise to the -th power: $$ g^{q - 1} = (g^2)^{(q-1)/2} = (p^)^{(q-1)/2} \equiv \left(\frac{p^}{q}\right) \pmod q $$ by Euler's criterion applied at the prime to the integer . Multiplying by : $$ g^q \equiv \left(\frac{p^*}{q}\right) g \pmod q. $$

Second computation. Use the Frobenius identity. In characteristic , raising to the -th power is a ring endomorphism (the Frobenius of ), and acts on by — the same action as in characteristic zero, since in matches reduced. Therefore in , and the Frobenius identity gives $$ g^q \equiv \left(\frac{q}{p}\right) g \pmod q. $$

Comparison. Equate the two expressions for : $$ \left(\frac{p^}{q}\right) g \equiv \left(\frac{q}{p}\right) g \pmod q. $$ Multiply both sides by and use $g^2 = p^$: $$ \left(\frac{p^}{q}\right) p^ \equiv \left(\frac{q}{p}\right) p^* \pmod q. $$ Since (as and are distinct primes), is a unit mod , and we cancel: $$ \left(\frac{p^}{q}\right) = \left(\frac{q}{p}\right) \quad \text{as elements of } {\pm 1}. $$ Expand the left side using multiplicativity of the Legendre symbol: $$ \left(\frac{p^}{q}\right) = \left(\frac{(-1)^{(p-1)/2}}{q}\right) \left(\frac{p}{q}\right) = \left(\frac{-1}{q}\right)^{(p-1)/2} \left(\frac{p}{q}\right) = (-1)^{\frac{p-1}{2} \cdot \frac{q-1}{2}} \left(\frac{p}{q}\right), $$ where the last equality uses the supplementary law . Therefore $$ (-1)^{\frac{p-1}{2} \cdot \frac{q-1}{2}} \left(\frac{p}{q}\right) = \left(\frac{q}{p}\right), $$ which rearranges to $$ \left(\frac{p}{q}\right) \left(\frac{q}{p}\right) = (-1)^{\frac{p-1}{2} \cdot \frac{q-1}{2}}. $$

Proposition (supplementary law for ). For odd prime , .

Proof. Direct from Euler's criterion at : equals when is even (i.e. ) and when is odd (i.e. ).

Proposition (supplementary law for ). For odd prime , .

Proof. Use the Gauss sum with . Direct calculation: , so exactly. Working modulo in and applying the characteristic- Frobenius : $$ h^p = h \cdot (h^2)^{(p-1)/2} = h \cdot 2^{(p-1)/2} \equiv \left(\frac{2}{p}\right) h \pmod p $$ by Euler's criterion.

On the other hand, because in characteristic the binomial expansion of collapses to the -th-power terms. The value depends only on : it equals if and if . The four cases are , , , .

Comparing and using that (since and is odd), cancel to obtain according to the case. The packaged exponent takes values for respectively, matching the four cases. So .

Proposition (Gauss sum is invariant up to sign under for a square). For with , . For with , .

Proof. The Frobenius identity above with replaced by (the argument applies to any , not only primes) gives . So when is a square and otherwise. This means generates the fixed field of the index- subgroup of squares — that is, is the unique quadratic subfield of .

Connections Master

  • Algebraic field extension and splitting field 01.02.12. The cyclotomic field is the splitting field of over , and the Gauss-sum proof of quadratic reciprocity is a calculation inside its ring of integers . The unique quadratic subfield exists because the Galois group is cyclic of even order, and the Galois-theoretic correspondence between subgroups and subfields is what makes the Gauss-sum identity a structural statement rather than a computational accident.

  • Riemann zeta function 21.03.01. The Dirichlet -function associated to the Legendre-symbol Dirichlet character of conductor shares the analytic-continuation and functional-equation framework of the Riemann zeta function. The quadratic Gauss sum appears as the root number of the functional equation of , so the sign of determines the parity of under .

  • Dirichlet -functions 21.03.02. Dirichlet characters of conductor for an odd prime are completely classified by characters of , and the unique non-identity quadratic character is the Legendre symbol . The functional equation of for this Legendre-symbol character has Gauss sum as its root-number ingredient; quadratic reciprocity becomes the compatibility of the root numbers of two such -functions corresponding to two different odd primes.

  • Dedekind, Hecke, and Artin -functions 21.03.03. Artin reciprocity is the general abelian reciprocity law of which quadratic reciprocity is the rank-one mod- case. The cyclotomic field realises every abelian extension of ramified only at (and ), and the Legendre symbol is the rank-one mod- component of the Artin character of the quadratic subfield .

  • -extensions and Iwasawa theory 21.07.01. The cyclotomic -extension of is the directed union of the cyclotomic fields , and the Iwasawa-theoretic study of the class groups in this tower runs through the Stickelberger element, which is built from Gauss sums attached to characters of higher conductor. Quadratic reciprocity is the rank-one base case of the Iwasawa-Stickelberger phenomena, and the analytic continuation of the associated -adic -functions is the higher-dimensional generalisation of the Gauss-sum functional-equation calculation.

Historical & philosophical context Master

Quadratic reciprocity was discovered empirically by Euler in the 1740s through extensive numerical computation, with the precise statement given in his 1783 Opuscula analytica posthumously published in 1785 [source pending]. Legendre stated the law in its modern form (and introduced the symbol ) in his 1785 Recherches d'analyse indéterminée and 1798 Essai sur la théorie des nombres, but his proof contained a gap that he could not fill. Gauss gave the first complete proof in 1796 (he was nineteen, and dated the discovery in his mathematical diary to 8 April 1796), publishing it as theorema fundamentale in §131 of the 1801 Disquisitiones Arithmeticae [source pending]. The Disquisitiones contains two distinct proofs (an elementary induction-on-cases and an analytic argument via the Gauss-sum sign); Gauss returned to the problem repeatedly over his lifetime and ultimately produced six different proofs, including a Gauss-sum-style argument that anticipates the structure of the present unit.

The Gauss-sum proof as presented today is essentially Eisenstein's 1845 Beiträge zur Theorie der elliptischen Functionen (J. reine angew. Math. 29, 177-184) [source pending], systematised by Hecke 1923 in his Vorlesungen über die Theorie der algebraischen Zahlen and given the cyclotomic-field framing now standard in textbook presentations such as Serre 1973 A Course in Arithmetic Ch. I §3 [source pending]. Eisenstein 1844 (J. reine angew. Math. 28, 246-248) [source pending] supplied the cleanest elementary proof via a lattice-point geometric argument, reducing reciprocity to counting points in a rectangle; this is the proof that appears in most undergraduate texts. Lemmermeyer's 2000 monograph Reciprocity Laws: From Euler to Eisenstein [source pending] catalogues 224 published proofs by that date, organised by method (Gauss-sum, lattice-point, elliptic-function, -adic, class-field-theoretic, and more), an accumulation rivalled in number theory only by the Pythagorean theorem.

The structural generalisation passes through Hilbert's 1897 Zahlbericht (Jahresbericht DMV 4, 175-546) [source pending], which introduced the Hilbert symbol and the product formula as the natural local-global statement encompassing both quadratic reciprocity and the supplementary laws. Takagi 1920 (J. Coll. Sci. Univ. Tokyo 41) developed class field theory for general abelian extensions, identifying the Artin map with the reciprocity isomorphism. Artin 1927 Abhandlungen aus dem Mathematischen Seminar der Universität Hamburg 5, 353-363 [source pending] proved the Artin reciprocity law in its full abelian generality, identifying Frobenius substitutions in any abelian extension with images under a canonically defined map on the idele class group. Tate's 1950 Princeton thesis (in Cassels-Fröhlich 1967 Ch. XV) recast Artin reciprocity as a statement about automorphic representations, opening the door to the non-abelian generalisations of the Langlands programme. Quadratic reciprocity remains the rank-one mod- case of this entire structure: the Frobenius-eigenvalue computation inside is the residue-class-field shadow of the Artin map at , restricted to the unique quadratic subfield .

Bibliography Master

@book{Gauss1801Disquisitiones,
  author    = {Gauss, Carl Friedrich},
  title     = {Disquisitiones Arithmeticae},
  publisher = {Gerh. Fleischer Jun.},
  address   = {Leipzig},
  year      = {1801},
  note      = {English translation by Arthur A. Clarke (Yale 1966; revised Springer 1986)}
}

@article{Eisenstein1844Geometric,
  author  = {Eisenstein, Ferdinand Gotthold Max},
  title   = {Geometrischer Beweis des Fundamentaltheorems f{\"u}r die quadratischen Reste},
  journal = {Journal f{\"u}r die reine und angewandte Mathematik},
  volume  = {28},
  year    = {1844},
  pages   = {246--248}
}

@article{Eisenstein1845GaussSum,
  author  = {Eisenstein, Ferdinand Gotthold Max},
  title   = {Beitr{\"a}ge zur Theorie der elliptischen Functionen},
  journal = {Journal f{\"u}r die reine und angewandte Mathematik},
  volume  = {29},
  year    = {1845},
  pages   = {177--184}
}

@article{Artin1927Reciprocity,
  author  = {Artin, Emil},
  title   = {Beweis des allgemeinen Reziprozit{\"a}tsgesetzes},
  journal = {Abhandlungen aus dem Mathematischen Seminar der Universit{\"a}t Hamburg},
  volume  = {5},
  year    = {1927},
  pages   = {353--363}
}

@article{Hilbert1897Zahlbericht,
  author  = {Hilbert, David},
  title   = {Die Theorie der algebraischen Zahlk{\"o}rper (Zahlbericht)},
  journal = {Jahresbericht der Deutschen Mathematiker-Vereinigung},
  volume  = {4},
  year    = {1897},
  pages   = {175--546}
}

@book{Serre1973CourseArithmetic,
  author    = {Serre, Jean-Pierre},
  title     = {A Course in Arithmetic},
  publisher = {Springer-Verlag},
  series    = {Graduate Texts in Mathematics},
  volume    = {7},
  year      = {1973}
}

@book{IrelandRosen1990,
  author    = {Ireland, Kenneth and Rosen, Michael},
  title     = {A Classical Introduction to Modern Number Theory},
  publisher = {Springer-Verlag},
  series    = {Graduate Texts in Mathematics},
  volume    = {84},
  edition   = {2},
  year      = {1990}
}

@book{LangANT,
  author    = {Lang, Serge},
  title     = {Algebraic Number Theory},
  publisher = {Springer-Verlag},
  series    = {Graduate Texts in Mathematics},
  volume    = {110},
  edition   = {2},
  year      = {1994}
}

@book{Lemmermeyer2000Reciprocity,
  author    = {Lemmermeyer, Franz},
  title     = {Reciprocity Laws: From Euler to Eisenstein},
  publisher = {Springer-Verlag},
  series    = {Springer Monographs in Mathematics},
  year      = {2000}
}

@book{Hecke1923,
  author    = {Hecke, Erich},
  title     = {Vorlesungen {\"u}ber die Theorie der algebraischen Zahlen},
  publisher = {Akademische Verlagsgesellschaft},
  address   = {Leipzig},
  year      = {1923},
  note      = {Reprinted Chelsea, New York (1948); English translation Springer Graduate Texts in Mathematics 77 (1981)}
}

@incollection{Tate1967ANT,
  author    = {Tate, John},
  title     = {Global Class Field Theory},
  booktitle = {Algebraic Number Theory},
  editor    = {Cassels, J. W. S. and Fr{\"o}hlich, Albrecht},
  publisher = {Academic Press},
  year      = {1967},
  chapter   = {VII},
  pages     = {162--203}
}

@misc{Euler1783Opuscula,
  author = {Euler, Leonhard},
  title  = {Opuscula analytica},
  year   = {1783},
  note   = {Posthumously published 1785; the empirical statement of quadratic reciprocity precedes Legendre's symbol notation but contains the modern statement of the law for primes congruent to $1$ modulo $4$}
}