Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

237 рядки
10.0KB

  1. \documentclass{lecture}
  2. \begin{document}
  3. \chapter{Algebraic varieties}
  4. \section{Spaces with functions}
  5. \begin{definition}[]
  6. Let $k$ be a field. A \emph{space with functions over $k$} is a pair
  7. $(X, \mathcal{O}_x)$ where $X$ is a topological space and
  8. $\mathcal{O}_X$ is a subsheaf of the sheaf of $k$-valued functions, seen as
  9. a sheef of $k$-algebras, and satisfying the following condition:
  10. If $U \subseteq X$ is an open set and $f \in \mathcal{O}_X(U)$, then
  11. the set
  12. \[
  13. D_U(f) \coloneqq \{ x \in U \mid f(x) \neq 0\}
  14. \] is open in $U$ and the function $\frac{1}{f}\colon D_U(f) \to k$,
  15. $x \mapsto \frac{1}{f(x)}$ belongs to $\mathcal{O}_X(D_U(f))$.
  16. \end{definition}
  17. \begin{bem}[]
  18. Concretely, it means that there is for each open set $U \subseteq X$ a
  19. $k$-Algebra $\mathcal{O}_X(U)$ of ,,regular`` functions such that
  20. \begin{enumerate}[(i)]
  21. \item the restriction of a regular function $f\colon U \to k$ to
  22. a sub-open $U' \subseteq U$ is regular on $U'$.
  23. \item if $f\colon U \to k$ is a function and $(U_{\alpha})_{\alpha \in A}$ is
  24. an open cover of $U$ such that $f|_{U_{\alpha}}$ is regular on
  25. $U_{\alpha}$, then $f$ is regular on $U$.
  26. \item if $f$ is regular on $U$, the set $\{f \neq 0\} $ is open in $U$ and
  27. $\frac{1}{f}$ is regular wherever it is defined.
  28. \end{enumerate}
  29. \end{bem}
  30. \begin{bem}[]
  31. If $\{0\} $ is closed in $k$ and $f\colon U \to k$ is continuous, then
  32. $D_U(f)$ is open in $U$. So, this conditions is often automatically met in practice.
  33. \end{bem}
  34. \begin{bsp}
  35. \begin{enumerate}[(i)]
  36. \item $(X, \mathcal{C}_X)$ a topological space endowed with its sheaf of $\R$-valued
  37. (or $\mathbb{C}$-valued) continuous functions, the fields $\R$ and $\mathbb{C}$
  38. being endowed here with their classical topology.
  39. \item $(V, \mathcal{O}_V)$ where
  40. $V = \mathcal{V}(P_1, \ldots, P_m)$ is an algebraic subset of $k^{n}$
  41. (endowed with the Zariski topology) and, for all $U \subseteq V$ open,
  42. \[
  43. \mathcal{O}_V(U) \coloneqq
  44. \left\{ f \colon U \to k\ \middle \vert
  45. \begin{array}{l}
  46. \forall x \in U \exists x \in U_x \text{ open},
  47. P, Q \in k[x_1, \ldots, x_n] \text{ such that }\\ \text{for } z \in U \cap U_x,
  48. Q(z) \neq 0 \text{ and } f(z) = \frac{P(z)}{Q(z)}
  49. \end{array}
  50. \right\}
  51. .\]
  52. \item $(M, \mathcal{C}^{\infty}_M)$ where
  53. $M = \varphi^{-1}(0)$ is a non-singular level set of a $\mathcal{C}^{\infty}$
  54. map $\varphi\colon \Omega \to \R^{m}$ where
  55. $\Omega \subseteq \R^{p+m}$ is an open set
  56. (in the usual topology of $\R^{p+m}$)
  57. and, for all $U \subseteq M$ open,
  58. $\mathcal{C}^{\infty}_M(U)$ locally smooth maps.
  59. %\[
  60. %\mathcal{C}^{\infty}_M(U)
  61. %\coloneqq \{ f \colon U \to \R\}
  62. %.\]
  63. \end{enumerate}
  64. \end{bsp}
  65. \begin{aufgabe}[]
  66. Let $(X, \mathcal{O}_X)$ be a space with functions and let $U \subseteq X$ be
  67. an open subset. Define, for all $U' \subseteq U$ open,
  68. \[
  69. \mathcal{O}_X|_{U}(U') \coloneqq \mathcal{O}_X(U')
  70. .\] Then $(U, \mathcal{O}_X|_U)$ is a space with functions.
  71. \end{aufgabe}
  72. \begin{bsp}[]
  73. \begin{enumerate}[(i)]
  74. \item $(V, \mathcal{O}_V)$ an algebraic subset of $k^{n}$,
  75. $f\colon V \to k$ a polynomial function,
  76. $U \coloneqq D_V(f)$ is open in $V$ and the sheaf
  77. of regular functions that we defined on the locally closed subset
  78. $D_V(f) = D_{k^{n}}(f) \cap V$ coincides with
  79. the restriction to $D_V(f)$ of the sheaf of regular functions on $V$.
  80. \item $B \subseteq \R^{n}$ or $\mathbb{C}^{n}$ an open ball
  81. (with respect to the usual topology), equipped with the sheaf of
  82. $\mathcal{C}^{\infty}$ or holomorphic functions.
  83. \end{enumerate}
  84. \end{bsp}
  85. \section{Morphisms}
  86. \begin{bem}[]
  87. Note that if $f\colon X \to Y$ is a map and
  88. $h\colon U \to k$ is a function defined on a subset $U \subseteq Y$, there
  89. is a pullback map $f_U^{*}$ taking
  90. $h\colon U \to k$ to the function
  91. $f_U^{*} \coloneqq h \circ f \colon f^{-1}(U) \to k$. This map is a homomorphism of $k$-algebras.
  92. Moreover given a map $g\colon Y \to Z$ and a subset $V \subseteq Z$ such that
  93. $g^{-1}(V) \subseteq U$, we have, for all $h\colon V \to k$,
  94. \[
  95. f_U^{*}(g_V^{*}(h)) = f_U^{*}(h \circ g) = (h \circ g) \circ f = h \circ (g \circ f)
  96. = (g \circ f)_V^{*}(h)
  97. .\]
  98. \end{bem}
  99. \begin{definition}[]
  100. Let $(X, \mathcal{O}_X)$ and $(Y, \mathcal{O}_Y)$ be two spaces with functions over a field
  101. $k$. A \emph{morphism of spaces with functions} between $(X, \mathcal{O}_X)$
  102. and $(Y, \mathcal{O}_Y)$ is a
  103. continuous map $f\colon X \to Y$ such that, for all open set $U \subseteq Y$, the
  104. pullback map $f_U^{*}$ takes a regular function on the open set $U \subseteq Y$ to
  105. a regular function on the open set $f^{-1}(U) \subseteq X$.
  106. \end{definition}
  107. \begin{bem}[]
  108. Then, given open sets $U' \subseteq U$ in $Y$, we have compatible homomorphisms of $k$-algebras:
  109. In other words, we have a morphism of sheaves on $Y$
  110. $f^{*}\colon \mathcal{O}_Y \to f_{*} \mathcal{O}_X$, where
  111. by definition $(f_{*}\mathcal{O}_X)(U) = \mathcal{O}_X(f^{-1}(U))$.
  112. \end{bem}
  113. \begin{aufgabe}[]
  114. Given $g\colon Y \to Z$, show that $(g \circ f)_{*}\mathcal{O}_X
  115. = g_{*}(f_{*} \mathcal{O}_X)$ and that
  116. $g_{*}$ is a functor from sheaves on $Y$ to sheaves on $Z$.
  117. \end{aufgabe}
  118. \begin{bem}
  119. If $f\colon (X, \mathcal{O}_X) \to (Y, \mathcal{O}_Y)$
  120. and $g\colon (Y, \mathcal{O}_Y) \to (Z, \mathcal{O}_Z)$ are morphisms,
  121. so is the composed map $g \circ f\colon X \to Z$.
  122. \end{bem}
  123. \begin{satz}[]
  124. Let $(X, \mathcal{O}_X)$ and $(Y, \mathcal{O}_Y)$ be locally closed subsets
  125. of an affine space $(X \subseteq k^{n}, Y \subseteq K^{m})$ equipped with
  126. their respective sheaves of regular functions. Then a map $f\colon X \to Y$
  127. is a morphism of spaces with functions if and only if $f = (f_1, \ldots, f_m)$ with
  128. each $f_i\colon X \to k$ a regular function on $X$.
  129. \end{satz}
  130. \begin{proof}
  131. The proof that if each of the $f_i$'s is a regular function, then $f$ is a morphism
  132. is similar to point (i) of the previous example: it holds because the pullback
  133. of a regular function (in particular, the pullback of a polynomial) by a regular function
  134. is a regular function, and because an equation of the form $h(x) = 0$ for $h$ a regular
  135. function is locally equivalent to a polynomial equation $P(x) = 0$.
  136. Conversely, if $f\colon X \to Y \subseteq k^{m}$ is a morphism, then the pullback of
  137. the $i$-th projection $p_i\colon k^{m} \to k$ is a regular function
  138. on $X$. Since $f^{*}p_i = f_i$, the proposition is proved.
  139. \end{proof}
  140. \begin{bem}[]
  141. In the proof of the previous proposition, we used that if the
  142. $(f_i\colon X \to k)_{1 \le i \le m}$ are regular functions on the locally closed
  143. subset $X \subseteq k^{n}$, then the map
  144. \begin{salign*}
  145. f\colon X &\to k^{m} \\
  146. x &\mapsto (f_1(x), \ldots, f_m(x))
  147. \end{salign*} is continuous on $X$. This is because
  148. the pre-image of $f^{-1}(V)$ of an algebraic subset
  149. $V = V(P_1, \ldots, P_r) \subseteq k^{m}$ is the intersection
  150. of $X$ with the zero set
  151. \[
  152. W = V(P_1 \circ f, \ldots, P_r \circ f) \subseteq k^{n}
  153. \] which is indeed an algebraic set, because $P_j \circ f$ is a regular function
  154. so the equation $P_j \circ f = 0$ is equivalent to a polynomial equation.
  155. Beware, however, that if the $(f_i)_{1 \le i \le m}$ are only continuous maps, then
  156. $W$ is no longer an algebraic set, so we would need another argument in order to prove
  157. the continuity of $f$. Typically, in general topology, we
  158. say that $f\colon X \to k^{m}$ is continuous because its components $(f_1, \ldots, f_m)$ are
  159. continuous. This argument is valid when the topology used on $k^{m}$ is the
  160. product topology of the topologies on $k$. However, this does not hold in general
  161. for the Zariski topology, which is strictly larger than the product topology when $k$ is
  162. infinite.
  163. \end{bem}
  164. \begin{bsp}
  165. \begin{enumerate}[(i)]
  166. \item The projection map
  167. \begin{salign*}
  168. \mathcal{V}_{k^{2}}(y - x^2) &\to k \\
  169. (x,y) &\mapsto x
  170. \end{salign*}
  171. is a morphism of spaces with functions, because it is a regular function
  172. on $\mathcal{V}_{k^2}(y - x^2)$. It is actually an isomorphism, whose inverse
  173. is the morphism
  174. \begin{salign*}
  175. k &\to \mathcal{V}(y - x^2) \\
  176. x &\mapsto (x, x^2)
  177. .\end{salign*}
  178. Note that $\mathcal{V}_{k^2}(y-x^2)$ is the graph of the polynomial function
  179. $x \mapsto x^2$.
  180. \item Let $k$ be an infinite field. The map
  181. \begin{salign*}
  182. k &\to \mathcal{V}_{k^2}(y^2 - x^{3}) \\
  183. t &\mapsto (t^2, t ^{3})
  184. \end{salign*}
  185. is a morphism and a bijection, but it is not an isomorphism, because its inverse
  186. \begin{salign*}
  187. \mathcal{V}_{k^2}(y^2 - x^{3}) &\to k \\
  188. (x, y) &\mapsto \begin{cases}
  189. \frac{y}{x} & (x,y) \neq (0,0) \\
  190. 0 & (x,y) = (0,0)
  191. \end{cases}
  192. \end{salign*}
  193. is not a regular map (this is where we use that $k$ is infinite).
  194. \item Consider the groups $G = \mathrm{GL}(n; k)$, $\mathrm{SL}(n; k)$,
  195. $\mathrm{O}(n ; k)$, $\mathrm{SO}(n;k)$ etc. as locally closed subsets in
  196. $k^{n^2}$ and equip them with their sheaves of regular functions. Then the multiplication
  197. $\mu\colon G x G \to G, (g_1, g_2) \mapsto g_1g_2$ and
  198. and inversion $\iota\colon G \to G, g \mapsto g^{-1}$
  199. are morphisms (here $G\times G$ is viewed as a locally closed subset of
  200. $k^{n^2} \times k^{n^2} \simeq k^{2n^2}$, equipped with its Zariski topology), since
  201. they are given by regular functions in the coefficients of the matrices.
  202. Such groups will later be called \emph{affine algebraic groups}.
  203. \end{enumerate}
  204. \end{bsp}
  205. \end{document}