Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

226 řádky
11KB

  1. \documentclass{lecture}
  2. \begin{document}
  3. \section{Counting real roots}
  4. In this section, we will study \emph{Sturm's method} of counting
  5. the number of roots of a separable polynomial with coefficients
  6. in a real-closed field $L$.
  7. \begin{lemma}
  8. Let $(k, \le)$ be an ordered field and let $P \in k[t]$ be a separable polynomial.
  9. Assume that $P$ has a root $a \in k$. Then there exists $\delta > 0$ such that
  10. \begin{enumerate}[(i)]
  11. \item for $x \in \;]a- \delta, a + \delta[$ and $x \neq a$, $P(x) \neq 0$.
  12. \item for $x \in \;]a, a + \delta[$, $P(x)$ and $P'(x)$ have the same sign.
  13. \item for $x \in \;]a- \delta, a[$, $P(x)$ and $P'(x)$ have opposite signs.
  14. \item for $x \in \;]0, \delta[$, $P(a+h)$ and $P(a-h)$ have opposite signs.
  15. \end{enumerate}
  16. \label{lemma:root-signs-separable}
  17. \end{lemma}
  18. \begin{proof}
  19. Since $P$ is separable and $P(a) = 0$, it follows that $P'(a) \neq 0$.
  20. By continuity of $P'$, there exists $\delta > 0$ such that
  21. $P'$ has constant sign on $] a- \delta, a + \delta[$. Suppose $P'(x) > 0$.
  22. Since $k$ is real-closed,
  23. this implies that $P$ is strictly increasing on this interval. In particular,
  24. $P(x) < P(a) = 0$ for $x \in \;]a - \delta, a[$
  25. and $P(x) > P(a) = 0$ for $x \in \;]a, a + \delta[$. The case $P'(x) < 0$ is
  26. similar which concludes the proof.
  27. \end{proof}
  28. \begin{definition}
  29. Let $(k, \le )$ be an ordered field. A finite sequence $(P_0, \ldots, P_n)$ of polynomials
  30. $P_i \in k[t]$ is called a \emph{Sturm sequence} if it satisfies the following
  31. properties:
  32. \begin{enumerate}[(i)]
  33. \item $P_1 = P_0'$
  34. \item for all $x \in k$ and $i \in \{0, \ldots, n\}$, if $P_i(x) = 0$, then
  35. $P_{i+1}(x) \neq 0$.
  36. \item for all $x \in k$ and all $i \in \{1, \ldots, n-1\} $,
  37. if $P_i(x) = 0$ then $P_{i-1}(x) P_{i+1}(x) < 0$.
  38. \item $P_n \in k^{\times}$.
  39. \end{enumerate}
  40. \end{definition}
  41. \noindent If $P \in k[t]$ is separable and $k$ has characteristic $0$, then the greatest
  42. common divisor of $P$ and $P'$ is $1$. To determine a Bézout relation between $P$ and $P'$,
  43. one proceeds by successive Euclidean divisions:
  44. First set $P_0 = P$ and $P_1 = P'$, next define $P_2$ such that $P_0 = P_1 Q_1 - P_2$
  45. and $\text{deg}(P_2) < \text{deg}(P_1)$. Inductively, this
  46. defines $P_i = P_{i+1} Q_{i+1} - P_{i+2}$ with $\text{deg}(P_{i+2}) < \text{deg}(P_{i+1})$.
  47. This algorithm stops after at most $\text{deg}(P_0) $ steps
  48. with $P_{n-1} = P_n Q_n$ and $P_n \neq 0$.
  49. Then $P_n$ is a greatest common divisor of $P = P_0$ and $P' = P_1$. Since $P$ and
  50. $P'$ are coprime, $P_n$ is a non-zero constant.
  51. \begin{korollar}
  52. The sequence of polynomials $(P_0, \ldots, P_n)$ is a Sturm sequence.
  53. This is called the to $P$ associated Sturm sequence.
  54. \end{korollar}
  55. \begin{proof}
  56. (i) and (iv) are clear. For (ii) observe that if there exists $x \in k$ and
  57. $i \in \{0, \ldots, n\} $ such that $P_i(x) = P_{i+1}(x) = 0$, then
  58. $P_j(x) = 0$ for all $j \ge i$ which contradicts $P_n(x) = P_n \neq 0$.
  59. Finally for (iii), if $P_i(x) = 0$, then $P_{i-1}(x) = - P_{i+1}(x)$, so $P_{i-1}(x)$
  60. and $P_{i+1}(x)$ have opposite signs.
  61. \end{proof}
  62. \begin{bem}
  63. Let $(k, \le)$ be an ordered field.
  64. For a finite sequence of elements $(a_0, \ldots, a_n)$ in $k$ with $a_0 \neq 0$,
  65. the number of \emph{sign changes} in this sequence is the number of pairs
  66. $(i, j)$ such that $i < j$, $a_i \neq 0$ and $a_i a_j < 0$ with either $j = i+1$ or
  67. $j > i+1$ and $a_{i+1} = \ldots = a_{j-1} = 0$.
  68. \end{bem}
  69. \begin{theorem}[Sturm's algorithm]
  70. Let $k$ be a real-closed field equipped with its canonical ordering and let $P \in k[t]$
  71. be a separable polynomial. Let $(P_0, \ldots, P_n)$ be the associated Sturm sequence.
  72. For all $a \in k$, we denote by $\nu(a)$ the number of sign changes
  73. in the sequence $(P_0(a), \ldots, P_n(a))$. Then, for all pair $a, b \in k$ such that
  74. $a < b$ and $P_i(a)P_i(b) \neq 0$ for all $i$, the number of roots of $P$ in the interval
  75. $[a, b]$ is equal to $\nu(a) - \nu(b)$.
  76. \label{thm:sturm}
  77. \end{theorem}
  78. \begin{proof}
  79. Let $x_1 < \ldots < x_m$ be the elements of the finite set
  80. \[
  81. E = \{ x \in \; ]a, b[ \mid \exists i \in \{0, \ldots, n\} , P_i(x) = 0\}
  82. .\]
  83. %For all $x \in E$, we can choose $\delta > 0$ such that
  84. %$] x - \delta, x + \delta[ \cap E = \{x\} $, i.e.
  85. %$]x - \delta , x + \delta [$ contains no other root of one of the $P_i$'s.
  86. There exists a partition of $[a,b]$ in subintervals
  87. $[\alpha_j, \alpha_{j+1}]$ where $\alpha_0 = a$, $\alpha_m = b$,
  88. and for all $j \in \{0, \ldots, m-1\} $, $\alpha_j \not\in E$,
  89. $[\alpha_j, \alpha_{j+1}] \cap E = \{x_j\} $.
  90. Also
  91. \[
  92. \sum_{j=0}^{m-1} (\nu(\alpha_j) - \nu(\alpha_{j+1}))
  93. = \nu(\alpha_0) - \nu(\alpha_1) + \nu(\alpha_1) - \ldots - \nu(\alpha_m)
  94. = \nu(a) - \nu(b)
  95. .\] Thus it suffices to show that for fixed $j \in \{0, \ldots, m-1\}$, the number of roots
  96. of $P$ in $[\alpha_j, \alpha_{j+1}]$ is equal to $\nu(\alpha_j) - \nu(\alpha_{j+1})$.
  97. By construction,
  98. $P$ has at most one root in $[\alpha_j, \alpha_{j+1}]$, at $x_j$, thus
  99. we want to show
  100. \[
  101. \nu(\alpha_j) - \nu(\alpha_{j+1}) = \begin{cases}
  102. 0 & P(x_j) \neq 0 \\
  103. 1 & P(x_j) = 0
  104. \end{cases}
  105. .\]
  106. If $P(x_j) = 0$, then $P(\alpha_j)$ and $P(\alpha_{j+1})$ must have opposite sign. Indeed,
  107. by \ref{lemma:root-signs-separable} $P(x_j + h) P(x_j - h) < 0$ for all $h > 0$ small
  108. enough, but $P$ cannot change sign on $[\alpha_j, x_j -h]$ nor on
  109. $[x_j + h, \alpha_{j+1}]$, for otherwise the intermediate value theorem would
  110. imply the existence of a root $x \neq x_j$ in $[\alpha_j, \alpha_{j+1}]$.
  111. So $P(\alpha_j) P(\alpha_{j+1}) < 0$.
  112. If $P(\alpha_j) > 0$, then $P(\alpha_{j+1}) < 0$. With $P_1 = P'$ and
  113. \ref{lemma:root-signs-separable}, it follows that $P_1(x) < 0$ for
  114. $x$ close to $x_j$. But $P_1$ cannot change sign in $[\alpha_j, \alpha_{j+1}]$,
  115. otherwise its root in that interval would be $x_j$. Since $P$ is separable
  116. and $P_1 = P'$, this is impossible. Thus $P' < 0$
  117. and $P$ is strictly decreasing on $[\alpha_j, \alpha_{j+1}]$. So
  118. the sequence of signs in the sequence
  119. $(P_0(\alpha_j), P_1(\alpha_j), \ldots, P_n(\alpha_j))$ starts
  120. with $(+, -, \ldots)$ while the one at $\alpha_{j+1}$ starts
  121. with $(-, -, \ldots)$. Similarly, if $P(\alpha_j) < 0$, then
  122. the sequences are $(-, +, \ldots)$ and $(+, +, \ldots)$. In either case,
  123. there is one more sign change in the sequence corresponding to $\alpha_j$,
  124. so $\nu(\alpha_j) - \nu(\alpha_{j+1}) = 1$.
  125. Now suppose $P(x_j) \neq 0$. Observe that $P_0(\alpha_j)$ and
  126. $P_0(\alpha_{j+1})$ have the same sign, otherwise by the intermediate value theorem
  127. and the construction, $P_0(x_j) = 0$. Also a difference between
  128. $\nu(\alpha_j)$ and $\nu(\alpha_{j+1})$ only occurs if there exists
  129. $i \in \{0, \ldots, n-1\} $ such that $P_i(\alpha_j) P_i(\alpha_{j+1}) < 0$. In this
  130. case, again by the intermediate value theorem, we have $P_i(x_j) = 0$. By the definition
  131. of a Sturm sequence, we have $P_{i-1}(x_j)P_{i+1}(x_j) < 0$. If $P_{i-1}(x_j) < 0$
  132. then $P_{i-1} < 0$ on $[\alpha_j, \alpha_{j+1}]$, because $x_j$ is
  133. the only possible root for $P_{i-1}$ in $[\alpha_j, \alpha_{j+1}]$,
  134. so $P_{i-1}$ cannot change sign on that interval. Likewise,
  135. $P_{i+1}$ has the same sign on $[\alpha_j, \alpha_{j+1}]$ as it does at $x_j$. Proceeding
  136. similarly when $P_{i-1}(x_j) > 0$, we arrive at the following possibilities
  137. for the sign sequences of $P_{i-1}(\alpha_j) P_i(\alpha_j)P_{i+1}(\alpha_j)$
  138. and $P_{i-1}(\alpha_{j+1})P_i(\alpha_{j+1})P_{i+1}(\alpha_{j+1})$:
  139. \begin{figure}[h!]
  140. \centering
  141. \begin{subfigure}[c]{0.4\textwidth}
  142. \begin{tabular}{c|c|c}
  143. & $P_i(\alpha_j) < 0$ & $P_i(\alpha_j) > 0$ \\ \hline
  144. $P_{i-1}(x_j) < 0$ & $- - +$ & $- + + $ \\ \hline
  145. $P_{i-1}(x_j) > 0$ & $+ - -$ & $+ + -$
  146. \end{tabular}
  147. \subcaption{Sign sequence at $\alpha_{j}$}
  148. \end{subfigure}
  149. \hspace{1cm}
  150. \begin{subfigure}[c]{0.4\textwidth}
  151. \begin{tabular}{c|c|c}
  152. & $P_i(\alpha_j) < 0$ & $P_i(\alpha_j) > 0$ \\ \hline
  153. $P_{i-1}(x_j) < 0$ & $- + +$ & $- - + $ \\ \hline
  154. $P_{i-1}(x_j) > 0$ & $+ + -$ & $+ - -$
  155. \end{tabular}
  156. \subcaption{Sign sequence at $\alpha_{j+1}$}
  157. \end{subfigure}
  158. \end{figure}
  159. Since sign sequences located in cells of the two tables corresponding to the same case have
  160. the same number of sign changes, equal to $1$, we see that
  161. $\nu(\alpha_{j}) - \nu(\alpha_{j+1}) = 0$.
  162. \end{proof}
  163. We deduce from the previous result, this important result:
  164. \begin{korollar}
  165. Let $(k, \le )$ be an ordered field and let $L_1, L_2$ be real-closed, orderable extensions
  166. of $k$. Let $P \in k[t]$ be an irreducible polynomial over $k$. Then $P$ has the same
  167. number of roots in $L_1$ as it does in $L_2$.
  168. \label{lemma:number-of-roots-in-real-closed-extension}
  169. \end{korollar}
  170. \begin{proof}
  171. For a polynomial $Q = c_n t^{n} + c_{n-1} t ^{n-1} + \ldots + c_0 \in k[t]$ with
  172. $c_n \neq 0$, the roots
  173. of $Q$ in an ordered real-closed extension $L$ of $k$ are bounded by
  174. \begin{salign*}
  175. M
  176. = 1 + \left| \frac{c_{n-1}}{c_n} \right|_L + \ldots + \left| \frac{c_0}{c_n} \right|_L
  177. = 1 + \left| \frac{c_{n-1}}{c_n} \right|_k + \ldots + \left| \frac{c_0}{c_n} \right|_k
  178. .\end{salign*}
  179. Note that $M$ is independent from $L$.
  180. So given $P \in k[t]$ irreducible and the associated Sturm sequence
  181. $(P_0, P_1, \ldots, P_n)$, there exists $M \in k$ such that all roots
  182. of all $P_i$'s in $L$ are contained in the interval $[-M, M] \subseteq L$. Since
  183. $\text{char } k = 0$, $P$ is separable, by \ref{thm:sturm}
  184. the number of roots of $P$ in $[-M, M] \subseteq L$ is equal
  185. to $\nu(-M) - \nu(M)$. Since $\pm M \in k$,
  186. all $P_i \in k[t]$ and the ordering of $L$ extends the one of $k$, the number
  187. of sign changes $\nu(\pm M)$ in the sequences
  188. $(P_0(-M), P_1(-M), \ldots, P_n(-M))$
  189. and $(P_0(M), P_1(M), \ldots, P_n(M))$ does not depend on $L$.
  190. \end{proof}
  191. \begin{bem}
  192. \begin{enumerate}[(i)]
  193. \item
  194. In particular, if $P \in k[t]$ is an arbitrary polynomial, then if $P$ has a root
  195. in a real-closed extension $L$ of $k$, then it has a root in all real-closed extensions of $k$.
  196. A polynomial with coefficients in an ordered field $(k, \le)$ might not have roots
  197. in any real-closed extensions of $k$.
  198. \item
  199. There is a proof of Sturm's algorithm that does not require $P$ to
  200. be separable. As a consequence \ref{lemma:number-of-roots-in-real-closed-extension}
  201. holds for all $P \in k[t]$, not only the irreducible ones.
  202. \end{enumerate}
  203. \end{bem}
  204. \end{document}