Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

269 rindas
8.7KB

  1. \documentclass{lecture}
  2. \begin{document}
  3. \chapter{Algebraic sets}
  4. \section{Polynomial equations}
  5. Let $k$ be a field.
  6. \begin{definition}
  7. The \emph{affine space of dimension $n$} is the set $k^{n}$.
  8. \end{definition}
  9. \begin{definition}
  10. An \emph{algebraic subset} of $k^{n}$ is a subset $V \subseteq k^{n}$ for
  11. which there exists a subset $A \subseteq k[x_1, \ldots, x_n]$ such
  12. that
  13. \begin{salign*}
  14. V = \{ x \in k^{n} \mid \forall P \in A\colon P(x) = 0 \}
  15. .\end{salign*}
  16. Notation: $V = \mathcal{V}_{k^{n}}(A)$.
  17. \end{definition}
  18. \begin{figure}
  19. \centering
  20. \begin{tikzpicture}
  21. \begin{axis}
  22. \algebraiccurve[red][$y=x^2-4x+5$]{x^2 - 4*x + 5 - y}
  23. \end{axis}
  24. \end{tikzpicture}
  25. \caption{parabola}
  26. \end{figure}
  27. \begin{figure}
  28. \centering
  29. \begin{tikzpicture}
  30. \begin{axis}
  31. \algebraiccurve[red][$y^2 = (x+1)x^2$][-1:1][-1:1]{y^2 - (x+1)*x^2}
  32. \end{axis}
  33. \end{tikzpicture}
  34. \caption{nodal cubic}
  35. \end{figure}
  36. \begin{bem}
  37. If $A \subseteq k[x_1, \ldots, x_n]$ is a subset and $I$ is the ideal generated
  38. by $A$, then
  39. \[
  40. \mathcal{V}(A) = \mathcal{V}(I)
  41. .\]
  42. \end{bem}
  43. \begin{definition}
  44. Let $Z \subseteq k^{n}$ be a subset. Define the ideal in $k[x_1, \ldots, x_n]$
  45. \[
  46. \mathcal{I}(Z) \coloneqq \{ P \in k[x_1, \ldots, x_n] \mid \forall x \in Z\colon P(x) = 0\}
  47. .\]
  48. \end{definition}
  49. \begin{bem}
  50. Since $k[x_1, \ldots, x_n]$ is a Noetherian ring, all ideals are
  51. finitely generated. For $I \subseteq k[x_1, \ldots, x_n]$ there
  52. exist polynomials $P_1, \ldots, P_m \in k[x_1, \ldots, x_n]$ such that
  53. $I = (P_1, \ldots, P_m)$ and
  54. \[
  55. \mathcal{V}(I) = \mathcal{V}(P_1, \ldots, P_m) = \mathcal{V}(P_1) \cap \ldots \cap \mathcal{V}(P_m)
  56. .\] Thus all algebraic subsets of $k^{n}$ are intersections of hypersurfaces.
  57. \end{bem}
  58. \begin{satz}[]
  59. The maps
  60. \[
  61. \mathcal{I}\colon \{ \text{subsets of } k^{n}\}
  62. \longrightarrow
  63. \{\text{ideals in } k[x_1, \ldots, x_n]\}
  64. \] and
  65. \[
  66. \mathcal{V}\colon \{ \text{ideals in } k[x_1, \ldots, x_n] \}
  67. \longrightarrow
  68. \{ \text{subsets of } k^{n}\}
  69. \] satisfy the following properties
  70. \begin{enumerate}[(i)]
  71. \item $Z_1 \subseteq Z_2 \implies \mathcal{I}(Z_1) \supseteq \mathcal{I}(Z_2)$
  72. \item $I_1 \subseteq I_2 \implies \mathcal{V}(I_1) \supseteq \mathcal{V}(I_2)$
  73. \item $\mathcal{I}(Z_1 \cup Z_2) = \mathcal{I}(Z_1) \cap \mathcal{I}(Z_2)$
  74. \item $\mathcal{I}(\mathcal{V}(I)) \supseteq I$
  75. \item $\mathcal{V}(\mathcal{I}(Z)) \supseteq Z$ with equality
  76. if and only if $Z$ is an algebraic set.
  77. \end{enumerate}
  78. \end{satz}
  79. \begin{proof}
  80. Calculation.
  81. \end{proof}
  82. \begin{lemma}
  83. Let $I, J \subseteq k[x_1, \ldots, x_n]$ be ideals. Then
  84. \[
  85. \mathcal{V}(I) \cup \mathcal{V}(J) = \mathcal{V}(IJ)
  86. \]
  87. where $IJ$ is the ideal generated by the products $PQ$, where $P \in I$ and $Q \in J$.
  88. \label{lemma:union-of-alg-sets}
  89. \end{lemma}
  90. \begin{lemma}
  91. Let $I_j \in k[x_1, \ldots, x_n]$ be ideals. Then
  92. \[
  93. \bigcap_{j \in J} \mathcal{V}(I_j) = \mathcal{V}\left( \bigcup_{j \in J} I_j \right)
  94. .\]
  95. \label{lemma:intersection-of-alg-sets}
  96. \end{lemma}
  97. \section{The Zariski topology}
  98. The algebraic subsets of $k^{n}$ can be used to define a topology on $k^{n}$.
  99. \begin{satz}
  100. The algebraic subsets of $k^{n}$ are exactly the closed sets of a topology
  101. on $k^{n}$.
  102. \end{satz}
  103. \begin{proof}
  104. $\emptyset = \mathcal{V}(1)$ and $k^{n} = \mathcal{V}(0)$. The rest follows from
  105. \ref{lemma:union-of-alg-sets}
  106. and \ref{lemma:intersection-of-alg-sets}.
  107. \end{proof}
  108. \begin{definition}
  109. The topology on $k^{n}$ where the closed sets are exactly the
  110. algebraic subsets of $k^{n}$, is called the \emph{Zariski topology}.
  111. \end{definition}
  112. \begin{lemma}
  113. \begin{enumerate}[(i)]
  114. \item Let $Z \subseteq k^{n}$ be a subset. Then
  115. \[
  116. \overline{Z} = \mathcal{V}(\mathcal{I}(Z))
  117. .\]
  118. \item Let $Z \subseteq k^{n}$ be a subset. Then
  119. \[
  120. \sqrt{\mathcal{I}(Z)} = \mathcal{I}(Z)
  121. .\]
  122. \item Let $I \subseteq k[x_1, \ldots, x_n]$ be an ideal. Then
  123. \[
  124. \mathcal{V}(I) = \mathcal{V}(\sqrt{I})
  125. .\]
  126. \end{enumerate}
  127. \end{lemma}
  128. \begin{proof}
  129. \begin{enumerate}[(i)]
  130. \item Let $V = \mathcal{V}(I)$ be a Zariski-closed set such that
  131. $Z \subseteq V$. Then $\mathcal{I}(Z) \supseteq \mathcal{I}(V)$.
  132. But $\mathcal{I}(V) = \mathcal{I}(\mathcal{V}(I)) \supseteq I$,
  133. so $\mathcal{V}(\mathcal{I}(Z)) \subseteq \mathcal{V}(I) = V$.
  134. Thus
  135. \[
  136. \mathcal{V}(\mathcal{I}(Z)) \subseteq \bigcap_{V \text{ closed}, Z \subseteq V} V
  137. = \overline{Z}
  138. .\] Since $\mathcal{V}(I(Z))$ is closed, the claim follows.
  139. \end{enumerate}
  140. \end{proof}
  141. \begin{korollar}
  142. For ideals $I, J \subseteq k[x_1, \ldots, x_n]$ we have
  143. \[
  144. \mathcal{V}(I) \cup \mathcal{V}(J) = \mathcal{V}(IJ) = \mathcal{V}(I \cap J)
  145. .\]
  146. \end{korollar}
  147. \begin{proof}
  148. $\sqrt{I \cap J} = \sqrt{IJ}$
  149. \end{proof}
  150. \begin{satz}
  151. The Zariski topology turns $k^{n}$ into a Noetherian topological space: If
  152. $(F_n)_{n \in N}$ is a decreasing sequence of closed sets, then
  153. $(F_n)_{n \in \N}$ is stationary.
  154. \end{satz}
  155. \begin{proof}
  156. Let $V_1 \supseteq V_2 \supseteq \ldots$ be a decreasing sequence of closed sets.
  157. Then $\mathcal{I}(V_1) \subseteq \mathcal{I}(V_2) \subseteq \ldots$
  158. is an increasing sequence of ideals in $k[x_1, \ldots, x_n]$. As
  159. $k[x_1, \ldots, x_n]$ is Noetherian, this sequence is stationary. Thus
  160. there exists $n_0 \in \N$ such that $\forall n \ge n_0$,
  161. $\mathcal{I}(V_n) = \mathcal{I}(V_{n_0})$. Therefore,
  162. \[
  163. V_n = \mathcal{V}(\mathcal{I}(V_n)) = \mathcal{V}(\mathcal{I}(V_{n_0})) = V_{n_0}
  164. \] for $n \ge n_0$.
  165. \end{proof}
  166. \begin{definition}
  167. Let $P \in k[x_1, \ldots, x_n]$. The subset
  168. \[
  169. D_{k^{n}}(P) \coloneqq k^{n} \setminus \mathcal{V}(P)
  170. \] is called a \emph{standard} or \emph{principal open set} of $k^{n}$.
  171. \end{definition}
  172. \begin{bem}[]
  173. Since a Zariski-closed subset of $k^{n}$ is an intersection of finitely many
  174. $\mathcal{V}(P_i)$, a Zariski-open subset of $k^{n}$ is a union of finitely many
  175. standard open sets. Thus the standard open sets form a basis for the Zariski topology
  176. of $k^{n}$.
  177. \end{bem}
  178. \begin{satz}[]
  179. The affine space $k^{n}$ is quasi-compact in the Zariski topology.
  180. \end{satz}
  181. \begin{proof}
  182. Let $k^{n} = \bigcup_{i \in J} U_i$ where $U_i$ is open. Since the standard opens form a basis
  183. of the Zariski topology, we can assume $U_i = D(P_i)$ with $P_i \in k[x_1, \ldots, x_n]$.
  184. Then
  185. $\mathcal{V}((P_i)_{i \in I}) = \bigcap_{i \in J} \mathcal{V}(P_i) = \emptyset$. Since
  186. $k[x_1, \ldots, x_n]$ is Noetherian, we
  187. can choose finitely many generators $P_{i_1}, \ldots, P_{i_m}$ such that
  188. $((P_i)_{i \in J}) = (P_{i_1}, \ldots, P_{i_m})$. Thus
  189. \[
  190. \bigcap_{j=1}^{m} \mathcal{V}(P_{i_j}) = \mathcal{V}(P_{i_1}, \ldots, P_{i_m})
  191. = \mathcal{V}((P_i)_{i \in J}) = \emptyset
  192. .\] By passing to complements in $k^{n}$, we get
  193. \[
  194. \bigcup_{j=1}^{m} D(P_{i_j}) = k^{n}
  195. .\]
  196. \end{proof}
  197. \begin{satz}[]
  198. Let $P \in k[x_1, \ldots, x_n]$ and let $f_P \colon k^{n} \to k$ be the associated
  199. function on $k^{n}$. Then $f_p$ is continuous with respect to the Zariski topology on $k^{n}$
  200. and $k$.
  201. \end{satz}
  202. \begin{proof}
  203. The closed proper subsets of $k$ are finite subsets $F = \{t_1, \ldots, t_s\} \subseteq k$.
  204. The pre-image of a singleton
  205. $\{t\} \subseteq k$ is
  206. \[
  207. f_P^{-1}(\{t\}) = \{x \in k^{n} \mid P(x) - t = 0\}
  208. = \mathcal{V}(P - t)
  209. \]
  210. which is a closed subset of $k^{n}$. Thus
  211. \[
  212. f_P^{-1}(F) = \bigcup_{i=1}^{s} \mathcal{V}(P - t_i)
  213. \] is closed.
  214. \end{proof}
  215. \begin{satz}
  216. If $k$ is infinite, $\mathcal{I}(k^{n}) = \{0\} $.
  217. \label{satz:k-infinite-everywhere-vanish}
  218. \end{satz}
  219. \begin{proof}
  220. By induction: for $n = 1$, this follows because a non-zero polynomial only has a finite number
  221. of roots. Let $n \ge 1$ and $P \in \mathcal{I}(k^{n})$. Thus $P(x) = 0$ $\forall x \in k^{n}$.
  222. Let
  223. \[
  224. P = \sum_{i=0}^{m} P_i(X_1, \ldots, X_{n-1}) X_n^{i}
  225. \] for $P_i \in k[X_1, \ldots, X_{n-1}]$.
  226. Fix some $x_1, \ldots, x_{n-1} \in k$. Then $P(x_1, \ldots, x_{n-1}, y) \in k[y]$ has an
  227. infinite number
  228. of roots. Thus $P(x_1, \ldots, x_{n-1}, y) = 0$ for all $x_2, \ldots, x_n$ by the case $n=1$,
  229. implying that $P_i(x_1, \ldots, x_{n-1}) = 0$ for all $i$.
  230. Since this holds for all $(x_1, \ldots, x_{n-1}) \in k^{n-1}$, $P_i = 0$ by induction
  231. for all $i$.
  232. \end{proof}
  233. \end{document}