Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

88 satır
4.1KB

  1. \documentclass{lecture}
  2. \begin{document}
  3. \begin{theorem}
  4. Let $(k, \le )$ be an ordered field and
  5. $k^{r}$ be a real closure of $k$ that extends the ordering of $k$. Let $L$
  6. be a orderable real-closed extension of $k$. Then there exists a unique
  7. homomorphism of $k$-algebras $k^{r} \to L$.
  8. \label{thm:unique-hom-of-real-closure-in-real-closed}
  9. \end{theorem}
  10. \begin{proof}
  11. Uniqueness: Let $\varphi\colon k^{r} \to L$ be a homomorphism of $k$-algebras and
  12. $a \in k^{r}$. Since $a$ is algebraic over $k$, it has
  13. a minimal polynomial $P \in k[t]$ over $k$. Denote
  14. by $a_1 \le \ldots \le a_n$ the roots of $P$ in $k^{r}$. Since
  15. the characteristic of $k$ is $0$, $k$ is perfect, in particular
  16. the irreducible polynomial $P$ is separable and thus
  17. $a_1 < \ldots < a_n$. Now there exists a unique $1, \ldots, n$ such that
  18. $a = a_j$. By \ref{lemma:number-of-roots-in-real-closed-extension}, the polynomial
  19. $P$ also has $n$ distinct roots $b_1 < \ldots < b_n$ in the real-closed field $L$.
  20. Since $\varphi$ sends roots of $P$ in $k^{r}$ to roots of $P$ in $L$, there is a
  21. permutation $\sigma \in S_n$ such that
  22. $\varphi(a_i) = b_{\sigma(i)}$. By \ref{lemma:hom-real-closed-fields-respects-orderings},
  23. $\varphi$ respects the ordering of the roots and thus $\sigma = \text{id}$
  24. and $\varphi(a) = \varphi(a_j) = b_j$.
  25. Existence: Consider the set $\mathcal{F}$ of all pairs
  26. $(E, \psi)$ where $k \subseteq E \subseteq k^{r}$ is a subextension
  27. of $k^{r} / k$ and $\psi\colon E \to L$ is a homomorphism of $k$-algebras. Since
  28. $(k, k \xhookrightarrow{} L) \in \mathcal{F}$, $\mathcal{F} \neq \emptyset$. Define
  29. an inductive ordering on $\mathcal{F}$ by $(E, \psi) \le (E', \psi)$
  30. if there is a commutative diagram
  31. \[
  32. \begin{tikzcd}
  33. & E' \arrow{d}{\psi'} \\
  34. E \arrow[dashed]{ur} \arrow{r}{\psi} & L
  35. \end{tikzcd}
  36. \] in the category of $k$-algebras. Then by Zorn, the set
  37. $\mathcal{F}$ admits a maximal element $(E, \psi)$. $E$ is real-closed, otherwise
  38. it admits a finite real extension $E'$ of $E$. In particular $E' \subseteq k^{r}$.
  39. Since $L$ is real-closed, $\psi\colon E \to L$ admits a continuation
  40. $\psi'\colon E' \to L$ by \ref{lemma:continuation-in-real-closed}.
  41. Thus $(E, \psi) < (E', \psi')$ contradicting the
  42. maximality of $(E, \psi)$. Hence $E$ is real-closed
  43. and $k^{r} / E$ is real algebraic, thus $E = k^{r}$. So
  44. $\psi$ is a homomorphism of $k$-algebras from $k^{r}$ to $L$.
  45. \end{proof}
  46. \begin{korollar}
  47. Let $(k, \le )$ be an ordered field. If $k_1^{r}$ and $k_2^{r}$ are real closures
  48. of $k$ whose canonical orderings are compatible with that of $k$, then
  49. there exists a unique isomorphism of $k$-algebras
  50. $k_1^{r} \xrightarrow{\simeq} k_2^{r}$.
  51. \label{kor:unique-iso-of-real-closures}
  52. \end{korollar}
  53. \begin{proof}
  54. By \ref{thm:unique-hom-of-real-closure-in-real-closed} there exist
  55. unique homomorphisms of $k$-algebras $\varphi\colon k_1^{r} \to k_2^{r}$
  56. and $\psi\colon k_2^{r} \to k_1^{r}$. Then
  57. $\psi \circ \varphi$ and $\text{id}_{k_1^{r}}$ are
  58. homomorphisms $k_1^{r} \to k_1^{r}$ of $k$-algebras. By uniqueness in
  59. \ref{thm:unique-hom-of-real-closure-in-real-closed},
  60. $\psi \circ \varphi = \text{id}_{k_1^{r}}$. Similarly, $\varphi \circ \psi = \text{id}_{k_2^{r}}$.
  61. \end{proof}
  62. \begin{bem}
  63. Contrary to the situation of algebraic closures of a field $k$,
  64. for ordered fields $(k, \le)$ there is a well-defined notion
  65. of the real closure of $k$ whose canonical ordering is compatible with that of $k$.
  66. As shown by \ref{bsp:different-real-closures-depending-on-ordering},
  67. it is necessary to fix an ordering of the real field $k$ to get the
  68. existence of an isomorphism of fields between two orderable real closures of $k$.
  69. \end{bem}
  70. \begin{korollar}
  71. Let $(k, \le )$ be an ordered field and let $k^{r}$ be the real closure of $k$.
  72. Then $k^{r}$ has no non-trivial $k$-automorphism.
  73. \end{korollar}
  74. \begin{proof}
  75. Take $k_1^{r} = k_2^{r}$ in \ref{kor:unique-iso-of-real-closures}.
  76. \end{proof}
  77. \end{document}