Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

264 řádky
12KB

  1. \documentclass{lecture}
  2. \begin{document}
  3. \section{Plane algebraic curves}
  4. \begin{theorem}
  5. If $f \in k[x,y]$ is an irreducible polynomial such that $\mathcal{V}(f)$
  6. is infinite, then $\mathcal{I}(\mathcal{V}(f)) = (f)$. In particular,
  7. $\mathcal{V}(f)$ is irreducible in this case.
  8. \label{thm:plane-curve-ivf=f}
  9. \end{theorem}
  10. \begin{bem}[]
  11. \begin{enumerate}[(i)]
  12. \item If $k$ is algebraically closed and $n \ge 2$, then for all $f \in k[x_1, \ldots, x_n]$
  13. non-constant, the zero set $\mathcal{V}(f)$ is necessarily infinite.
  14. \item The assumption $\mathcal{V}(f)$ infinite is necessary for the conclusion of
  15. \ref{thm:plane-curve-ivf=f} to hold:
  16. The polynomial
  17. \[
  18. f(x,y) = (x^2 - 1)^2 + y^2
  19. \]
  20. is irreducible because, as a polynomial in $y$, it is monic and does not have a root
  21. in $\R[x]$ (for otherwise there would be a polynomial $P(x) \in \R[x]$
  22. such that $P(x)^2 = -(x^2-1)^2$)
  23. and the zero set of $f$ is
  24. \[
  25. \mathcal{V}(f) = \{ (1, 0)\} \cup \{(-1, 0)\}
  26. ,\] which is reducible.
  27. \item \ref{thm:plane-curve-ivf=f} does not hold in this form for hypersurfaces of $k^{n}$ for $n \ge 3$.
  28. For instance, the polynomial
  29. \[
  30. f(x,y,z) = x^2 y^2 + z^{4} \in \R[x,y,z]
  31. \] is irreducible and the hypersurface
  32. \[
  33. \mathcal{V}(f) = \{ (0, y, 0)\colon y \in \R\} \cup \{(x, 0, 0)\colon x \in \R\}
  34. \] is infinite. However, the function
  35. \[
  36. P\colon (x,y,z) \mapsto xy
  37. \] belongs to $\mathcal{I}(\mathcal{V}(f))$ but not to $(f)$. Moreover,
  38. $P \in \mathcal{I}(\mathcal{V}(f))$ but neither $x$ nor $y$ are in $\mathcal{I}(\mathcal{V}(f))$,
  39. so this ideal is not prime.
  40. \item Take $f(x,y) = (x-a)^2 + y^2 \in \R[x,y]$ which is irreducible. Then
  41. $\mathcal{V}(f) = \{ (a, 0) \} $ is irreducible, and
  42. $\mathcal{I}(\mathcal{V}(f)) = (x-a, y) \supsetneq (f)$. In particular, $(f)$ is a non-maximal
  43. prime ideal.
  44. \end{enumerate}
  45. \end{bem}
  46. We need a special case of the famous Bézout theorem, for which we need a result from algebra.
  47. For an integral domain $R$ denote by $Q(R)$ its fraction field. If $R$ is a factorial ring then
  48. $q \in R[T]$ is called \emph{primitve} if it is non-constant and its
  49. coefficients are coprime in $R$.
  50. \begin{satz}[Gauß]
  51. Let $R$ be a factorial ring. Then $R[T]$ is also factorial. A polynomial
  52. $q \in R[T]$ is prime in $R[T]$ if and only if
  53. \begin{enumerate}[(i)]
  54. \item $q \in R$ and $q$ is prime in $R$, or
  55. \item $q$ is primitve in $R[T]$ and prime in $Q(R)[T]$
  56. \end{enumerate}
  57. \label{satz:gauss}
  58. \end{satz}
  59. \begin{proof}
  60. Any algebra textbook.
  61. \end{proof}
  62. \begin{satz}
  63. Let $R$ be a factorial ring and $f,g \in R[X]$ coprime. Then $f$ and $g$ are
  64. coprime in $Q(R)[X]$.
  65. \label{satz:coprime-in-r-is-coprime-in-qr}
  66. \end{satz}
  67. \begin{proof}
  68. Let $h = \frac{a}{b} \in Q(R)[X]$ be a common irreducible factor of $f$ and $g$ with
  69. $a \in R[X]$ and $b \in R \setminus 0$. By Gauß $R[X]$ is factorial, thus we
  70. may assume $a$ irreducible. Then
  71. \[
  72. \frac{f}{1} = \frac{p_1}{q_1} \frac{a}{b} \text{ and } \frac{g}{1} = \frac{p_2}{q_2} \frac{a}{b}
  73. \] for some $p_1, p_2 \in R[X]$ and $q_1, q_2 \in R \setminus 0$.
  74. So $p_1 a = f q_1 b$ and $p_2 a = g q_2 b$. $a$ neither divides $q_1$, $q_2$ nor $b$, for otherwise
  75. $a \in R \setminus 0$ by the degree formula for polynomials and $h$ is a unit.
  76. Since $a$ divides $fq_1 b$ and
  77. $g q_2 b$ and, since $R[X]$ is factorial, $a$ is prime in $R[X]$ and thus
  78. $a \mid f$ and $a \mid g$.
  79. \end{proof}
  80. \begin{lemma}[Special case of Bézout]
  81. Let $f, g \in k[x,y]$ be two polynomials without common factors in $k[x,y]$. Then the set
  82. $\mathcal{V}(f) \cap \mathcal{V}(g)$ is finite.
  83. \label{lemma:coprime-finite-zero-locus}
  84. \end{lemma}
  85. \begin{proof}
  86. %\begin{enumerate}[(i)]
  87. %\item Claim: $f$ and $g$ have no common factors in $k(x)[y]$. Indeed, if
  88. % $h(x,y) = \frac{H(x,y)}{L(x)} \in k(x)[y]$ is a common irreducible factor of $f$ and $g$,
  89. % then we may assume $H$ and $L$ coprime in $k[x,y]$, with $L$ irreducible in $k[x]$
  90. % and $H$ irreducible in $k[x,y]$. Thus we can write
  91. % \begin{salign*}
  92. % f(x,y) &= \frac{A(x,y)}{M(x)} \frac{H(x,y)}{L(x)}
  93. % \intertext{and}
  94. % g(x,y) &= \frac{B(x,y)}{N(x)} \frac{H(x,y)}{L(x)}
  95. % \end{salign*}
  96. % with $A$ and $M$ coprime, as well as $B$ and $N$ coprime in $k[x,y]$.
  97. % So $A(x,y) H(x,y) = M(x) L(x) f(x,y)$
  98. % and $B(x,y) H(x,y) = N(x) L(x) g(x,y)$.
  99. % But $H(x,y)$ cannot divide $L(x), M(x)$ nor $N(x)$ in $k[x,y]$, for otherwise
  100. % $H(x,y) \in k[x]$, making $h(x,y) = \frac{H(x,y)}{L(x)}$ a unit in $k(x)[y]$. But
  101. % $H(x,y)$ is irreducible in $k[x,y]$ and divides both $M(x)L(x)f(x,y)$ and
  102. % $N(x)L(x)g(x,y)$, so $H(x,y)$ divides $f(x,y)$ and $g(x,y)$ in $k[x,y]$. Contradiction.
  103. %\item
  104. Since $k(x)[y]$ is a principal ideal domain, \ref{satz:coprime-in-r-is-coprime-in-qr} implies
  105. $(f,g) = k(x)[y]$, hence the existence of $A(x,y), B(x,y), M(x), N(x)$ such that
  106. \[
  107. f(x,y) A(x,y) + g(x,y) B(x,y) = \underbrace{M(x) N(x)}_{=: D(x)}
  108. \] with $D(x) \in k[x]$. Since a common zero $(x,y)$ of $f$ and $g$ gives a zero of
  109. $D$, and $D$ has finitely many zeros, there are only finitely many $x$ such that
  110. $(x,y)$ is a zero of both $f$ and $g$. But, for fixed $x \in k$, the polynomial
  111. \[
  112. y \mapsto f(x,y) - g(x,y)
  113. \] has only finitely many zeros in $k$. So $\mathcal{V}(f) \cap \mathcal{V}(g)$ is finite.
  114. %\end{enumerate}
  115. \end{proof}
  116. \begin{proof}[Proof of \ref{thm:plane-curve-ivf=f}]
  117. Let $f \in k[x,y]$ be irreducible such that $\mathcal{V}(f) \subseteq k^2$ is infinite.
  118. Since $f \in \mathcal{I}(\mathcal{V}(f))$, it suffices to show that
  119. $\mathcal{I}(\mathcal{V}(f)) \subseteq (f)$.
  120. Let
  121. $g \in \mathcal{I}(\mathcal{V}(f))$. Then $\mathcal{V}(f) \subseteq \mathcal{V}(g)$. Thus
  122. \[
  123. \mathcal{V}(f) \cap \mathcal{V}(g) = \mathcal{V}(f)
  124. \] which is infinite by assumption. Thus by \ref{lemma:coprime-finite-zero-locus},
  125. $f$ and $g$ have a common factor. Since $f$ is irreducible, this implies that $f \mid g$, i.e.
  126. $g \in (f)$.
  127. \end{proof}
  128. We can use \ref{thm:plane-curve-ivf=f} to find the irreducible components of a
  129. hypersurface $\mathcal{V}(P) \subseteq k^2$.
  130. \begin{korollar}
  131. Let $P \in k[x,y]$ be non-constant and $P = u P_1^{n_1} \cdots P_r^{n_r}$ be the decomposition
  132. into irreducible factors. If each $\mathcal{V}(P_i)$ is infinite, then the algebraic sets
  133. $\mathcal{V}(P_i)$ are the irreducible components of $\mathcal{V}(P)$.
  134. \end{korollar}
  135. \begin{proof}
  136. Note that
  137. \[
  138. \mathcal{V}(P) = \mathcal{V}(P_1^{n_1} \cdots P_r^{n_r}) = \mathcal{V}(P_1) \cup \ldots \cup \mathcal{V}(P_r)
  139. .\] Since $P_i$ is irreducible and $\mathcal{V}(P_i)$ is infinite for all $i$,
  140. by \ref{thm:plane-curve-ivf=f} $\mathcal{V}(P_i)$ is irreducible and for $i \neq j$
  141. $\mathcal{V}(P_i) \not\subset \mathcal{V}(P_j)$, for otherwise
  142. \[
  143. (P_i) = \mathcal{I}(\mathcal{V}(P_i)) \supset \mathcal{I} (\mathcal{V}(P_j)) = (P_j)
  144. \] which is impossible for distinct irreducible elements $P_i, P_j$.
  145. \end{proof}
  146. \begin{bsp}[Real plane cubics]
  147. Let $P(x,y) = y^2 - f(x)$ with $\text{deg}_xf = 3$ in $k[x]$. Since $\text{deg}_y P \ge 1 $
  148. and the leading coefficient of $P$ is $1$, the polynomial $P$ is primitive in $k[x][y]$.
  149. It is reducible in $k(x)[y]$ if and only if there exists $a(x), b(x) \in k(x)$ such that
  150. $(y-a)(y-b) = y^2 - f$, i.e. $b = -a$ and $f = a^2$ in $k(x)$, therefore also in $k[x]$.
  151. Since $\text{deg}_xf = 3 $, this cannot happen. So, $P$ is irreducible
  152. by \ref{satz:gauss}.
  153. Moreover, when $k = \R$, the
  154. cubic polynomial $f(x)$ takes on an infinite number of positive values,
  155. so $\mathcal{V}(y^2 - f(x)) = \mathcal{V}(P)$ is infinite. In conclusion,
  156. real cubics of the form $y^2 - f(x) = 0$ are irreducible algebraic sets in $\R^2$
  157. by \ref{thm:plane-curve-ivf=f}.
  158. \end{bsp}
  159. \begin{figure}
  160. \centering
  161. \begin{tikzpicture}
  162. \begin{axis}[
  163. xmin = -1
  164. ]
  165. \algebraiccurve[red][$y^2 = x^3$]{y^2 - x^3}
  166. \end{axis}
  167. \end{tikzpicture}
  168. \caption{the cuspidal cubic}
  169. \end{figure}
  170. \begin{figure}
  171. \centering
  172. \begin{tikzpicture}
  173. \begin{axis}[
  174. ]
  175. \algebraiccurve[red][$y^2 = x^2(x+1)$][-2:2][-2:2]{y^2 - x^2*(x+1)}
  176. \end{axis}
  177. \end{tikzpicture}
  178. \caption{the nodal cubic}
  179. \end{figure}
  180. \begin{figure}
  181. \centering
  182. \begin{tikzpicture}[scale=0.9]
  183. \begin{axis}[
  184. xmin = -1
  185. ]
  186. \algebraiccurve[red][$y^2 = x(x^2+1)$][-2:2][-2:2]{y^2 - x*(x^2+1)}
  187. \end{axis}
  188. \end{tikzpicture}
  189. \hspace{.05\textwidth}
  190. \begin{tikzpicture}[scale=0.9]
  191. \begin{axis}[
  192. ]
  193. \algebraiccurve[red][$y^2 = x(x^2-1)$][-2:2][-2:2]{y^2 - x*(x^2-1)}
  194. \end{axis}
  195. \end{tikzpicture}
  196. \caption{the smooth cubics: the second curve demonstrates that the notion of connectedness in
  197. the Zariski topologoy of $\R^2$ is very different from the one in the usual topology of $\R^2$.}
  198. \end{figure}
  199. \begin{satz}
  200. Let $k$ be an algebraically closed field and let $P \in k[T_1, \ldots, T_n]$ be a non-constant polynomial
  201. with $n \ge 2$. Then $\mathcal{V}(P)$ is infinite.
  202. \end{satz}
  203. \begin{proof}
  204. Since $P$ is non-constant, we may assume that $\text{deg}_{x_1} P \ge 1$. Write
  205. \[
  206. P(T_1, \ldots, T_n) = \sum_{i=1}^{d} g_i(T_2, \ldots, T_n) T_1^{i}
  207. ,\]
  208. with $d \ge 1$ and $g_d \neq 0$. Then $D_{k^{n-1}}(g_d)$ is infinite: Since $g_d \neq 0$ and
  209. $k$ infinite, it is non-empty. Thus let $(a_2, \ldots, a_n) \in k^{n-1}$ such that
  210. $g_d(a) \neq 0$. Then $g_d(ta) = g_d(ta_2, \ldots, ta_n) \in k[t]$ is a non-zero polynomial and thus
  211. has only finitely many zeros in $k$. In particular $D_{k^{n-1}}(g_d)$ is infinite.
  212. For $(a_2, \ldots, a_{n-1}) \in D_{k^{n-1}}(g_d)$, $P(T_1, a_2, \ldots, a_n) \in k[T_1]$ is non-constant
  213. and thus has a root $a_1$ in the algebraically closed field $k$. Hence
  214. $(a_1, \ldots, a_n) \in \mathcal{V}(P)$.
  215. \end{proof}
  216. We finally give a complete classification of irreducible algebraic sets in the affine plane $k^2$ for
  217. an infinite field $k$.
  218. \begin{satz}
  219. Let $k$ be an infinite field. Then the irreducible algebraic subsets of $k^2$ are:
  220. \begin{enumerate}[(i)]
  221. \item the whole affine plane $k^2$
  222. \item single points $\{ (a, b) \} \subseteq k^2$
  223. \item infinite algebraic sets defined by an irreducible polynomial $f \in k[x,y]$.
  224. \end{enumerate}
  225. \label{satz:classification-irred-alg-subsets-plane}
  226. \end{satz}
  227. \begin{proof}
  228. Let $V \subseteq k^2$ be an irreducible algebraic subset of the affine plane. If $V$ is finite,
  229. it reduces to a point. So we may assume $V$ infinite. If $\mathcal{I}(V) = (0)$, then $V = k^2$.
  230. Otherwise, there is a non-constant polynomial $P \in k[x,y]$ such that $P$ vanishes on $V$. Since
  231. $V$ is irreducible, $\mathcal{I}(V)$ is prime, so it contains an irreducible factor $f$ of $P$.
  232. Let $g \in \mathcal{I}(V)$. Then $V \subseteq \mathcal{V}(f) \cap \mathcal{V}(g)$, but since
  233. $V$ is infinite, $f$ and $g$ must have a common factor. By irreducibility of $f$, it follows
  234. $f \mid g$, i.e. $g \in (f)$. Hence $\mathcal{I}(V) = (f)$ and $V = \mathcal{V}(f)$.
  235. \end{proof}
  236. \end{document}