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.

285 satır
12KB

  1. \documentclass{lecture}
  2. \begin{document}
  3. \chapter{Real algebra}
  4. \section{Ordered fields and real fields}
  5. \begin{definition}[]
  6. An \emph{ordered field} is a pair $(k, \le)$ consisting of a field $k$ and
  7. an order relation $\le$ such that
  8. \begin{enumerate}[(i)]
  9. \item $\le $ is a total order: if $x, y \in k$, then $x \le y$ or $y \le x$.
  10. \item $\le $ is compatible with addition in $k$:
  11. if $x, y, z \in k$, then $x \le y$ implies $x + z \le y + z$.
  12. \item $\le $ is compatible with multiplication in $k$:
  13. if $x, y\in k$, then $0 \le x$ and $0 \le y$ implies $0 \le xy$.
  14. \end{enumerate}
  15. A morphism between two ordered fields $(k, \le)$ and $(L, \le)$ is a field homomorphism
  16. $\varphi\colon k \to L$ such that $x \le y$ in $k$ implies $\varphi(x) \le \varphi(y)$ in $L$.
  17. \end{definition}
  18. \begin{bsp}[]
  19. \begin{enumerate}[(1)]
  20. \item The fields $\Q$ and $\R$, equipped with their usual orderings, are
  21. ordered fields.
  22. \item The field $\mathbb{C}$ can be equipped with a total ordering
  23. (the ,,lexicographic order``) but not with a structure of
  24. ordered field.
  25. \item The field $\R(t)$ of rational fractions with coefficients in $\R$, can
  26. be equipped with a structure of ordered field in multiple ways:
  27. Fix an $x \in \R$ and, for all polynomial $P \in \R[t]$, use
  28. Taylor expansion at $x$ to write
  29. \[
  30. P(t) = a_p (t - x)^{p} + \text{higher order terms}
  31. .\]
  32. with $a_p \neq 0$, then define
  33. $P(t) >_{x^{+}} 0$ if $a_p > 0$, i.e. if the function
  34. $t \mapsto P(t)$ is positive on a small interval $(x, x + \epsilon)$. Set also
  35. $\frac{P(t)}{Q(t)} >_{x^{+}} 0$ if $P(t)Q(t) >_{x^{+}} 0$,
  36. and define $f \le_{x^{+}} g$ in $\R(t)$ if either $f = g$ or
  37. $g - f >_{x^{+}} 0$.
  38. Equivalently $f \le_{x^{+}} g$ in $\R(t)$ if
  39. either $f = g$ or $g - f$ is positively-valued on $(x, x + \epsilon)$ for $\epsilon > 0$ small
  40. enough.
  41. It is clear that this is a total ordering on $\R(t)$, and that this ordering is compatible
  42. with addition and multiplication in the sense of the definition of an ordered field.
  43. Moreover, the substitution homomorphism
  44. $h(t) \mapsto h(t - x)$ induces an isomorphism of ordered fields
  45. $(\R(t), \le_{0^{+}}) \xlongrightarrow{\simeq} (\R(t), \le_{x^{+}})$,
  46. since a function $t \mapsto h(t - x)$ is positively-valued
  47. on $(x, x + \epsilon)$ if and only if the function $t \mapsto h(t)$ is positively valued
  48. on $(0, \epsilon)$.
  49. Note that we can also define orderings on $\R(t)$ by setting $f \le_{x^{-}} g$
  50. if either $f = g$ or $g - f$ is positively-valued
  51. on $(x-\epsilon, x)$, for $\epsilon > 0$ small enough.
  52. The substitution homomorphism $h(t) \mapsto h(-t)$ induces an isomorphism
  53. of ordered fields
  54. $(\R(t), \le_{0^{-}}) \xlongrightarrow{\simeq} (\R(t), \le_{0^{+}})$.
  55. \end{enumerate}
  56. \end{bsp}
  57. \begin{bem}[]
  58. The ordered field $(\R(t), \le_{0^{+}})$
  59. is non-Archimedean: the element $t$ is
  60. \emph{infinitely small with respect to any real $\delta > 0$} in the sense that for all $n \in \N$,
  61. $nt < \delta$ (indeed $t \mapsto n t - \delta$ is negatively-valued
  62. on $(0, \epsilon)$ for $\epsilon > 0$ small enough). Equivalently, $\frac{1}{t}$
  63. is infinitely large with respect to $ 0 < \delta \in \R$ in the sense that
  64. $\frac{1}{t} > n \delta$ for all $n \in \N$.
  65. \end{bem}
  66. \begin{satz}[]
  67. Let $(k, \le)$ be an ordered field and $x, y, z \in k$. Then the following properties hold:
  68. \begin{enumerate}[(a)]
  69. \item $x \ge 0$ or $- x \ge 0$.
  70. \item $-1 < 0$ and $1 > 0$.
  71. \item $k$ is of characteristic $0$.
  72. \item if $x < y$ and $z > 0$, then $x z < y z$.
  73. \item if $x < y$ and $z < 0$, then $x z > y z$.
  74. \item $x y \ge 0$ if and only if $x$ and $y$ have the same sign.
  75. \item $x^2 \ge 0$ and, if $x \neq 0$, then $x$ and $\frac{1}{x}$ have the same sign.
  76. \item if $0 < x \le y$, then $0 < \frac{1}{y} \le \frac{1}{x}$.
  77. \end{enumerate}
  78. \label{satz:ordered-field-basics}
  79. \end{satz}
  80. \begin{proof}
  81. Elementary verifications.
  82. \end{proof}
  83. It turns out that it is possible to characterise ordered fields without explicitly mentioning
  84. the order relation, using cones of positive elements.
  85. \begin{definition}
  86. Let $k$ be a field. A \emph{cone} in $k$ is a subset $P \subseteq k$ such that
  87. for all $x, y \in P$ and $z \in k$:
  88. \begin{enumerate}[(i)]
  89. \item $x + y \in P$
  90. \item $xy \in P$
  91. \item $z^2 \in P$
  92. \end{enumerate}
  93. A cone $P \subseteq k$ is called a \emph{positive cone} if, additionally, one has:
  94. \begin{enumerate}[(i)]
  95. \setcounter{enumi}{3}
  96. \item $-1 \not\in P$
  97. \end{enumerate}
  98. \end{definition}
  99. \begin{satz}[]
  100. Let $k$ be a field. Assume that there exists a positive cone $P \subseteq k$. Then:
  101. \begin{enumerate}[(i)]
  102. \item $0 \in P$ and $1 \in P$.
  103. \item $k$ is of characteristic $0$.
  104. \item $P \cap (-P) = \{0\}$
  105. \end{enumerate}
  106. \end{satz}
  107. \begin{proof}
  108. \begin{enumerate}[(i)]
  109. \item $0 = 0^2 \in P$ and $1 = 1^2 \in P$ by axiom (iii).
  110. \item Since $1 \in P$, by induction and axiom (i),
  111. $n \cdot 1 = \underbrace{1 + \ldots + 1}_{n \text{ times}} \in P$ for all $n \in \N$.
  112. Assume that there exists $n \in \N$, such that $n \cdot 1 = 0$ in $k$.
  113. Since $1 \neq 0$ in $k$, it follows $n \ge 2$ so,
  114. \[
  115. -1 = 0 - 1 = n \cdot 1 - 1 = (n - 1) \cdot 1 \in P
  116. ,\] which contradicts axiom (iv).
  117. \item Assume that there exists $x \in P \cap (-P) \setminus \{0\}$. In particular
  118. $x \neq 0$ and $-x \in P$. So
  119. $- x^2 = (-x) x \in P$ by axiom (ii) and $\frac{1}{x^2} = \left( \frac{1}{x} \right)^2 \in P$
  120. by axiom (iii). Again by axiom (ii)
  121. \[
  122. -1 = \frac{1}{x^2} (-x^2) \in P
  123. \] which contradicts axiom (iv).
  124. \end{enumerate}
  125. \end{proof}
  126. Given a positive cone $P$ in a field $k$, let us set $P^{+} = P \setminus \{0\} $
  127. and $P^{-} = (-P) \setminus \{0\} = - P^{+}$. Then we have a disjoint union
  128. \[
  129. P^{-} \sqcup \{0\} \sqcup P^{+} \subseteq k
  130. .\]
  131. Note that $P^{+}$ satisfies axioms (i) and (ii) of the definition of a cone, as well
  132. as the property that $x \in k \setminus \{0\} \implies x^2 \in P^{+}$.
  133. We now prove that positive curves can be enlarged, that the resulting notion of
  134. maximal positive cone satisfies $P \cup (-P) = k$, and that
  135. this defines a structure of ordered field on $k$ by setting $x \le y$ if and only if $y - x \in P$.
  136. \begin{lemma}
  137. Assume that $P$ is a positive cone in a field $k$. If $a \in k \setminus P \cup (-P)$, then the set
  138. \[
  139. P[a] \coloneqq \{ x + a y \in k \colon x, y \in P\}
  140. \]
  141. is a positive cone in $k$, satisfying $P \subsetneq P[a]$.
  142. \label{lemma:positive-cone-extend-by-one-element}
  143. \end{lemma}
  144. \begin{proof}
  145. Let $x, y, x', y' \in P$. Then
  146. \[
  147. (x + ay) + (x' + a y') = x + x' + a(y + y') \in P[a]
  148. \] and
  149. \[
  150. (x+ay)(x' + ay') = x x' + a^2 y y' + a (x y' + x' y) \in P[a]
  151. .\] Moreover $z^2 \in P \subseteq P[a]$ for all $z \in k$.
  152. Now assume $-1 = x + a y$ for some $x, y \in P$.
  153. If $y = 0$, then $-1 = x \in P$ which is a contradiction. Thus $y \neq 0$ and
  154. \[
  155. - a = \frac{1 + x}{y} = \left( \frac{1}{y} \right)^2 y (1+x) \in P
  156. ,\] which contradicts the assumption on $a$. Finally, we have $P \subseteq P[a]$ and,
  157. if $P[a] \subseteq P$ then $a \in P$, again contradicting the assumption on $a$. So
  158. $P \subsetneq P[a]$.
  159. \end{proof}
  160. \begin{satz}
  161. Let $\mathcal{P}$ be the set of positive cones of a field $k$ ordered
  162. by inclusion. If $\mathcal{P} \neq \emptyset$, then
  163. $\mathcal{P}$ admits a maximal element and such an element $P$ satisfies
  164. $P \cup (-P) = k$.
  165. \label{satz:existence-maximal-positive-cones}
  166. \end{satz}
  167. \begin{proof}
  168. To obtain a maximal element of $\mathcal{P}$,
  169. by Zorn's lemma, it suffices to show, that every
  170. chain $(P_i)_{i \in I}$ in $\mathcal{P}$ has an upper bound. We set
  171. \[
  172. P = \bigcup_{i \in I} P_i \subseteq k
  173. .\] One verifies immediately that $P$ is a positive cone and an upper bound of the chain $(P_i)_{i \in I}$.
  174. Let $P$ be such a maximal element. If there exists $a \in k \setminus P \cup (-P)$, then by
  175. \ref{lemma:positive-cone-extend-by-one-element} $P \subsetneq P[a]$ contradicts the maximality of $P$. Thus
  176. $P \cup (-P) = k$.
  177. \end{proof}
  178. \begin{satz}
  179. Let $k$ be a field and denote by
  180. \[
  181. \Sigma k^{[2]} \coloneqq
  182. \left\{ y \in k \mid \exists (a_x)_{x \in k} \in \{0, 1\}^{(k)}, y = \sum_{x \in k} a_x x^2 \right\}
  183. \]
  184. the set of sums of squares in $k$. Then
  185. $\Sigma k^{[2]}$ is a cone and $-1 \not\in \Sigma k^{[2]}$ if and only if
  186. for all $x_1, \ldots, x_n \in k$:
  187. \[
  188. x_1^2 + \ldots + x_n^2 = 0 \implies x_1 = \ldots = x_n = 0
  189. .\]
  190. \label{satz:sums-of-squares-cone}
  191. \end{satz}
  192. \begin{proof}
  193. One verifies immediately that $\Sigma k^{[2]}$ is a cone in $k$. If
  194. $-1 \in \Sigma k^{[2]}$, then
  195. $-1 = x_1^2 + \ldots + x_n^2$ for some $x_i \in k$. Thus
  196. \[
  197. 0 = \sum_{i=1}^{n} x_i^2 + 1
  198. \] but $1 = 1^2$ and $1 \neq 0$. Conversely let
  199. $0 = \sum_{i=1}^{n} x_i^2$ with $x_1 \neq 0$. Then
  200. \[
  201. -1 = \frac{1}{x_1^2} \sum_{i=2}^{n} x_i^2 =
  202. \sum_{i=2}^{n} \left(\frac{x_i}{x_1}\right)^2
  203. \in \Sigma k^{[2]}
  204. .\]
  205. \end{proof}
  206. \begin{definition}
  207. A field $k$ is called a \emph{real field} if $-1 \not\in \Sigma k^{[2]}$, or equivalently
  208. if $\sum_{k=1}^{n} x_i^2 = 0$ in $k$ implies $x_k = 0$ for all $k$.
  209. \end{definition}
  210. \begin{korollar}
  211. Let $k$ be a field. $k$ is real if and only if $k$ contains
  212. a positive cone.
  213. \end{korollar}
  214. \begin{proof}
  215. $(\Rightarrow)$: By \ref{satz:sums-of-squares-cone} $\Sigma k^{[2]}$ is a positive
  216. cone.
  217. $(\Leftarrow)$: Let $P$ be a positive cone. Since
  218. $P$ is closed under addition and for all $z \in k\colon z^2 \in P$,
  219. $\Sigma k^{[2]} \subset P$. Since $P$ is positive, $-1 \not\in \Sigma k^{[2]}$.
  220. \end{proof}
  221. \begin{satz}
  222. Let $(k, \le)$ be an ordered field. Then the set
  223. \[
  224. P \coloneqq \{ x \in k \mid x \ge 0\}
  225. \] is a maximal positive cone in $k$. In particular,
  226. $k$ is a real field. Conversely, if $k$ is a real field and $P$ is a maximal
  227. positive cone in $k$, then the relation $x \le_P y$ if $y - x \in P$ is an order
  228. relation and $(k, \le_P)$ is an ordered field.
  229. \end{satz}
  230. \begin{proof}
  231. $(\Rightarrow)$:
  232. Let $(k, \le )$ be an ordered field. Then by
  233. definition and \ref{satz:ordered-field-basics}, $P$ is a maximal positive cone.
  234. $(\Leftarrow)$: Let $P$ be a maximal positive cone in $k$. Since
  235. $0 \in P$, we have $x \le_P x$. Suppose that $x \le_P y$ and $y \le_P x$. Then
  236. $y - x \in P \cap (-P) = \{0\} $, so $x = y$. Moreover, if $x \le_P y$
  237. and $y \le_P z$, then $z - x = (z - y) + (y - x) \in P$. Thus $x \le_P z$, hence
  238. $\le_P$ is an order relation. Moreover, it is a total order, because if
  239. $x, y \in k$, then $y - x \in k = P \cup (-P)$, so either $x \le_P y$ or $y \le_P x$.
  240. Finally,
  241. this total order on $k$ is compatible with addition and multiplication because
  242. $x \le_P y$ and $z \in k$ implies $(y + z) - (x + z) = y - x \in P$, so
  243. $x + z \le_P y + z$, and $x \ge_P 0$, $y \ge_P 0$ means that $x \in P$ and $y \in P$, so $xy \in P$,
  244. hence $xy \ge_P 0$.
  245. \end{proof}
  246. \begin{korollar}
  247. Let $k$ be a field. Then $k$ admits a structure of ordered field
  248. if and only if $k$ is real.
  249. \end{korollar}
  250. \end{document}