Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

835 line
38KB

  1. \documentclass[a4paper]{../bachelorarbeit/arbeit}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage[T1]{fontenc}
  4. \usepackage{textcomp}
  5. \usepackage[german]{babel}
  6. \usepackage{amsmath, amssymb, amsthm}
  7. \usepackage{tikz-cd}
  8. \makeatletter
  9. \newcommand{\colim@}[2]{%
  10. \vtop{\m@th\ialign{##\cr
  11. \hfil$#1\operator@font colim$\hfil\cr
  12. \noalign{\nointerlineskip\kern1.5\ex@}#2\cr
  13. \noalign{\nointerlineskip\kern-\ex@}\cr}}%
  14. }
  15. \newcommand{\colim}{%
  16. \mathop{\mathpalette\colim@{\rightarrowfill@\textstyle}}\nmlimits@
  17. }
  18. \makeatother
  19. \newcommand{\spec}{\operatorname{Spec }}
  20. \begin{document}
  21. \section{Projektive Moduln und Algebren}
  22. \begin{satz}[Projektiv ist lokal frei]
  23. Sei $A$ ein Ring und $M$ ein $A$-Modul. Die folgenden Eigenschaften sind äquivalent:
  24. \begin{enumerate}[(i)]
  25. \item $M$ ist endlich erzeugter projektiver $A$-Modul.
  26. \item $M$ ist endlich präsentiert und $M_{\mathfrak{p}}$ ist freier
  27. $M_{\mathfrak{p}}$-Modul für alle $\mathfrak{p} \in \spec A$.
  28. \item Es existieren Elemente $\{f_i\}_{i \in I}$ von $A$ mit $\sum_{i \in I} (f_i) = A$, sodass
  29. $M_{f_i}$ freier, endlich erzeugter $A_{f_i}$ Modul ist.
  30. \end{enumerate}
  31. \label{satz:projectiveislocallyfree}
  32. \end{satz}
  33. \begin{proof}
  34. Siehe Theorem 4.6 in \cite{lenstra}.
  35. \end{proof}
  36. \begin{satz}
  37. Sei $B$ eine $A$-Algebra und $C$ eine treuflache $A$-Algebra, sodass
  38. $B \otimes_A C$ projektive, separable $C$-Algebra ist. Dann ist $B$ projektive, separable $A$-Algebra.
  39. \label{satz:4.14}
  40. \end{satz}
  41. \begin{proof}
  42. Vortrag 8. Theorem 4.14 in \cite{lenstra}.
  43. \end{proof}
  44. \begin{satz}
  45. Sei $A$ ein Ring und $B$ projektive separable $A$-Algebra. Dann
  46. existiert eine $B$-Algebra $C$ und ein $B$-Algebraisomorphismus
  47. $B \otimes_A B \to B \times C$.
  48. \label{satz:4.16}
  49. \end{satz}
  50. \begin{proof}
  51. Vortrag 8. Proposition 4.16 in \cite{lenstra}.
  52. \end{proof}
  53. \section{Endlich étale Morphismen}
  54. \begin{definition}
  55. Sei $f\colon A \to B$ ein Ringhomomorphismus.
  56. $f$ ist \emph{endlich und lokal frei}, wenn eine Familie $(f_i)_{i \in I}$ existiert, sodass
  57. $A = \sum_{i \in I} (f_i)$ und $B_{f_i}$ endliche, freie $A_{f_{i}}$ Algebra ist für alle $i \in I$.
  58. %Sei $f\colon Y \to X$ ein affiner Morphismus von Schemata. $f$ ist \emph{endlich und lokal frei}, wenn
  59. %eine offene affine Überdeckung $\{U_i\}_{i \in I}$ existiert mit $U_i = \text{Spec }A_i$, sodass
  60. %$f^{-1}(U_i) = \text{Spec }B_i$, wobei $B_i$ eine endliche und freie $A_i$-Algebra ist.
  61. \end{definition}
  62. \begin{lemma}[]
  63. Sei $f\colon A \to B$ ein Ringhomomorphismus und $S \subseteq A$ ein multiplikatives System. Dann
  64. ist $f(S)$ ein multiplikatives System von $B$ und
  65. \[
  66. S^{-1}B \simeq f(S)^{-1}B
  67. \] als $S^{-1}A$-Algebren.
  68. \label{lemma:localisation}
  69. \end{lemma}
  70. \begin{proof}
  71. Die Formel $\frac{b}{s} \mapsto \frac{b}{f(s)}$ induziert den Isomorphismus.
  72. \end{proof}
  73. %\begin{lemma}
  74. % Sei $f\colon A \to B$ ein Ringhomomorphismus und $\varphi\colon \text{Spec }B \to \text{Spec }A$ der induzierte
  75. % Morphismus affiner Schemata. Sei $g \in A$. Dann ist
  76. % \[
  77. % \varphi^{-1}(D(g)) = D(f(g))
  78. % .\] Insbesondere gilt
  79. % \[
  80. % \varphi^{-1}(\text{Spec }A_g) = \text{Spec }B_g
  81. % .\]
  82. % \label{lemma:d(f)}
  83. %\end{lemma}
  84. %
  85. %\begin{proof}
  86. % Die erste Gleichung ist aus Algebra 2 bekannt und gilt allgemeiner für Morphismen lokal geringter Räume. Die
  87. % zweite Gleichung folgt aus der Ersten, wenn der Isomorphismus $D(g) = \text{Spec }A_g$ eingesetzt wird, unter
  88. % Verwendung des Ringisomorphismus
  89. % \[
  90. % B_g = B \otimes_A A_g \simeq B_{f(g)}
  91. % .\]
  92. %\end{proof}
  93. \begin{bem}
  94. Sei $f\colon A \to B$ ein Ringhomomorphismus. Dann ist $f$ genau dann endlich und lokal frei,
  95. wenn $B$ endliche, projektive $A$-Algebra ist.
  96. \label{satz:morph-local-free-char}
  97. \end{bem}
  98. \begin{proof}
  99. \ref{satz:projectiveislocallyfree}
  100. \end{proof}
  101. \begin{satz}[Komposition]
  102. Sei $A$ ein Ring, $B$ endliche, projektive $A$-Algebra und $C$ endliche, projektive $B$-Algebra. Dann
  103. ist $C$ endliche, projektive $A$-Algebra.
  104. \label{satz:composition-projective}
  105. \end{satz}
  106. \begin{proof}
  107. Sei $A^{n} = B \oplus Q$ und $B^{m} = C \oplus P$. Dann haben wir Isomorphismen von $A$-Moduln
  108. \[
  109. A^{mn} = (A^{n})^{m} = (B \oplus Q)^{m} = B^{m} \oplus Q^{m} = C \oplus P \oplus Q^{m}
  110. .\]
  111. \end{proof}
  112. \begin{bem}
  113. Sei $B$ endliche projektive $A$-Algebra und $\mathfrak{p} \in \spec A$. Nach \ref{satz:projectiveislocallyfree}
  114. existiert eine Familie $\{f_i\}_{i \in I}$, sodass $A = \sum_{i \in I} (f_i)$ und
  115. $B_{f_i}$ endliche, freie $A_{f_i}$-Algebra. Da $\mathfrak{p} \subsetneq A$ existiert ein $i \in I$, sodass
  116. $f_i \not\in \mathfrak{p}$. Also ist $A_{\mathfrak{p}} = (A_{f_i})_{\mathfrak{p}}$ und
  117. $B_{\mathfrak{p}} = (B_{f_i})_{\mathfrak{p}}$, also insbesondere $B_{\mathfrak{p}}$ endliche freie
  118. $A_{\mathfrak{p}}$-Algebra.
  119. \end{bem}
  120. \begin{definition}[Grad]
  121. Sei $B$ endliche projektive $A$-Algebra. Dann ist
  122. \[
  123. [ B : A ] \colon \spec A \to \Z, \mathfrak{p} \mapsto \text{rank}_{A_{\mathfrak{p}}}B_{\mathfrak{p}}
  124. \] die \emph{Gradabbildung}.
  125. \end{definition}
  126. \begin{satz}
  127. Sei $B$ endliche, projektive $A$-Algebra. Dann gilt
  128. \begin{enumerate}[(a)]
  129. \item $A \to B$ ist genau dann injektiv, wenn $[B : A] \ge 1$.
  130. \item $A \to B$ ist genau dann surjektiv, wenn $[B : A ] \le 1$.
  131. \item $A \to B$ ist genau dann ein Isomorphismus, wenn $[ B : A ] = 1$.
  132. \end{enumerate}
  133. \label{satz:rings-degree}
  134. \end{satz}
  135. \begin{proof}
  136. Vortrag 8.
  137. \end{proof}
  138. \begin{lemma}
  139. Sei $B$ endliche, projektive $A$-Algebra. Dann ist
  140. $[B : A]$ lokalkonstant, das heißt eine stetige Abbildung $\spec A \to \Z$, wobei $\Z$ die diskrete
  141. Topologie trägt. Insbesondere ist die Menge
  142. \[
  143. \{\mathfrak{p} \in \spec A \mid [B : A](\mathfrak{p}) = n\}
  144. \] offen und abgeschlossen in $\spec A$ und $[B : A]$ ist konstant, falls $\spec A$ zusammenhängend ist.
  145. \end{lemma}
  146. \begin{proof}
  147. Erneut nach \ref{satz:projectiveislocallyfree} seien $\{f_i\}_{i \in I}$ in $A$, sodass
  148. $A = \sum_{i \in I} (f_i)$ und $B_{f_i}$ endliche, freie $A_{f_i}$-Algebra für alle $i \in I$. Dann
  149. ist $\spec A = \bigcup_{i \in I} D(f_i)$, wobei $D(f_i) = \{ \mathfrak{p} \in \spec A \mid f_i \not\in p\}$.
  150. Per Definition der Zariskitopologie auf $\spec A$ sind die Mengen $D(f_i)$ offen und
  151. $[B : A]|_{D(f_i)}$ ist konstant.
  152. \end{proof}
  153. \begin{bem}[Offene und abgeschlossene Mengen in $\spec A$]
  154. Sei $A$ ein Ring. Dann sind die offenen und abgeschlossenen Mengen in $\spec A$
  155. von der Form $D(e)$, wobei $e$ idempotent und eindeutig bestimmt ist. Insbesondere
  156. existiert für alle $n \ge 0$ genau ein Idempotent $e$, sodass
  157. $\{\mathfrak{p} \in \spec A \mid [ B : A](\mathfrak{p}) = n\} = D(e)$.
  158. \label{bem:clopen-sets}
  159. \end{bem}
  160. \begin{definition}[Treuprojektive Algebren]
  161. Sei $B$ endliche projektive $A$-Algebra. Dann ist $B$ \emph{treuprojektiv}, wenn $[B : A] \ge 1$.
  162. \end{definition}
  163. %\begin{definition}[Surjektive Algebren]
  164. % Eine $A$-Algebra $B$ heißt $\emph{surjektiv}$, falls die induzierte Abbildung
  165. % $\spec B \to \spec A$ surjektiv ist.
  166. %\end{definition}
  167. \begin{satz}
  168. Sei $B$ endliche, projektive $A$-Algebra. Dann ist
  169. \begin{enumerate}[(a)]
  170. \item $B = 0 \iff [B : A] = 0$.
  171. \item $A \to B$ Isomorphismus $\iff [B : A] = 1$.
  172. \item $\spec B \to \spec A$ surjektiv $\iff$ $B$ treuprojektive $A$-Algebra.
  173. \end{enumerate}
  174. \label{satz:degree}
  175. \end{satz}
  176. \begin{proof}
  177. \begin{enumerate}[(a)]
  178. \item $B = 0 \iff B_{\mathfrak{p}} = 0$
  179. $\forall \mathfrak{p} \in \spec A \iff \text{rang}_{A_{\mathfrak{p}}} B_{\mathfrak{p}} = 0$
  180. $\forall \mathfrak{p} \in \spec A$
  181. $\iff [B : A] = 0$.
  182. \item Das ist \ref{satz:rings-degree}(c).
  183. \item
  184. Sei $\spec B \to \spec A$ surjektiv und sei $\mathfrak{p} \in \spec A$ mit Urbild
  185. $\mathfrak{q} \in \spec{B}$. Also ist $B \neq 0$ und damit $B_{\mathfrak{q}} \neq 0$.
  186. Sei $\varphi\colon A \to B$ der induzierte Ringhomomorphismus,
  187. $S = \varphi(A \setminus \mathfrak{p})$ und $T = B \setminus \mathfrak{q}$. Wegen
  188. $\mathfrak{p} = f(\mathfrak{q}) = \varphi^{-1}(\mathfrak{q})$, folgt
  189. $S \subseteq T$. Und damit
  190. \[
  191. B_{\mathfrak{q}} = T^{-1}B \simeq (S^{-1}T)^{-1}(S^{-1}B) = (S^{-1}T)^{-1} B_{\mathfrak{p}},
  192. \] also ist $B_{\mathfrak{q}}$ eine Lokalisierung von $B_{\mathfrak{p}}$. Also folgt
  193. auch $B_{\mathfrak{p}} \neq 0$, also
  194. $[ B : A ](\mathfrak{p}) > 0$. Rückrichtung: Mit \ref{satz:rings-degree}(a) ist $A \to B$ injektiv
  195. und weil $B$ endliche $A$-Algebra, ist $B$ ganze Ringerweiterung von $A$, also folgt
  196. die Aussage aus \cite{macdonald} Theorem 5.10.
  197. \end{enumerate}
  198. \end{proof}
  199. \begin{definition}[Endlich étale Algebren]
  200. Eine $A$-Algebra $B$ ist \emph{endlich étale}, wenn Elemente $\{f_i\}_{i \in I}$ existieren, sodass
  201. $A = \sum_{i \in I} (f_i)$ und $B_{f_i}$ freie, separable $A_{f_i}$-Algebra ist für alle $i \in I$.
  202. \end{definition}
  203. \begin{bem}
  204. Jede endlich étale Algebra ist auch endlich und lokal frei, denn separable Algebren sind per Definition endlich.
  205. \label{bem:finite-etale-is-locally-free}
  206. \end{bem}
  207. %\begin{lemma}
  208. % Seien $M, N$ $A$-Moduln und $M$ endlich präsentiert, d.h. es existiert eine exakte Folge
  209. % \[
  210. % A^{m} \to A^{n} \to M \to 0
  211. % .\] Sei weiter $S \subset A$ ein multiplikatives System. Dann ist der natürliche $A$-Modul Homomorphismus
  212. % \[
  213. % S^{-1}\operatorname{Hom}_A(M, N) \to \operatorname{Hom}_{S^{-1}A}(S^{-1}M, S^{-1}N)
  214. % \] ein Isomorphismus.
  215. % \label{lemma:localisation-finitely-pres}
  216. %\end{lemma}
  217. %
  218. %\begin{proof}
  219. % $S^{-1}A$ ist ein flacher $A$-Modul und $\operatorname{Hom}_A(-, N)$ bzw. $\operatorname{Hom}_{S^{-1}A}(-, S^{-1}N)$
  220. % sind linksexakt. So erhalten wir exakte Folgen
  221. % \[
  222. % 0 \to \operatorname{Hom}_{S^{-1}A}(S^{-1}M, S^{-1}N)
  223. % \to (S^{-1}N)^{n} \to (S^{-1}N)^{m}
  224. % \] und
  225. % \[
  226. % 0 \to S^{-1}\operatorname{Hom}_{A}(M, N) \to (S^{-1}N)^{n} \to (S^{-1}N)^{m}
  227. % .\] Das 5-er Lemma liefert das Ergebnis.
  228. %\end{proof}
  229. \begin{lemma}[]
  230. Sei $M$ endlich präsentierter $A$-Modul, das heißt es existiere eine exakte Folge
  231. \[
  232. A^{m} \to A^{n} \to M \to 0
  233. .\] Sei weiter $C$ eine $A$-Algebra und $N$ ein $A$-Modul.
  234. Falls $N$ oder $C$ flach sind, ist der natürliche $C$-Modulhomomorphismus
  235. \[
  236. \operatorname{Hom}_A(M, N) \otimes_A C \to \operatorname{Hom}_{C}(M \otimes_A C, N \otimes_A C)
  237. \] ein Isomorphismus.
  238. \label{lemma:tensor-and-hom}
  239. \end{lemma}
  240. \begin{proof}
  241. Da Tensorieren rechtsexakt ist und $\operatorname{Hom}_{C}(-, N \otimes_A C)$ linksexakt, erhalten wir durch anwenden
  242. in dieser Reihenfolge auf die exakte Folge $A^{m} \to A^{n} \to M \to 0$, die exakte Folge
  243. \[
  244. 0 \to \operatorname{Hom}_{C}(M \otimes_A C, N \otimes_A C) \to (N \otimes_A C)^{n} \to (N \otimes_A C)^{m}
  245. .\] Andererseits liefert zunächst anwenden von $\operatorname{Hom}_{A}(-, N)$ die exakte Folge
  246. \[
  247. 0 \to \operatorname{Hom}_{A}(M, N) \to N^{n} \to N^{m}
  248. .\] Tensorieren mit $C$ liefert die exakte Folge
  249. \[
  250. \underbrace{\operatorname{Tor}_{1}^{A}(N^{m}, C)}_{= 0} \to \operatorname{Hom}_{A}(M, N) \otimes_A C
  251. \to (N \otimes_A C)^{n} \to (N \otimes_A C)^{m}
  252. .\] Der linke Term verschwindet, weil $N^{m}$ oder $C$ flach ist. Untereinanderschreiben der beiden Folgen mit
  253. den natürlichen Homomorphismen und Auffüllen mit $0$ nach links liefert ein kommutatives Diagramm und mit dem 5-er Lemma
  254. die Behauptung.
  255. \end{proof}
  256. \begin{bem}
  257. \ref{lemma:tensor-and-hom} wendet sich insbesondere dann an, wenn $M$ endlich erzeugter projektiver Modul ist.
  258. \end{bem}
  259. \begin{korollar}
  260. Seien $M$, $N$ $A$-Moduln und $M$ endlich präsentiert. Sei weiter $S \subset A$ ein multiplikatives System. Dann
  261. ist der natürliche $S^{-1}A$-Modulhomomorphismus
  262. \[
  263. S^{-1}\operatorname{Hom}_{A}(M, N) \to \operatorname{Hom}_{S^{-1}A}(S^{-1}M, S^{-1}N)
  264. \] ein Isomorphismus.
  265. \label{lemma:localisation-finitely-pres}
  266. \end{korollar}
  267. %\begin{korollar}
  268. % Ein Morphismus von Schemata $f\colon Y \to X$ ist genau dann endlich étale, wenn
  269. % eine Basis von offenen affinen Mengen $\{U_i\}_{i \in I}$ von $X$ existiert, sodass
  270. % $U_i = \spec A_i$ und $f^{-1}(U_i) = \spec B_i$, wobei $B_i$ freie, separable $A_i$-Algebra ist.
  271. %
  272. % \label{bem:finite-etale-basis}
  273. %\end{korollar}
  274. %
  275. %\begin{proof}
  276. % Die Rückrichtung ist klar. Für die Hinrichtung beachte, dass eine endliche, projektive $A$-Algebra $B$ genau dann
  277. % separabel ist, wenn der von der Spur induzierte $A$-Modulhomomorphismus $B \to \operatorname{Hom}_A(B, A)$
  278. % ein Isomorphismus ist. Diese Eigenschaft bleibt nach \ref{lemma:localisation-finitely-pres}
  279. % durch Lokalisieren erhalten.
  280. %\end{proof}
  281. \begin{lemma}
  282. Sei $B$ eine endliche, projektive $A$-Algebra. Dann ist $A \to B$ genau dann separabel, wenn
  283. $A_{\mathfrak{p}} \to B_{\mathfrak{p}}$ separabel ist für alle $\mathfrak{p} \in \spec A$.
  284. \label{lemma:separable-is-local}
  285. \end{lemma}
  286. \begin{proof}
  287. $A \to B$ ist genau dann separabel, wenn die von der Spur induzierte Abbildung
  288. $B \to \operatorname{Hom}_{A}(B, A)$ ein Isomorphismus ist. Das
  289. ist eine lokale Eigenschaft. Da außerdem $B$ endlich erzeugter, projektiver $A$-Modul ist, das
  290. heißt insbesondere endlich präsentiert ist, folgt mit \ref{lemma:localisation-finitely-pres}
  291. \[
  292. \operatorname{Hom}_{A}(B, A)_{\mathfrak{p}} =
  293. \operatorname{Hom}_{A_{\mathfrak{p}}}(B_{\mathfrak{p}}, A_{\mathfrak{p}})
  294. \] und damit die Behauptung.
  295. \end{proof}
  296. \begin{satz}
  297. Sei $B$ eine $A$-Algebra. Dann ist $B$ genau dann endlich étale über $A$, wenn
  298. $B$ projektive, separable $A$-Algebra ist.
  299. \label{satz:equiv-finite-etale}
  300. \end{satz}
  301. \begin{proof}
  302. ($\Rightarrow$)
  303. Nach \ref{bem:finite-etale-is-locally-free} ist $B$ endliche projektive $A$-Algebra. Weiter sei
  304. $\{f_i\}_{i \in I}$ in $A$, sodass $A = \sum_{i \in I} (f_i)$ und
  305. $B_{f_i}$ endliche separable $A_{f_i}$ Algebra für alle $i \in I$. Nun sei $\mathfrak{p} \in \spec A$. Dann
  306. existiert ein $i \in I$, sodass $f_i \not\in \mathfrak{p}$. Also
  307. folgt $B_{\mathfrak{p}} = (B_{f_i})_{\mathfrak{p}}$ und $A_{\mathfrak{p}} = (A_{f_i})_{\mathfrak{p}}$.
  308. Nach \ref{lemma:separable-is-local} ist also
  309. $A_{\mathfrak{p}} \to B_{\mathfrak{p}}$ separabel.
  310. Da $\mathfrak{p}$ beliebig war, folgt erneut mit \ref{lemma:separable-is-local} die Behauptung.
  311. ($\Leftarrow$) Sei $B$ projektive, separable $A$-Algebra. Nach \ref{satz:projectiveislocallyfree}
  312. existieren $\{f_i\}_{i \in I}$, sodass $\sum_{i \in I} (f_i) = A$ und
  313. $B_{f_i}$ endliche, freie $A_{f_i}$-Algebra. Da Lokalisieren Separabilität erhält, ist $B_{f_i}$ auch separabel
  314. über $A_{f_i}$ und es folgt die Behauptung.
  315. \end{proof}
  316. \begin{satz}[Basiswechsel endlich projektive]
  317. Sei $B$ endlich projektive $A$-Algebra und $C$ eine weitere $A$-Algebra. Dann
  318. ist $B \otimes_A C$ endlich projektive $C$-Algebra.
  319. Insbesondere kommutiert das folgende Diagramm
  320. \[
  321. \begin{tikzcd}
  322. \spec C \arrow[swap]{dr}{[B \otimes_A C : C]} \arrow[from=1-1,to=1-3] & & \spec A \arrow{dl}{[B : A]} \\
  323. & \Z &.
  324. \end{tikzcd}
  325. \]
  326. \label{satz:basischange-projective}
  327. \end{satz}
  328. \begin{proof}
  329. Da $B$ endlich erzeugter, projektiver $A$-Modul ist,
  330. existiert ein $A$-Modul $Q$, sodass
  331. $A^{n} \simeq B \oplus Q$ als $A$-Moduln für ein $n \ge 0$. Da der natürliche Isomorphismus
  332. $A^{n} \otimes_A C \to C^{n}$ auch $C$-linear ist, folgt durch
  333. Tensorieren mit $C$
  334. \[
  335. C^{n} \simeq A^{n} \otimes_A C \simeq (B \oplus Q) \otimes_A C = (B \otimes_A C) \oplus (Q \otimes_A C)
  336. .\] Also ist $B \otimes_A C$ (endlich erzeugter) projektiver $C$-Modul.
  337. Für die Grade: Sei $\mathfrak{p} \in \spec C$ und $\mathfrak{q} \coloneqq \mathfrak{p}^{c}$. Sei
  338. weiter $\text{rank}_{A_{\mathfrak{q}}} B_{\mathfrak{q}} = n$. Also
  339. folgt
  340. \[
  341. (B \otimes_A C)_{\mathfrak{q}} = B \otimes_A C \otimes_A A_{\mathfrak{q}} = B_{\mathfrak{q}}
  342. \otimes_A C = A_{\mathfrak{q}}^{n} \otimes_A C = (A^{n} \otimes_A C)_{\mathfrak{q}} = (C^{n})_{\mathfrak{q}}
  343. .\] Die natürlichen Isomorphismen sind auch $C_{\mathfrak{q}}$ linear, also folgt
  344. $\text{rank}_{C_{\mathfrak{q}}} (B \otimes_A C)_{\mathfrak{q}} = n$. Da
  345. $(B \otimes_A C)_{\mathfrak{p}}$ bzw. $C_{\mathfrak{p}}$ eine Lokalisierung von
  346. $(B \otimes_A C)_{\mathfrak{q}}$ bzw. $C_{\mathfrak{q}}$ ist und Lokalisieren den Grad erhält, folgt die
  347. Behauptung.
  348. \end{proof}
  349. \begin{satz}[Basiswechsel endlich étale]
  350. Sei $B$ endlich étale $A$-Algebra und $C$ eine weitere $A$-Algebra. Dann ist
  351. $B \otimes_{A} C$ endlich étale $C$-Algebra.
  352. \label{satz:basischange}
  353. \end{satz}
  354. \begin{proof}
  355. Mit \ref{satz:equiv-finite-etale} genügt es zu zeigen:
  356. Sei $B$ projektive, separable $A$-Algebra und $C$ eine $A$-Algebra. Dann
  357. ist $B \otimes_A C$ projektive, separable $C$-Algebra. Mit
  358. \ref{satz:basischange-projective} genügt es die Separabilität zu zeigen.
  359. Es ist also zu zeigen, dass der von der Spurabbildung induzierte Homomorphismus
  360. $B \otimes_A C \to \operatorname{Hom}_{C}(B \otimes_A C, C)$ ein Isomorphismus ist. Das folgt aus
  361. \ref{lemma:tensor-and-hom} und dem kommutativen Diagramm:
  362. \[
  363. \begin{tikzcd}
  364. B \otimes_A C \arrow{r} & \operatorname{Hom}_C(B\otimes_A C, C) \\
  365. B \otimes_A C \arrow{u}{\operatorname{id}} \arrow[swap]{r}{\sim}
  366. & \operatorname{Hom}_A(B, A) \otimes_A C \arrow[swap]{u}{\sim}
  367. \end{tikzcd}
  368. .\]
  369. \end{proof}
  370. \begin{satz}[Treuprojektiv ist treuflach]
  371. Sei $B$ treuprojektive $A$-Algebra. Dann ist $B$ treuflach.
  372. \label{satz:faithfully-projective-faithfully-flat}
  373. \end{satz}
  374. \begin{proof}
  375. Wir zeigen die Kontraposition: Sei $B$ nicht treuflach, dann existiert
  376. nach Algebra 2 ein Maximalideal $\mathfrak{m}$ von $A$, sodass $B = \mathfrak{m}B$.
  377. Dann folgt insbesondere $B_{\mathfrak{m}} = \mathfrak{m}B_{\mathfrak{m}}$.
  378. Da $B_{\mathfrak{m}}$ endlich erzeugter $A_{\mathfrak{m}}$-Modul folgt mit Nakayama $B_{\mathfrak{m}} = 0$, also
  379. $[ B : A ](\mathfrak{m}) = 0 < 1$.
  380. \end{proof}
  381. \begin{korollar}
  382. Sei $B$ eine $A$-Algebra und $C$ treuprojektive $A$-Algebra.
  383. Dann ist $B$ genau dann endlich étale $A$-Algebra, wenn
  384. $B \otimes_A C$ endlich étale $C$-Algebra ist.
  385. \label{kor:finite-etale}
  386. \end{korollar}
  387. \begin{proof}
  388. Die Hinrichtung gilt für beliebige Basiswechsel nach \ref{satz:basischange}.
  389. Zur Rückrichtung: Nach \ref{satz:faithfully-projective-faithfully-flat} ist $C$ treuflach. Damit folgt
  390. die Behauptung aus \ref{satz:4.14}.
  391. \end{proof}
  392. \begin{definition}[Total zerlegbare Algebren]
  393. Eine $A$-Algebra $B$ ist \emph{total zerlegbar}, wenn
  394. $A$ ein Produkt von Ringen $A_n$ ist mit $n \ge 0$ und
  395. $B$ isomorph ist zu $\prod_{n \ge 0} A_n^{n}$, sodass
  396. \[
  397. \begin{tikzcd}
  398. B \arrow{r}{\sim} & \prod_{n \ge 0}^{} A_n^{n} \\
  399. A \arrow{u} \arrow{r}{\sim} & \prod_{n \ge 0} A_n \arrow{u}
  400. \end{tikzcd}
  401. \] kommutiert.
  402. \end{definition}
  403. \begin{satz}[Aufgabe 5.3]
  404. Sei $A$ ein Ring und $B_i$ $A$-Algebren für $1 \le i \le n$. Sei weiter
  405. $B = \prod_{i=1}^{n} B_i$. Dann ist $B$ genau dann endlich étale, wenn
  406. jedes $B_i$ endlich étale ist. In diesem Fall gilt
  407. $[B : A] = \sum_{i=1}^{n} [B_i : A]$.
  408. \label{ex:5.3}
  409. \end{satz}
  410. \begin{proof}
  411. Als $A$-Modul ist $B \simeq \bigoplus_{i = 1}^{n} B_i$. Also ist $B$ genau dann endlich erzeugt bzw. projektiv, wenn
  412. $B_i$ endlich erzeugt bzw. projektiv ist für $1 \le i \le n$. Ebenso
  413. existiert ein natürlicher $A$-Modulisomorphismus
  414. \[
  415. \text{Hom}_A(B, A) = \text{Hom}_A\left( \bigoplus_{i=1}^{n} B_i, A \right)
  416. = \prod_{i=1}^{n} \text{Hom}_A(B_i, A)
  417. .\] Das heißt
  418. $B \to \text{Hom}_A(B, A)$ ist genau dann ein Isomorphismus, wenn $B_i \to \text{Hom}_A(B_i, A)$ ein Isomorphismus
  419. ist für $1 \le i \le n$.
  420. Gradformel: Sei $\mathfrak{p} \in \spec A$. Dann ist
  421. \[
  422. [B : A](\mathfrak{p})% = \text{rank}_{A_{\mathfrak{p}}} B_{\mathfrak{p}}
  423. = \text{rank}_{A_{\mathfrak{p}}} \left(\bigoplus_{i = 1}^{n} B_i\right)_{\mathfrak{p}}
  424. = \text{rank}_{A_{\mathfrak{p}}} \left( \bigoplus_{i = 1}^{n} (B_{i})_{\mathfrak{p}} \right)
  425. = \sum_{i=1}^{n} \text{rank}_{A_{\mathfrak{p}}} (B_{i})_{\mathfrak{p}}
  426. = \sum_{i=1}^{n} [B_i : A ](\mathfrak{p})
  427. .\]
  428. \end{proof}
  429. \begin{lemma}
  430. Seien $A_1, \ldots, A_n$ Ringe und $f \in \prod_{i=1}^{n} A_i$. Dann ist der natürliche Homomorphismus
  431. \[
  432. \left(\prod_{i=1}^{n} A_i\right)_f \longrightarrow \prod_{i=1}^{n} (A_i)_{f_i}
  433. \] ein Isomorphismus.
  434. \label{lemma:localised-product-ring}
  435. \end{lemma}
  436. \begin{proof}
  437. Man bediene sich der Endlichkeit.
  438. \end{proof}
  439. \begin{lemma}
  440. Sei $A$ ein Ring und $\{f_i\}_{i \in I}$ Elemente von $A$, sodass
  441. $\spec A = \coprod_{i \in I} D(f_i)$. Dann ist der natürliche Ringhomomorphismus
  442. \[
  443. A \longrightarrow \prod_{i \in I} A_{f_i}
  444. \] ein Isomorphismus.
  445. \label{lemma:disjoint-union-of-spec}
  446. \end{lemma}
  447. \begin{proof}
  448. Sei $\mathfrak{p} \in \spec A$ und $i \in I$. Falls $f_i \not\in \mathfrak{p}$ ist
  449. $(A_{f_i})_{\mathfrak{p}} = A_{\mathfrak{p}}$. Sei nun $f_i \in \mathfrak{p}$. Beh.: $(A_{f_i})_{\mathfrak{p}} = 0$.
  450. Wir zeigen $f_i$ nilpotent in $A_{\mathfrak{p}}$.
  451. Sei $\mathfrak{q} \in \spec A$ mit $f_i \not\in \mathfrak{q}$. Dann ist
  452. $\{\mathfrak{q}\} \subseteq D(f_i)$ und $D(f_i)$ ist abgeschlossen. Also folgt
  453. $V(\mathfrak{q}) = \overline{\{\mathfrak{q}\}} \subseteq D(f_i)$. Da $\mathfrak{p} \not\in D(f_i)$, folgt
  454. a fortiori $\mathfrak{p} \not\in V(\mathfrak{q})$. M.a.W.: $\mathfrak{q} \not\in \spec A_{\mathfrak{p}}$.
  455. Kontraposition: Für $\mathfrak{q} \in \spec A_{\mathfrak{p}}$ folgt bereits $f_i \in \mathfrak{q}$.
  456. Also ist $f_i$ nilpotent in $A_{\mathfrak{p}}$ und damit
  457. $(A_{f_i})_{\mathfrak{p}} = (A_{\mathfrak{p}})_{f_i} = 0$.
  458. Es existiert nun genau ein $i_{0} \in I$, sodass $\mathfrak{p} \in D(f_{i_0})$. Lokalisieren
  459. von $A \to \prod_{i \in I} A_i$ ergibt also
  460. \[
  461. A_{\mathfrak{p}} \to \left(\prod_{i \in I} A_{f_i}\right)_{\mathfrak{p}}
  462. = \prod_{i \in I} (A_{f_i})_{\mathfrak{p}} = A_{\mathfrak{p}}
  463. .\] Das erste Gleichheitszeichen gilt, da Spektren von Ringen quasikompakt sind, das heißt $I$ endlich ist.
  464. Weil Isomorphismus eine lokale Eigenschaft ist, folgt die Behauptung.
  465. \end{proof}
  466. \begin{lemma}
  467. Sei $f\colon A \to B$ Ringhomomorphismus und $\varphi \colon \spec B \to \spec A$ die induzierte
  468. Abbildung. Dann ist für $a \in A$:
  469. \[
  470. \varphi^{-1}(D(a)) = D(f(a))
  471. .\]
  472. \label{lemma:preimage-of-d}
  473. \end{lemma}
  474. \begin{proof}
  475. $\mathfrak{p} \in \varphi^{-1}(D(a)) \iff \varphi(\mathfrak{p})\in D(a) \iff a \not\in \varphi(\mathfrak{p})
  476. = f^{-1}(\mathfrak{p}) \iff \mathfrak{p} \not\in D(f(a))$.
  477. \end{proof}
  478. \begin{satz}
  479. Seien $(A_i)_{i \in I}, (B_i)_{i \in I}$ Ringe mit $I$ endlich und sei $B_i$ endlich étale $A_i$-Algebra
  480. für alle $i \in I$. Dann ist $\prod_{i \in I} B_i$ endlich étale $\prod_{i \in I} A_i$-Algebra. Außerdem
  481. ist jede endlich étale $\prod_{i \in I} A_i$ Algebra von dieser Form.
  482. Weiter ist
  483. \[
  484. \left[ \prod_{i \in I} B_i : \prod_{i \in I} A_i \right]\Big|_{\spec A_j} = [ B_j : A_j]
  485. .\]
  486. \label{satz:projective-prod}
  487. \end{satz}
  488. \begin{proof}
  489. Die Folge abelscher Gruppen
  490. \[
  491. \begin{tikzcd}
  492. \left( \prod_{i \in I} A_i \right)^{n} \arrow{r}\arrow{d}{\simeq}
  493. & \left( \prod_{i \in I} A_i \right)^{m} \arrow{r}\arrow{d}{\simeq}
  494. & \prod_{i \in I} B_i \arrow{r} \arrow{d}{=} & 0 \\
  495. \prod_{i \in I} A_i^{n} \arrow{r} & \prod_{i \in I} A_i^{m} \arrow{r} & \prod_{i \in I} B_i \arrow{r} & 0
  496. \end{tikzcd}
  497. \] ist genau dann exakt, wenn
  498. \[
  499. \begin{tikzcd}
  500. A_i^{n} \arrow{r} & A_i^{m} \arrow{r} & B_i \arrow{r} & 0
  501. \end{tikzcd}
  502. \] exakt ist für alle $i \in I$. Also ist $\prod_{i \in I} B_i$ genau dann endlich präsentierter
  503. $\prod_{i \in I} A_i$-Modul, wenn $B_i$ endlich präsentierter $A_i$-Modul ist für alle $i \in I$.
  504. Außerdem ist $\spec A = \coprod_{i \in I} \spec A_i$. Also für $\mathfrak{p} \in \spec A$
  505. existiert genau ein $i \in I$, sodass $\mathfrak{p} \in \spec A_i$ und
  506. $A_{\mathfrak{p}} = (A_{i})_{\mathfrak{p}}$ und $B_{\mathfrak{p}} = (B_{i})_{\mathfrak{p}}$.
  507. Also ist $A_{\mathfrak{p}} \to B_{\mathfrak{p}}$ genau dann frei separabel für
  508. alle $\mathfrak{p} \in \spec A$, wenn
  509. $(A_i)_{\mathfrak{p}} \to (B_{i})_{\mathfrak{p}}$ frei separabel ist für alle $\mathfrak{p} \in \spec A_i$ und
  510. alle $i \in I$.
  511. Insgesamt ist $A \to B$ genau dann endlich étale, wenn $A_i \to B_i$ endlich étale ist für alle $i \in I$.
  512. %Endlich étale ist eine lokale Eigenschaft auf $A$, genauer: Für alle $i \in I$ existieren
  513. %$\{f_{ij}\}_{j \in J_i}$, sodass $A_i = \sum_{j \in J_i} (f_{ij})$ und
  514. %$(B_i)_{f_{ij}}$ separable, freie $(A_{i})_{f_{ij}}$-Algebra für alle $j \in J_i$. Dann
  515. %setze $\tilde{f}_{ij} = (0, \ldots, 0, f_{ij}, 0, \ldots, 0)$. Dann ist mit \ref{lemma:localised-product-ring}
  516. %$B_{\tilde{f}_{ij}} = (B_i)_{f_{ij}}$ separable, freie $A_{\tilde{f}_{ij}} = (A_i)_{f_{ij}}$-Algebra
  517. %und $A = \sum_{i \in I} \sum_{j \in J_i} (\tilde{f}_{ij})$. Also ist $B$ endlich separable $A$-Algebra.
  518. Sei nun $f\colon \prod_{i \in I} A_i \to B$ endlich étale. Es ist
  519. $\spec A = \coprod_{i \in I} \spec A_i$. Nach \ref{bem:clopen-sets} existieren
  520. also idempotente Elemente $e_i \in A$, sodass $\spec A = \coprod_{i \in I} D(e_i)$. Nach
  521. \ref{lemma:preimage-of-d} ist $\spec B = \coprod_{i \in I} D(f(e_i))$. Wir haben das folgende kommutative
  522. Diagramm
  523. \[
  524. \begin{tikzcd}
  525. B \arrow{r} & \prod_{i \in I} B_{e_i} \\
  526. A \arrow{u} \arrow{r} & \prod_{i \in I} A_{e_i} \arrow{u}
  527. \end{tikzcd}
  528. .\] Nach \ref{lemma:disjoint-union-of-spec} sind die horizontalen Pfeile Isomorphismen
  529. und wir sind in der obigen Situation.
  530. Die Gradformel folgt aus $\spec A = \coprod_{i \in I} \spec A_i$ und durch Berechnung in der Überdeckung aus dem
  531. ersten Absatz.
  532. \end{proof}
  533. \begin{satz}
  534. Sei $B$ eine $A$-Algebra. Dann ist $B$ genau dann endlich étale,
  535. wenn $B \otimes_A C$ total zerlegbare $C$-Algebra ist für eine treuprojektive $A$-Algebra $C$.
  536. \label{th:5.10}
  537. \end{satz}
  538. \begin{proof}
  539. Die Rückrichtung ist klar nach \ref{kor:finite-etale}. Hinrichtung: Sei $B$ eine endlich
  540. étale $A$-Algebra und sei zunächst $[ B : A ] = n$ konstant. Dann zeigen wir die Behauptung per Induktion
  541. nach $n$.
  542. Falls $n = 0$: Dann ist $B = 0$ und wir können $C = A$ setzen. Sei nun $n > 0$.
  543. Nach \ref{satz:4.16} existiert eine $B$-Algebra $B'$ und ein
  544. Isomorphismus von $B$-Algebren $B \otimes_A B \to B \times B'$.
  545. Nach \ref{satz:basischange} ist $B \otimes_A B$ endlich étale $B$-Algebra und
  546. $[ B \otimes_A B : B] = n$. Wenn $B$ natürlicherweise als $B$-Algebra aufgefasst wird, ist $[ B : B ] = 1$,
  547. also nach \ref{ex:5.3} $[ B' : B ] = [ B \times B' : B ] - [ B : B ] = n-1$. Also wendet
  548. sich die Induktionsvoraussetzung an und es gibt eine treuprojektive $B$-Algebra $C$, sodass
  549. $B' \otimes_B C$ total zerlegbare $C$-Algebra ist.
  550. Dann ist $B \otimes_A C = B \otimes_A B \otimes_B C = (B \times B') \otimes_B C =
  551. (B \otimes_B C) \times (B' \otimes_B C) = C \times (B' \otimes_B C)$. Da $C$
  552. und $B' \otimes_B C$ als $C$-Algebren total zerlegbar sind, ist auch $B \otimes_A C$ total zerlegbar als
  553. $C$-Algebra.
  554. Nach \ref{satz:composition-projective} ist $C$ endliche, projektive $A$-Algebra. Da $[ B : A ] \ge 1$
  555. und $[ C : B ] \ge 1$ ist $\spec C \to \spec B \to \spec A$ surjektiv, also
  556. $C$ treuprojektive $A$-Algebra nach \ref{satz:degree}.
  557. Im Allgemeinen Fall sei $\spec A = \coprod_{n \ge 0} [ B : A ]^{-1}(\{n\})$. Dann existieren
  558. idempotente Elemente $(e_n)_{n \ge 0}$, sodass $D(e_n) = [B : A]^{-1}(\{n\})$, also
  559. $\spec A = \coprod_{n \ge 0} D(e_n)$. Mit \ref{lemma:disjoint-union-of-spec}
  560. ist also $A = \prod_{n \ge 0}^{} A_{e_n}$, wobei wegen der Quasikompaktheit von $\spec A$ fast alle $e_n = 0$ sind.
  561. Mit \ref{satz:projective-prod} ist also
  562. $B = \prod_{n \ge 0} B_{e_n}$ mit $A_{e_n} \to B_{e_n}$ endlich étale.
  563. Nun ist $[ B_{e_n} : A_{e_n} ] = n$ und
  564. mit dem ersten Teil existiert eine treuprojektive $A_{e_n}$-Algebra $C_{n}$, sodass
  565. $B_{e_n} \otimes_A C_n$ total zerlegbare $C_n$-Algebra ist. Setze
  566. nun $C = \prod_{n \ge 0} C_{n}$. Nach \ref{satz:projective-prod} ist
  567. $C$ endliche, projektive $A$-Algebra und $[C : A]|_{D(e_n)} = [ C_{e_n} : A_{e_n} ] \ge 1$, also
  568. $[ C : A] \ge 1$ und damit $C$ treuprojektiv.
  569. Weiter ist
  570. \[
  571. B \otimes_A C = \left(\prod_{n \ge 0} B_{e_n} \right) \otimes_{\prod_{n \ge 0} A_{e_n} }
  572. \left(\prod_{n \ge 0} C_n\right)
  573. = \prod_{n \ge 0}^{} B_{e_n} \otimes_{A_{e_n}} C_n
  574. \simeq \prod_{n \ge 0} C_n^{n}
  575. \] wobei der letzte Isomorphismus aus der totalen Zerlegbarkeit von $B_{e_n} \otimes_{A_{e_n}} C_n$ folgt.
  576. \end{proof}
  577. \begin{satz}[]
  578. Sei $B$ endlich étale $A$-Algebra und $C$ endlich étale $B$-Algebra. Dann ist
  579. $C$ endlich étale $A$-Algebra.
  580. \end{satz}
  581. \begin{proof}
  582. Sei zunächst $B$ total zerlegbar über $A$ von konstantem Grad. Dann
  583. ist $B = A^{n}$ und
  584. nach \ref{satz:projective-prod} $C = \prod_{i=1}^{n} C_i$, wobei $C_i$ endlich étale $A$-Algebra. Dann
  585. ist $C$ endlich étale nach \ref{ex:5.3}.
  586. Falls $B$ total zerlegbar über $A$ von nicht notwendig konstantem Grad, ist $A = \prod_{n \ge 0} A_n$
  587. und $B = \prod_{n \ge 0} A_n^{n}$. Dann ist $C = \prod_{n \ge 0} C_n$ mit $C_n$ endlich étale
  588. $A_n^{n}$-Algebra nach \ref{satz:projective-prod}. Wende
  589. nun den ersten Fall auf $A_n \to A_n^{n} \to C_n$ an. Mit \ref{satz:projective-prod} folgt dann die Behauptung.
  590. Im Allgemeinen: Mit \ref{th:5.10} wähle $D$ treuprojektive $A$-Algebra, sodass
  591. $B \otimes_A D$ total zerlegbare $D$-Algebra. Nach \ref{satz:basischange} ist dann
  592. $C \otimes_A D = C \otimes_B (B \otimes_A D)$ endlich étale $B \otimes_A D$-Algebra. Mit dem obigen Speziallfall
  593. ist also $C \otimes_A D$ endlich étale $D$-Algebra. Da $A \to D$ treuprojektiv war, folgt
  594. mit \ref{kor:finite-etale} die Behauptung.
  595. \end{proof}
  596. Sei $A$ ein Ring und $E$ eine endliche Menge. Dann schreiben wir $A^{E}$ für $\prod_{e \in E} A$. Sei
  597. $\phi\colon D \to E$ eine Abbildung zwischen endlichen Mengen. Für $d \in D$ sei
  598. $\psi_d \colon A^{E} \to A$ gegeben durch $(a_e)_{e \in E} \mapsto a_{\phi(d)}$. Das induziert
  599. einen Ringhomomorphismus $A^{E} \to A^{D}$.
  600. \begin{lemma}
  601. Der induzierte Ringhomomorphismus $A^{E} \to A^{D}$ ist endlich étale.
  602. \label{lemma:induced-finite-etale}
  603. \end{lemma}
  604. \begin{proof}
  605. $A \to A$ und $A \to 0$ sind endlich étale, also mit \ref{satz:projective-prod} auch
  606. $\psi_d \colon A^{E} \to A = A \times 0 \times \ldots \times 0$
  607. und damit $A^{E} \to A^{D}$ nach \ref{ex:5.3}.
  608. \end{proof}
  609. \begin{lemma}
  610. Sei $(A, \mathfrak{m})$ ein lokaler Ring. Dann hat $A$ keine nicht-trivialen idempotenten Elemente.
  611. \label{lemma:local-idempotents}
  612. \end{lemma}
  613. \begin{proof}
  614. Sei $e \in A$ idempotent. Dann ist $e(1-e) = e^2 - e = e - e = 0$. Falls $e \in A^{\times }$, folgt
  615. $1-e = 0$ also $e = 1$. Falls $e \not\in A^{\times}$: Dann ist $e \in \mathfrak{m}$. Angenommen
  616. $1-e \in \mathfrak{m}$, dann ist auch $1 = 1-e +e \in \mathfrak{m}$. Widerspruch. Also ist
  617. $1-e \not\in \mathfrak{m}$. Da $A$ lokal, ist also $1-e \in A^{\times}$ und damit $e = 0$.
  618. \end{proof}
  619. \begin{lemma}
  620. Sei $A$ ein Ring ohne nicht-triviale Idempotente und seien $E,D$ endliche Mengen. Dann
  621. ist jeder $A$-Algebra Homomorphismus $A^{E} \to A^{D}$ induziert von einer Abbildung $D \to E$.
  622. \label{lemma:no-idempotents}
  623. \end{lemma}
  624. \begin{proof}
  625. Sei $\psi\colon A^{E} \to A^{D}$ ein $A$-Algebra Homomorphismus.
  626. Setze $f_e \coloneqq (\delta_{\tilde{e}e})_{\tilde{e} \in E} \in A^{E}$. Dann ist $f_e^2 = 1$ und
  627. $f_ef_{\tilde{e}} = 0$ falls $e \neq \tilde{e}$.
  628. Sei nun $d \in D$ beliebig. Dann gilt
  629. $\psi(f_e)^2 = \psi(f_e^2) = \psi(f_e)$, also $\psi(f_e)_d$ idempotent, also $\psi(f_e)_d \in \{0, 1\}$.
  630. Weiter ist $1 = \psi(1)_d = \psi(\sum_{e \in E} f_e)_d$ und für $e \neq \tilde{e} \in E$ ist
  631. $0 = \psi(f_ef_{\tilde{e}})_d = \psi(f_e)_d \psi(f_{\tilde{e}})_d$. Es existiert also
  632. genau ein $e(d) \in E$, sodass $\psi(f_e)_d = 1$.
  633. Setze nun $\phi\colon D \to E$, $d \mapsto e(d)$. Nun sei $f = (a_e)_{e \in E} \in A^{E}$ beliebig. Dann
  634. gilt
  635. $f = \sum_{e \in E} a_e f_e$ und
  636. \[
  637. \psi(f)_d = \sum_{e \in E} a_e \psi(f_e)_d = a_{\phi(d)}
  638. .\]
  639. \end{proof}
  640. \begin{lemma}
  641. Sei $A$ ein Ring, $M$ ein $A$-Modul und $\mathfrak{p} \in \spec A$. Dann ist
  642. \[
  643. M_{\mathfrak{p}} = \colim_{f \in A \setminus \mathfrak{p}} M_f
  644. \] wobei $A \setminus \mathfrak{p}$ durch die Teilbarkeitsrelation halbgeordnet ist.
  645. \label{kor:localisation-is-colim}
  646. \end{lemma}
  647. \begin{proof}
  648. Für eine multiplikative Menge $S$ vertaucht $- \otimes_A S^{-1}A$ mit Kolimites, da das Tensorprodukt linksadjungiert
  649. ist. Es genügt also den Fall $M = A$ zu zeigen.
  650. Sei $S = A \setminus \mathfrak{p}$. Dann ist $S$ halbgeordnet und gerichtet.
  651. Für alle $f \in S$ ist $\frac{f}{1} \in A_{\mathfrak{p}}^{\times}$,
  652. also existiert eine natürliche Abbildung $A_f \to A_{\mathfrak{p}}$. Für $f, g \in S$ mit
  653. $f \mid g$ kommutieren diese Abbildungen mit $A_f \to A_g$ und induzieren damit
  654. eine Abbildung $\colim_{f \in S} A_f \to A_{\mathfrak{p}}$. Wir zeigen, dass
  655. diese Abbildung bijektiv ist.
  656. Surjektiv: Sei $x = \frac{a}{f} \in A_{\mathfrak{p}}$. Also $f \in S$ und das Bild von $\frac{a}{f} \in A_f$
  657. in $\colim_{f \in S} A_f$ ist ein Urbild von $x$.
  658. Injektiv: Sei $x \in \colim_{f \in S} A_f$ mit Bild $0$ in $A_{\mathfrak{p}}$. Dann
  659. existiert ein $f \in S$ und $a \in A$, sodass $\frac{a}{f^{n}} = 0$ in $A_{\mathfrak{p}}$. Also
  660. existiert ein $g \in S$, sodass $ga = 0$. Insbesondere ist $fga = 0$ also $\frac{a}{f} = 0$ in $A_{fg}$.
  661. Außerdem ist $f \mid fg$ und damit $x = 0$.
  662. \end{proof}
  663. \begin{lemma}
  664. Seien $A, B, C$ Ringe und $f\colon A \to B$, $g\colon A \to C$ total zerlegbar und $h\colon C \to B$ ein
  665. Ringhomomorphismus mit $f = hg$. Sei weiter $\mathfrak{p} \in \spec A$. Dann
  666. existiert ein $a \in A$, sodass $a \not\in \mathfrak{p}$ und $f, g$ und $h$ trivial über $D(a)$ sind. Das heißt
  667. es existieren endliche Mengen $D$ und $E$ und Isomorphismen $\alpha\colon A_a^{D} \to B_a$
  668. und $\beta\colon A_a^{E} \to C_a$ und eine Abbildung $\phi\colon D \to E$, sodass das Diagramm
  669. \[
  670. \begin{tikzcd}
  671. B_a & & & \arrow[from=1-4,to=1-1,swap]{}{h} C_a \\
  672. & \arrow{ul}{\alpha} A_a^{D} & \arrow{l} A_a^{E} \arrow{ur}{\beta} & \\
  673. A_a \arrow[from=3-1,to=1-1]{}{f} \arrow{ur} & & & \arrow[from=3-4,to=3-1]{}{\operatorname{id}_{A_a}} \arrow{ul} A_a \arrow[from=3-4,to=1-4]{}{g}
  674. \end{tikzcd}
  675. \] kommutiert.
  676. \label{lemma:locally-trivial}
  677. \end{lemma}
  678. \begin{proof}
  679. Da die Mengen der Form $D(a)$ eine Basis der Topologie von $\spec A$ bilden, kann $a$ so gewählt werden, dass
  680. $[B : A]$ und $[C : A]$ von konstantem Grad auf $D(a)$ sind mit $\mathfrak{p} \in D(a)$.
  681. Durch ersetzen von $A$, $B$ und $C$
  682. durch $A_a$, $B_a$ und $C_a$ können wir wegen der totalen Zerlegbarkeit von $f$ und $g$ ohne Einschränkung
  683. annehmen, dass $B \simeq A^{D}$ und $C \simeq A^{E}$.
  684. Der lokale Ring $A_{\mathfrak{p}}$ hat nach \ref{lemma:local-idempotents} keine nicht trivialen idempotenten Elemente.
  685. Also ist die induzierte Abbildung $h \colon A_{\mathfrak{p}}^{E} \to A_{\mathfrak{p}}^{D}$ nach
  686. \ref{lemma:no-idempotents} induziert von einer Abbildung $\phi\colon D \to E$. $\phi$ induziert
  687. nun eine Abbildung $\psi\colon A^{E} \to A^{D}$ und $h$ und $\psi$ haben selbes Bild
  688. in
  689. \begin{salign*}
  690. \operatorname{Hom}_A(A^{E}, A^{D})_{\mathfrak{p}} &\stackrel{\ref{lemma:localisation-finitely-pres}}{=} \operatorname{Hom}_{A_{\mathfrak{p}}}(A_{\mathfrak{p}}^{E},
  691. A_{\mathfrak{p}}^{D})
  692. .\end{salign*}
  693. Nach \ref{kor:localisation-is-colim} existiert nun ein $a \in A \setminus \mathfrak{p}$, sodass
  694. $h$ und $\psi$ die selbe Abbildung $A_a^{E} \to A_a^{D}$ induzieren.
  695. \end{proof}
  696. \begin{satz}
  697. Seien $f\colon A \to B$ und $g\colon A \to C$ endlich étale Ringhomomorphismen und
  698. $h\colon C \to B$ ein Ringhomomorphismus mit $f = gh$. Dann ist $h$ endlich étale.
  699. \end{satz}
  700. \begin{proof}
  701. Seien zunächst $f$ und $g$ total zerlegbar. Die Eigenschaft endlich étale ist lokal auf $C$ und damit
  702. insbesondere auf $A$. Es genügt also für jedes $\mathfrak{p} \in \spec A$ ein $a \in A$ zu finden, sodass
  703. $h\colon C_a \to B_a$ endlich étale.
  704. Damit folgt die Aussage aus \ref{lemma:locally-trivial} und \ref{lemma:induced-finite-etale}.
  705. Im Allgemeinen seien $D_1$ und $D_2$ treuprojektive $A$-Algebren, sodass
  706. $D_1 \to B \otimes_A D_1$ und $D_2 \to C \otimes_A D_2$ total zerlegbar sind. Dann
  707. ist mit \ref{satz:composition-projective} und \ref{satz:basischange-projective}
  708. auch $A \to D_2 \to D_1 \otimes_A D_2$ endlich und projektiv. Da
  709. $[ D_1 : A ] \ge 1$ folgt erneut mit \ref{satz:basischange-projective}, dass
  710. $[ D_1 \otimes_A D_2 : D_2] \ge 1$. Also
  711. sind mit \ref{satz:degree} $\spec D_1 \otimes_A D_2 \to \spec D_2$ und $\spec D_2 \to \spec A$ surjektiv, also
  712. auch $\spec D_1 \otimes_A D_2 \to \spec A$. Damit ist $D = D_1 \otimes_A D_2$ treuprojektive $A$-Algebra.
  713. Da $D_1 \to B \otimes_A D_1$ total zerlegbar ist und $- \otimes_A D_2$ mit endlichen Produkten kommutiert, ist auch
  714. $D = D_1 \otimes_A D_2 \to B \otimes_A D_1 \otimes_A D_2 = B \otimes_A D$ total zerlegbar. Analog
  715. ist $D \to C \otimes_A D$ total zerlegbar und
  716. \[
  717. \begin{tikzcd}
  718. C \otimes_A D \arrow[from=1-1,to=1-3] & & B \otimes_A D \\
  719. & \arrow{ul} D \arrow{ur} &
  720. \end{tikzcd}
  721. \] kommutiert, also wendet sich der obige Speziallfall an und $C \otimes_A D \to B \otimes_A D$ ist endlich étale.
  722. Da $A \to D$ treuprojektiv, folgt mit \ref{satz:basischange-projective}, dass $C \to C \otimes_A D$ treuprojektiv ist.
  723. Anwenden von \ref{kor:finite-etale} auf $C \otimes_A D \to B \otimes_A D = B \otimes_C (C \otimes_A D)$, liefert
  724. $h\colon C \to B$ endlich étale.
  725. \end{proof}
  726. \end{document}