\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\gotho{\mathfrak{o}} \def\gothp{\mathfrak{p}} \DeclareMathOperator{\disc}{disc} \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) \\ Lectures 4-5: Ideals and Unique Factorization \\ September 5 and 7, 2001 \end{center} \head{Reference} Neukirch, Section 1.3. \head{Jargon watch} A \emph{Dedekind domain} is an integral domain $R$ such that: \begin{itemize} \item $R$ is noetherian (every ideal in $R$ is finitely generated); \item $R$ is integrally closed (in its field of fractions); \item every nonzero prime ideal of $R$ is maximal. \end{itemize} Examples: $\ZZ$ and $K[x]$ for any field $K$. Nonexample: $K[x,y]$, because the ideal $(x)$ is prime but not maximal. \head{Outline of lectures} \begin{enumerate} \item Define ideal, prime ideal, principal ideal, multiplication of ideals, divisibility of ideals. \item Define Dedekind domain. Show that the ring of integers in a number field is a Dedekind domain. Point out that proper subrings of the ring of integers need not be Dedekind domains. \item State the unique factorization theorem: every nonzero ideal in a Dedekind domain can be uniquely written as a product of prime ideals. \item Define fractional ideals, inverse of an ideal. Show that $\gothp \gothp^{-1} = \gotho$ for $\gothp$ prime. For ideals in a ring of integers, reformulate in terms of the absolute norm. \item Prove existence, uniqueness of prime factorizations. \item Formulate, prove Chinese Remainder Theorem for ideals. \item Define ideal group, ideal class group. Mention that the ideal class group of a number field is finite (to be proved later). \end{enumerate} \head{Addenda to Friday's lecture (August 31)} I was asked at the end of class why the discriminant is an invariant of the basis. If $\alpha_1, \dots, \alpha_n$ and $\beta_1, \dots, \beta_n$ are two bases of $K$ spanning the same $\ZZ$-submodule, then there is an invertible matrix $M$ with entries in $\ZZ$ such that $\alpha_i = \sum_j M_{ij} \beta_j$. Then \begin{align*} \disc(\alpha_1, \dots, \alpha_n) &= \det(\sigma_i(\alpha_j))^2 \\ &= \det(M)^2 \sigma_i(\beta_j)^2 \\ &= \det(M)^2 \disc(\beta_1, \dots, \beta_n). \end{align*} Since $M$ is invertible with entries in $\ZZ$, its determinant is $\pm 1$, and $\det(M)^2$ must be 1. So the discriminants are the same. I was also asked how to prove that $\gotho_K$ is free of rank $n$ (where $n = [K:\QQ]$). The answer I gave in class was that from the properties of the discriminant, it follows that $\gotho_K$ contains a subgroup of finite index which is free of rank $n$. (The square of that index must divide the discriminant.) Alternatively, the $\ZZ$-module of elements of $\gotho_K$ with integral trace is free of rank $n$, and the ring of integers is a submodule thereof with finite index. \end{document}