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.

76 satır
3.2KB

  1. \documentclass{lecture}
  2. \begin{document}
  3. \section{The real Nullstellensatz}
  4. When $k$ is algebraically closed, Hilbert's Nullstellensatz implies
  5. $\mathcal{I}(\mathcal{V}_{k^{n}}(I)) = \sqrt{I}$ for all ideal
  6. $I \subseteq k[T_1, \ldots, T_n]$. In this section we try to compute
  7. $\mathcal{I}(\mathcal{V}_{k^{n}}(I))$ when $k$ is a real-closed field.
  8. \begin{definition}[]
  9. Let $(k, \le)$ be an ordered field and let $A$ be a commutative $k$-algebra with unit.
  10. An ideal $I \subseteq A$ is called a \emph{real ideal} if it satisfies the following condition: If
  11. $\lambda_1, \ldots, \lambda_r > 0$ in $k$ and $a_1, \ldots, a_r \in A$ satisfy
  12. \[
  13. \sum_{j=1}^{r} \lambda_j a_j^2 \in I
  14. ,\] then $a_j \in I$ for all $j$.
  15. $A$ is a \emph{real algebra} if the zero ideal in $A$ is
  16. a real ideal.
  17. \end{definition}
  18. \begin{satz}
  19. Let $(k, \le)$ be an ordered field and let $Z \subseteq k^{n}$ be a subset. Then the ideal
  20. $\mathcal{I}(Z)$ is a real ideal.
  21. \end{satz}
  22. \begin{proof}
  23. If $Z = \emptyset$, then $\mathcal{I}(Z) = \mathcal{I}(\emptyset) = k[T_1, \ldots, T_n]$ is
  24. a real ideal. Now assume $Z \neq \emptyset$. In this case, if $P_1, \ldots, P_r \in k[T_1, \ldots, T_n]$
  25. and $\lambda_1, \ldots, \lambda_r > 0$ in $k$ are such that
  26. $\sum_{j=1}^{r} \lambda_j P_j^2 \in \mathcal{I}(Z)$, then
  27. for all $x \in Z$, $\sum_{j=1}^{r} \lambda_j P_j^2(x) = 0$ in $k$. Since
  28. $k$ is an ordered field and $\lambda_j > 0$ for all $j$, this implies
  29. that for all $j$, $P_j(x) = 0$, i.e. $P_j \in \mathcal{I}(Z)$.
  30. \end{proof}
  31. Recall that if $k$ is an arbitrary field and $I \subsetneq k[T_1, \ldots, T_n]$ is a proper ideal,
  32. then finding a common zero $x \in L^{n}$ to all polynomials $P \in I$ for some extension $L$ of $k$
  33. is equivalent to finding a homomorphism of $k$-algebras
  34. \[
  35. \varphi\colon k[T_1, \ldots, T_n]/I \longrightarrow L
  36. .\] Indeed, the correspondence is obtained by sending such a $\varphi$
  37. to $x = (x_1, \ldots, x_n)$ where $x_i = \varphi(T_i \text{ mod } I)$. The basic
  38. result should be about giving sufficient conditions for such homomorphisms to exist.
  39. \begin{theorem}[Real Nullstellensatz I]
  40. Let $(k, \le )$ be an ordered field and let $k^{(r)}$ be the real closure of $k$. Let
  41. $I \subseteq k[T_1, \ldots, T_n]$ be a real ideal. Then there exists a homomorphism
  42. of $k$-algebras
  43. \[
  44. k[T_1, \ldots, T_n] / I \longrightarrow k^{(r)}
  45. .\] In particular, if $I \subsetneq k[T_1, \ldots, T_n]$ is a proper real ideal, then
  46. $\mathcal{V}_{k^{r}}(I) \neq \emptyset$.
  47. \label{thm:real-nullstellensatz}
  48. \end{theorem}
  49. Let $(k, \le)$ be an ordered field. For the proof of \ref{thm:real-nullstellensatz}, we need
  50. two lemmata:
  51. \begin{lemma}
  52. Let $I \subseteq k[T_1, \ldots, T_n]$ be a real ideal. Then $\sqrt{I} = I$. Moreover,
  53. if $\mathfrak{p} \supset I$ is a minimal prime ideal containing $I$, then
  54. $\mathfrak{p}$ is real.
  55. \end{lemma}
  56. \begin{lemma}
  57. Let $\mathfrak{p} \subseteq k[T_1, \ldots, T_n]$ be a prime ideal. Then the fraction field
  58. \[
  59. K \coloneqq \operatorname{Frac}\left( k[T_1, \ldots, T_n]/\mathfrak{p} \right)
  60. \] is a real field if and only if the prime ideal $\mathfrak{p}$ is real. In that case
  61. $K$ can be ordered in a way that extends the order of $k$.
  62. \end{lemma}
  63. \end{document}