Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

182 lines
8.6KB

  1. \documentclass{lecture}
  2. \begin{document}
  3. \section{Prime ideals in $k[x,y]$}
  4. \begin{satz}
  5. Let $A$ be a principal ideal domain. Let $\mathfrak{p} \subseteq A[X]$ be a prime ideal. Then
  6. $\mathfrak{p}$ satisfies exactly one of the following three mutually exclusive possibilities:
  7. \begin{enumerate}[(i)]
  8. \item $\mathfrak{p} = (0)$
  9. \item $\mathfrak{p} = (f)$, where $f \in A[X]$ is irreducible
  10. \item $\mathfrak{p} = (a, q)$, where $a \in A$ is irreducible and
  11. $q \in A[X]$ such that its reduction modulo $a A$ is an irreducible element
  12. in $A / aA [X]$. In this case, $\mathfrak{p}$ is a maximal ideal.
  13. \end{enumerate}
  14. \label{thm:class-prim-pol-pid}
  15. \end{satz}
  16. \begin{proof}
  17. Let $\mathfrak{p} \subseteq A[X]$ be a prime ideal. If $\mathfrak{p}$ is principal, then
  18. $\mathfrak{p} = (f)$ for some $f \in A[X]$. If $f = 0$, we are done. Otherwise,
  19. since $A[X]$ is factorial by Gauß and $\mathfrak{p}$ is prime, $f$ is irreducible.
  20. Let now $\mathfrak{p}$ not be principal. Then there exist $f, g \in \mathfrak{p}$ without
  21. common factors in $A[X]$. By \ref{satz:coprime-in-r-is-coprime-in-qr}, they
  22. also have no common factors in the principal ideal domain $Q(A)[X]$, so
  23. $Mf + Ng = 1$ for some $M, N \in Q(A)[X]$. By multiplying with the denominators, we obtain
  24. $Pf + Qg = b$ for some $b \in A$ and $P, Q \in A[X]$. So $b \in (f, g) \subseteq \mathfrak{p}$,
  25. thus there is an irreducible factor $a$ of $b$ in $A$ such that $a \in \mathfrak{p}$.
  26. Moreover, $a A[X] \subsetneq \mathfrak{p}$ since $\mathfrak{p}$ is not principal. Now consider
  27. the prime ideal
  28. \[
  29. \mathfrak{p} / a A[X] \subset A[X]/aA[X] \simeq \left( A / aA \right)[X]
  30. .\] Since $A$ is a PID and $a$ is irreducible, $A/aA$ is a field and $(A / aA)[X]$ a PID.
  31. So $\mathfrak{p}/aA[X]$ is generated by an irreducible element $\overline{q} \in (A/aA)[X]$
  32. for some $q \in A[X]$. Thus $\mathfrak{p} = (a, q)$. Moreover
  33. \[
  34. \faktor{A[X]}{\mathfrak{p}} \simeq
  35. \faktor{\left(\faktor{A}{aA}\right)[X]}{\left(\faktor{\mathfrak{p}}{aA}\right)[X]}
  36. =
  37. \faktor{\left( \faktor{A}{aA} \right)[X] }
  38. {\overline{q} \left( \faktor{A}{aA} \right)[X] }
  39. \] which is a field since $\left( \faktor{A}{aA} \right)[X]$ is a PID. So $\mathfrak{p}$ is maximal in
  40. $A[X]$.
  41. \end{proof}
  42. Using \ref{thm:class-prim-pol-pid} we can give a simple proof for the classification of maximal ideals
  43. of $k[T_1, \ldots, T_n]$ when $k$ is algebraically closed and $n=2$.
  44. \begin{korollar}
  45. If $k$ is algebraically closed, a maximal ideal $\mathfrak{m}$ of $k[x,y]$ is of the form
  46. $\mathfrak{m} = (x-a, y-b)$ with $(a, b) \in k^2$. In particular, principal ideals are never maximal.
  47. \label{kor:max-ideals-alg-closed-k2}
  48. \end{korollar}
  49. \begin{proof}
  50. Since $\mathfrak{m}$ is maximal, it is prime and $\mathfrak{m} \neq (0)$. By
  51. \ref{thm:class-prim-pol-pid}, $\mathfrak{m} = (P, f)$
  52. with $P \in k[x]$ irreducible and $f \in k[x,y]$ such that
  53. its image $\overline{f}$ in $(k[x]/(P))[y]$ is irreducible or
  54. $\mathfrak{m} = (f)$ for $f \in k[x,y]$ irreducible.
  55. \begin{enumerate}[(1)]
  56. \item $\mathfrak{m} = (P, f)$. Since $k$ is algebraically closed and $P \in k[x]$ is irreducible,
  57. $P = x - a$ for some $a \in k$.
  58. \[
  59. k[x]/(P) = k[x]/(x-a) \simeq k
  60. .\] Since $\overline{f} \in k[y]$ is also irreducible, $\overline{f} = y - b$ for some $b \in k$.
  61. \item $\mathfrak{m} = (f)$. Since $k = \overline{k}$, $\mathcal{V}(f)$ is infinite, in particular
  62. $\mathcal{V}(f) \neq \emptyset$. Then if $(a,b) \in \mathcal{V}(f)$,
  63. \[
  64. (x-a, y-b) = \mathcal{I}(\{(a, b)\})
  65. \supset \mathcal{I}(\mathcal{V}(f)) \supset (f)
  66. .\] Since $(f)$ is maximal, it follows that $(f) = (x-a, y-b)$, which is impossible since
  67. $x -a $ and $y-b$ habe no common factors in $k[x,y]$.
  68. \end{enumerate}
  69. \end{proof}
  70. \begin{bem}[]
  71. The ideal $(x^2 + 1, y)$ is maximal in $\R[x,y]$ and is not of the form $(x-a, y-b)$ for $(a,b) \in \R^2$.
  72. Indeed,
  73. \[
  74. \faktor{\R[x,y]}{(x^2 + 1, y)}
  75. \simeq
  76. \faktor{\left( \R[y]/y\R[y] \right)[x]}{(x^2 + 1)}
  77. \simeq \R[x]/(x^2 + 1)
  78. \simeq \mathbb{C}
  79. .\]
  80. \end{bem}
  81. \begin{satz}[]
  82. Let $k$ be an algebraically closed field. Then the maps $V \mapsto \mathcal{I}(V)$
  83. and $I \mapsto \mathcal{V}(I)$ induce a bijection
  84. \begin{salign*}
  85. \{ \text{irreducible algebraic subsets of } k^2\}
  86. &\longleftrightarrow \{ \text{prime ideals in } k[x,y]\}
  87. \intertext{through wich we have correspondences}
  88. \text{points } (a, b) \in k^2 &\longleftrightarrow \text{maximal ideals } (x-a, y-b) \text{ in }k[x,y] \\
  89. \text{proper, infinite, irreducible algebraic sets}
  90. &\longleftrightarrow \text{prime ideals } (f) \subseteq k[x,y]
  91. \text{ with } f \text{ irreducible} \\
  92. k^2 &\longleftrightarrow (0)
  93. .\end{salign*}
  94. \label{satz:correspondence-irred-subsets-prime-ideals}
  95. \end{satz}
  96. \begin{proof}
  97. Let $V \subseteq k^2$ be an irreducible algebraic set. By
  98. \ref{satz:classification-irred-alg-subsets-plane} we
  99. can distinguish the following cases:
  100. \begin{enumerate}[(i)]
  101. \item If $V = k^2$, then $\mathcal{I}(V) = (0)$ since $k$ is infinite and
  102. $\mathcal{I}(\mathcal{V}(0)) = (0)$.
  103. \item If $V = \{(a,b)\} $, then $\mathcal{I}(V) \supset (x-a, y-b) \eqqcolon \mathfrak{m} $. Since
  104. $\mathfrak{m}$ is maximal, $\mathcal{I}(V) = \mathfrak{m}$. Since $V = \mathcal{V}(\mathfrak{m})$,
  105. this also shows $\mathcal{I}(\mathcal{V}(\mathfrak{m})) = \mathfrak{m}$.
  106. \item If $V = \mathcal{V}(f)$ where $f \in k[x,y]$ is irreducible,
  107. then by \ref{thm:plane-curve-ivf=f} $\mathcal{I}(\mathcal{V}(f)) = (f)$.
  108. \end{enumerate}
  109. So, every irreducible algebraic set $V \subseteq k^2$ is of the form
  110. $\mathcal{V}(\mathfrak{p})$ for some prime ideal $\mathfrak{p} \subseteq k[x,y]$. Moreover,
  111. \[
  112. \mathcal{I}(\mathcal{V}(\mathfrak{p})) = \mathfrak{p}
  113. .\]
  114. Let now $\mathfrak{p}$ be a prime ideal in $k[x,y]$. By \ref{thm:class-prim-pol-pid} we can dinstiguish
  115. the following cases:
  116. \begin{enumerate}[(i)]
  117. \item $\mathfrak{p} = (0)$: Then $\mathcal{V}(\mathfrak{p}) = k^2$ and
  118. since $k$ is infinite, $k^2$ is irreducible.
  119. \item $\mathfrak{p}$ maximal: Then by \ref{kor:max-ideals-alg-closed-k2},
  120. $\mathfrak{p} = (x-a, y-b)$ for some $(a, b) \in k^2$. So $\mathcal{V}(m) = \{(a, b)\}$
  121. is irreducible.
  122. \item $\mathfrak{p} = (f)$ with $f \in k[x,y]$ irreducible. Since $k = \overline{k}$,
  123. $\mathcal{V}(f)$ is infinite and hence by \ref{thm:plane-curve-ivf=f} irreducible.
  124. \end{enumerate}
  125. Thus the maps in the proposition are well-defined, mutually inverse and induce the stated
  126. correspondences.
  127. \end{proof}
  128. \begin{korollar}
  129. Assume that $k$ is algebraically closed and let $\mathfrak{p} \subseteq k[x,y]$ be a prime ideal.
  130. Then
  131. \[
  132. \mathfrak{p} = \bigcap_{\mathfrak{m} \; \mathrm{maximal}, \mathfrak{m} \supset \mathfrak{p}}
  133. \mathfrak{m}
  134. .\]
  135. \end{korollar}
  136. \begin{proof}
  137. If $\mathfrak{p}$ is maximal, there is nothing to prove. If $\mathfrak{p} = (0)$, $\mathfrak{p}$
  138. is contained in $(x-a, y-b)$ for $(a, b) \in k^2$. Since $k$ is infinite, the intersection
  139. of these ideals is $(0)$. Otherwise, by \ref{satz:correspondence-irred-subsets-prime-ideals},
  140. $\mathfrak{p} = (f)$ for some $f \in k[x,y]$ irreducible. Then, since $k = \overline{k}$,
  141. $\mathcal{V}(f)$ is infinite and with \ref{thm:plane-curve-ivf=f}:
  142. \[
  143. \mathfrak{p} = (f) = \mathcal{I}(\mathcal{V}(f))
  144. = \mathcal{I}\left( \bigcup_{(a, b) \in \mathcal{V}(f)} \{(a, b)\} \right)
  145. \supset \bigcap_{(a,b) \in \mathcal{V}(f)}
  146. \mathcal{I}(\{(a,b)\})
  147. \supset (f) = \mathfrak{p}
  148. .\] By \ref{satz:correspondence-irred-subsets-prime-ideals}, the ideals
  149. $\mathcal{I}(\{(a,b)\})$ for $(a, b) \in \mathcal{V}(f)$ are exactly the
  150. maximal ideals containing $(f) = \mathfrak{p}$.
  151. \end{proof}
  152. \begin{korollar}
  153. Let $\mathfrak{p} \subseteq k[x,y]$ be a non-principal prime ideal.
  154. Then $\mathcal{V}(\mathfrak{p}) \subseteq k^2$ is finite.
  155. \end{korollar}
  156. \begin{proof}
  157. Since $\mathfrak{p}$ is not principal, there exist $f, g \in \mathfrak{p}$ without common factors. Since
  158. $(f, g) \subset \mathfrak{p}$, we have
  159. \[
  160. \mathcal{V}(f) \cap \mathcal{V}(g) =
  161. \mathcal{V}(f, g) \supset \mathcal{V}(\mathfrak{p})
  162. \] and the left hand side is finite by \ref{lemma:coprime-finite-zero-locus}.
  163. \end{proof}
  164. \end{document}