\documentclass[12pt]{article} \usepackage{amsfonts, amsthm, amsmath} \setlength{\textwidth}{6.5in} \setlength{\oddsidemargin}{0in} \setlength{\textheight}{8.5in} \setlength{\topmargin}{0in} \setlength{\headheight}{0in} \setlength{\headsep}{0in} \setlength{\parskip}{0pt} \setlength{\parindent}{20pt} \def\CC{\mathbb{C}} \def\FF{\mathbb{F}} \def\PP{\mathbb{P}} \def\QQ{\mathbb{Q}} \def\RR{\mathbb{R}} \def\ZZ{\mathbb{Z}} \def\gotha{\mathfrak{a}} \def\gothb{\mathfrak{b}} \def\gothm{\mathfrak{m}} \def\gotho{\mathfrak{o}} \def\gothp{\mathfrak{p}} \def\gothq{\mathfrak{q}} \DeclareMathOperator{\disc}{Disc} \DeclareMathOperator{\Gal}{Gal} \DeclareMathOperator{\Norm}{Norm} \DeclareMathOperator{\Trace}{Trace} \DeclareMathOperator{\Cl}{Cl} \def\head#1{\medskip \noindent \textbf{#1}.} \def\fixme#1{\textbf{FIXME! #1}} \begin{document} \begin{center} \bf Math 254A, UC Berkeley, Fall 2001 (Kedlaya) \\ Lecture 25: Cyclotomic Fields (Part 1) \\ October 31, 2001 \end{center} \head{Reference} Neukirch, Section 1.10. But we will supplant some of the proofs with the local arguments in Section 2.7, which we partially covered in class already. \head{Outline of lecture} Throughout, let $\zeta_n$ denote a primitive $n$-th root of unity. \begin{enumerate} \item Prove that $\ZZ[\zeta_n]$ is the ring of integers of $\QQ(\zeta_n)$ by showing that $\ZZ_p[\zeta_n]$ is the valuation ring of $\QQ_p(\zeta_n)$ for each $p$, using Proposition~II.7.13 in the case $n = p^l$ is a prime power. One can also give a global proof (which is pretty similar); see Section 1.10. \item Calculate the discriminant of $\QQ(\zeta_n)$, up to sign, in case $n = p^l$, by explicitly calculating the discriminant of the $n$-th cyclotomic polynomial. See the homework for the general case. \item Prove the explicit formula for the splitting of a rational prime $p$ in $\QQ(\zeta_n)$: if $v_p(n) = m$ and $f$ is the smallest positive integer such that $p^f \equiv 1 \pmod{n/p^m}$, then $p$ splits into prime ideals with ramification index $\phi(p^m)$ and inertia degree $f$. \item For $n = p$ an odd prime, Galois theory tells us that $\QQ(\zeta_p)$ contains a unique quadratic subfield. Identify this subfield explicitly: the Gauss sum $\tau = \sum_{a \in \FF_p^*} \left( \frac{a}{p} \right) \zeta_p^a$ satisfies $\tau^2 = (-1)^{(p-1)/2}p$. \item Now suppose $q$ is another odd prime. Show that $q$ splits in $\QQ(\sqrt{(-1)^{(p-1)/2}p})$ if and only if $q$ splits into an even number of prime ideals in $\QQ(\zeta_p)$. Reobtain from this the law of quadratic reciprocity. \end{enumerate} \end{document}