Für Vorlesungen, bitte die Webseite verwenden. https://flavigny.de/lecture
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

303 lignes
15KB

  1. \documentclass[uebung]{../../../lecture}
  2. \title{Algebra 1: Übungsblatt 2}
  3. \author{Lukas Nullmeier, Christian Merten}
  4. \begin{document}
  5. \punkte
  6. \begin{aufgabe}[]
  7. \begin{enumerate}[(a)]
  8. \item Sei $d \in \Z$. Beh.: $\Z[\sqrt{d}]$ ist der kleinste Unterring von $\mathbb{C}$, der $\sqrt{d} $ enthält.
  9. \begin{proof}
  10. Durch Nachrechnen ist sofort offensichtlich, dass $\Z[\sqrt{d}]$ ein Unterring ist, der $\sqrt{d} $ enthält. Sei nun
  11. $R \subseteq \mathbb{C}$ ein Unterring mit $\sqrt{d} \in R$. Dann ist
  12. $\Z \ni 1 \in R$, da $R$ Unterring, d.h. durch Addition der $1$ folgt
  13. $\Z \subseteq R$. Sei nun $x \in \Z[\sqrt{d}]$. Dann ex. $a, b \in \Z$ mit
  14. $x = a + b\sqrt{d}$. Da $a, b, \sqrt{d} \in R$ folgt, da $R$ Unterring, dass auch
  15. $x \in R$, also $\Z[\sqrt{d}] \subseteq R$.
  16. \end{proof}
  17. \item Sei $d = -5$. Beh.: $N$ ist multiplikativ.
  18. \begin{proof}
  19. Seien $x, y \in \Z[\sqrt{-5}]$. Dann ex. $a, b, e, f \in \Z$, s.d.
  20. $x = a + b \sqrt{-5} $ und $y = e + f \sqrt{-5} $. Damit folgt direkt
  21. \begin{salign*}
  22. N(xy) &= N(ae - 5bf + (af + be)\sqrt{-5} ) \\
  23. &= (ae-5bf)^2 + 5(af + be)^2 \\
  24. &= a^2e^2 + 25 b^2f^2 + 5 a^2f^2 + 5 b^2e^2 \\
  25. &= (a^2 + 5b^2) (e^2 + 5f^2) \\
  26. &= N(x)N(y)
  27. .\end{salign*}
  28. \end{proof}
  29. Beh.: Für $u \in \Z[\sqrt{-5}]$ gilt $u \in \Z[\sqrt{-5}]^{x} \iff N(u) =1$.
  30. \begin{proof}
  31. Sei $u \in \Z[\sqrt{-5}]$. ,,$\implies$'': Sei $u \in \Z[\sqrt{-5}]^{\times }$. Dann
  32. ex. $v \in \Z[\sqrt{-5}]$, s.d. $uv = 1$. Damit folgt
  33. wegen $N$ multiplikativ
  34. \[
  35. 1 = N(1) = N(uv) = \underbrace{N(u)}_{\in \Z_{\ge 0}} \underbrace{N(v)}_{\in \Z_{\ge 0}}
  36. .\] Es folgt also $N(u) = 1$.
  37. ,,$\impliedby$'': Sei $N(u) = 1$. Es ex. $a, b \in \Z$, s.d. $u = a + b \sqrt{-5} $. Wegen
  38. \[
  39. 1 = N(u) = N(a + b\sqrt{-5}) = a^2 + 5 b^2
  40. \] folgt $b = 0$ und damit $a^2 = 1$, also $u = a$ mit $u^2 = 1$, also $u \in \Z[\sqrt{-5}]^{\times }$.
  41. \end{proof}
  42. Beh.: $\Z[\sqrt{-5}]^{\times } = \{\pm 1\} $.
  43. \begin{proof}
  44. Sei $u \in \Z[\sqrt{-5}]$ mit $u = a + b\sqrt{-5} $ für $a, b \in \Z$. Dann ist
  45. \begin{align*}
  46. N(u) = 1 &\iff a^2 + 5b^2 = 1 \\
  47. &\iff a^2 = 1 \land b = 0 \\
  48. &\iff a \in \{\pm 1\} \land b = 0 \\
  49. &\iff u \in \{\pm 1\}
  50. .\end{align*}
  51. Damit folgt die Behauptung mit der Vorüberlegung.
  52. \end{proof}
  53. \item Beh.: $2 \in \Z[\sqrt{-5}]$ ist irreduzibel.
  54. \begin{proof}
  55. Ang.: $\exists x, y \in \Z[\sqrt{-5}]$, s.d. $2 = xy$ mit
  56. $x, y \not\in \Z[\sqrt{-5}]^{\times }$. Dann folgt
  57. \[
  58. 4 = N(2) = N(xy) = N(x) N(y)
  59. .\] Da $4 \neq 0 \implies N(x), N(y) \in \N$ und wegen $x, y \not\in \Z[\sqrt{-5}]^{\times }$,
  60. ist $N(x), N(y) \neq 1$, also $N(x) = N(y) = 2$. Das heißt
  61. es ex. $a, b \in \Z$, s.d $N(a + b\sqrt{-5}) = 2$. Dann
  62. folgt $a^2 + 5b^2 = 2$, also $b = 0$ (sonst $a^2 + 5b^2 \ge 5 > 2$). Damit
  63. ist $a^2 = 2 \implies \sqrt{2} \in \Z$ $\contr$.
  64. \end{proof}
  65. Beh.: $\Z[\sqrt{-5}]$ nicht faktoriell.
  66. \begin{proof}
  67. Es gilt
  68. \[
  69. 2 \cdot 3 = 6 = (1+\sqrt{-5})(1-\sqrt{-5})
  70. .\] Aber $2, 3, 1+\sqrt{-5}, 1-\sqrt{-5} $ irreduzibel, also hat $6$ zwei
  71. verschiedene Darstellungen als Produkt von irreduziblen Elementen.
  72. Damit ist $\Z[\sqrt{-5}]$ nicht faktoriell.
  73. \end{proof}
  74. \end{enumerate}
  75. \end{aufgabe}
  76. \begin{aufgabe}
  77. Sei $(*):$ Für $R$ Ring, ex. ein $n \in \N_{\ge 2}$, s.d. $x^{n} = x$ für alle $x \in R$.
  78. \begin{enumerate}[(a)]
  79. \item Beh.: Endliche nullteilerfreie Ringe $R$ sind Körper.
  80. \begin{proof}
  81. Sei $R$ nullteilerfreier, endlicher Ring. Zunächst ist $R \neq 0$, da
  82. $R$ nullteilerfrei. Sei nun $x \in R \setminus \{0\} $. Dann betrachte
  83. $f_x\colon R \to R, y \mapsto xy$. Es ist $f_x$ injektiv, denn
  84. für $y_1, y_2 \in R$ folgt
  85. \[
  86. f_x(y_1) = f_x(y_2) \implies xy_1 = xy_2
  87. \qquad
  88. \stackrel{R \text{ nullteilerfrei}, x\neq 0}{\implies}
  89. \qquad
  90. x(y_1 - y_2) = 0 \implies y_1 = y_2
  91. .\] Da $R$ endlich ist $f_x$ auch surjektiv, inbes. ex. ein $y \in R$, s.d
  92. $f_x(y) = 1 \implies xy = 1$, also $x \in R^{x}$. Insgesamt
  93. also $R^{x} = R \setminus \{ 0 \}$.
  94. \end{proof}
  95. \item Beh.: $R$ nullteilerfrei mit $(*)$ $\implies$ $R$ endlicher Körper.
  96. \begin{proof}
  97. Sei $x \in R \setminus \{0\} $. Wegen $n \ge 2$ ist $n-2 \ge 0$. Es gilt
  98. \[
  99. x^{n} = x \implies x^{n-1} x = x
  100. .\] Da $x \neq 0$ und $R$ nullteilerfrei, folgt $x^{n-1} = 1$. Damit ist
  101. \[
  102. x^{n-2} x = 1 \implies x \in R^{x}
  103. .\]
  104. \end{proof}
  105. \item Beh.: Jedes Primideal in $R$ mit $(*)$ ist maximal.
  106. \begin{proof}
  107. Sei $I \subsetneqq R$ Primideal. Dann sei $\overline{x} \in R / I$. Dann ist
  108. $\overline{x}^{n} = \overline{x^{n}} = \overline{x}$, wegen $(*)$.
  109. Da $I$ Primideal, ist
  110. $R / I$ nullteilerfrei mit Eigenschaft $(*)$. Mit (b) ist
  111. $R / I$ also Körper, also $I$ Maximalideal.
  112. \end{proof}
  113. \end{enumerate}
  114. \end{aufgabe}
  115. \begin{aufgabe}
  116. Zunächst sind Polynome vom Grad 1 immer irreduzibel über $\mathbb{F}_2[X]$, da $\mathbb{F}_2$
  117. nullteilerfrei und damit auch $\mathbb{F}_2[X]$ nullteilerfrei. Damit folgt für ein
  118. $f \in \mathbb{F}_2[X]$ mit $\text{deg}(f) = 1$ und $f = gh$ für $g, h \in \mathbb{F}_2$[X], dass
  119. \[
  120. 1 = \text{deg}(f) = \text{deg}(gh) = \text{deg}(g) + \text{deg}(h)
  121. .\] Da $\text{deg}(f) = 1$ ist $g, h \neq 0$, also $\text{deg}(g), \text{deg}(h) \ge 0$ und
  122. damit $\text{deg}(g) = 0$ oder $\text{deg}(h) = 0$. Da $\mathbb{F}_2$ Körper ist damit
  123. $g \in \mathbb{F}_2[X]^{\times }$ oder $h \in \mathbb{F}_2[X]^{\times }$, also $f$ irreduzibel.
  124. Da $\mathbb{F}_2$ Körper sind zudem alle Polynome vom Grad 0 Einheiten also nicht irreduzibel.
  125. Weiter ist $\# \mathbb{F}_2 = 2$, also existieren genau $2^{k}$ paarweise verschiedene Polynome
  126. vom Grad $k$, für $k \ge 0$. Da $\mathbb{F}_2$ Körper, ist $\mathbb{F}_2$ HIR, also faktoriell
  127. und nach Satz von Gauß ist auch $\mathbb{F}_2[X]$ faktoriell. Das heißt die irreduziblen
  128. Polynome sind diejenigen die nicht als Produkt von irreduziblen Polynomen enstehen.
  129. Damit sind also
  130. \begin{salign*}
  131. f_1 &\coloneqq X \\
  132. f_2 &\coloneqq X+1
  133. \intertext{
  134. alle Polynome vom Grad 1 und irreduzibel.
  135. Daraus entstehen als Produkte die Polynome}
  136. f_3 &\coloneqq X^2 = X \cdot X \\
  137. f_4 &\coloneqq X^2 + X = X (X+1) \\
  138. f_5 &\coloneqq X^2 + 1 = (X+1)^2 \\
  139. \intertext{Es bleibt als viertes Polynom vom Grad 2 nur}
  140. f_6 &\coloneqq X^2 + X + 1
  141. \intertext{das damit irreduzibel sein muss. Aus den irreduziblen Polynome vom Grad $\le 2$
  142. ergeben sich}
  143. f_7 &\coloneqq X^3 \\
  144. f_8 &\coloneqq X^3 + X^2 = X^2 (X+1) \\
  145. f_9 &\coloneqq X^3 + X^2 + X = X(X^2 + X +1) \\
  146. f_{10} &\coloneqq X^3 + X^2 + X + 1 = (X+1)^3 \\
  147. f_{11} &\coloneqq x^3 + X = X(X+1)^2 \\
  148. f_{12} &\coloneqq X^3 + 1 = (X^2 + X + 1)(X +1) \\
  149. \intertext{Damit bleiben als Polynome vom Grad 3 nur noch}
  150. f_{13} &\coloneqq X^3 + X^2 + 1 \\
  151. f_{14} &\coloneqq X^3 + X + 1
  152. \end{salign*}
  153. die damit irreduzibel sein müssen.
  154. Damit sind alle irreduziblen Polynome vom Grad $\le 3$ in $\mathbb{F}_2[X]$ gegeben als
  155. \[
  156. \{f_1, f_2, f_6, f_{13}, f_{14}\}
  157. .\]
  158. Es existieren genau $2^{4} = 16$ Polynome vom Grad $4$ in $\mathbb{F}_2[X]$. Die reduziblen
  159. ergeben sich wieder als Produkte der irreduziblen Polynome vom Grad $\le 3$. Da sich
  160. die Grade bei Produktbildung addieren, treten folgende Kombinationen auf:
  161. \begin{salign*}
  162. \text{(i)} \qquad 4 &= 1 + 1 + 1 +1 \\
  163. \text{(ii)} \qquad 4 &= 1 + 1 + 2 \\
  164. \text{(iii)} \qquad 4 &= 1 + 3 \\
  165. \text{(iv)} \qquad 4 &= 2 + 2
  166. .\end{salign*}
  167. Die Anzahl der Kombinationen pro Fall ergibt sich durch Produktbildung der Möglichkeiten Polynome
  168. der entsprechenden Grade auszuwählen. Damit ergeben sich nach Ana I für (i) $\binom{2 + 4 - 1}{4} = 5$
  169. Kombinationen, für (ii): $1 \cdot \binom{2 + 3 - 1}{2} = 3$, für (iii): $2 \cdot 2$ und
  170. für (iv): $1 \cdot 1 = 1$ Kombinationen. In Summe also $5 + 3 + 4 + 1 = 13$ reduzible Polynome,
  171. also $16 - 13 = 3$ irreduzible Polynome vom Grad $4$.
  172. \end{aufgabe}
  173. \begin{aufgabe}
  174. \begin{enumerate}[(a)]
  175. \item $f = \frac{(X-1)^{3}}{1} \in Q(\R[X]) \implies v_{X-1}(f) = 3$ und
  176. $g = \frac{1}{(X-1)^2} \in Q(\R[X]) \implies v_{X-1}(g) = -2$. Folgt direkt aus
  177. der Definition.
  178. \item $X^2 + 1$ ist irreduzibel über $\R$, da $X^2 + 1$ keine Nullstellen in $\R$ hat.
  179. \item $(2,X)$ ist kein Hauptideal in $\Z[X]$.
  180. \begin{proof}
  181. Ang. es ex. ein $f \in \Z[X]$ mit $(f) = (2,X)$, dann ex. $g \in \Z[X]$ mit
  182. $2 = fg$, da $\Z[X]$ nullteilerfrei, folgt mit Gradformel, dass $\text{deg}(f) = 0$, also
  183. $f \in \Z$. Außerdem ex. ein $h \in \Z[X]$ mit $X = f h$. Dann ist
  184. $e(X) = 1 = e(f) e(g)$, also $f \in \Z^{\times }$. Damit ist
  185. $(f) = (2,X) = (1) = \Z$. Insbesondere ist $1 \in (2, X)$, d.h. es ex. $h, g \in \Z[X]$
  186. mit
  187. \[
  188. 1 = 2h + Xg
  189. .\] Es ist offensichtlich $h, g \neq 0$ also $\text{deg}(2h + Xg) \ge 1 > 0 = \text{deg}(1)$.
  190. $\contr$.
  191. \end{proof}
  192. \item $(X)$ in $\Z[X,Y]$. Es ist offensichtlich $(X) \subsetneqq (X,Y) \subsetneqq \Z[X, Y]$,
  193. denn $Y \not\in (X)$ und $1 \not\in \Z[X, Y]$. Da $X$ irreduzibel über $\Z[X, Y]$ und
  194. $\Z[X,Y]$ faktoriell ist $X$ auch Primelement also $(X)$ Primideal, aber kein Maximalideal.
  195. \item $R = \Z[X,Y]$ und $a = X$, $b = Y$. Es ist $\text{ggT}(X,Y) = 1$, da
  196. $X, Y$ prim aber $1 \not\in (X) + (Y)$, also $(X) + (Y) \neq (1)$.
  197. \item $K = Q(\Z / 2 \Z[X])$ ist Körper mit Charakteristik $2$, denn $\frac{\overline{1}}{\overline{1}}
  198. = 1 \in Q( \Z / 2 \Z[X])$ und damit
  199. \[
  200. 1 + 1 = \frac{\overline{1}}{\overline{1}} + \frac{\overline{1}}{\overline{1}}
  201. = \frac{\overline{1} + \overline{1}}{\overline{1}} = \frac{\overline{0}}{\overline{1}}
  202. = 0 \in Q(\Z / 2 \Z[X])
  203. ,\] aber $Q(\Z / 2 \Z[X])$ unendlich, da $\Z / 2 \Z[X]$ Polynomring und hat damit unendlich viele
  204. Elemente, also auch $Q( \Z / 2 \Z [X])$.
  205. \end{enumerate}
  206. \end{aufgabe}
  207. \begin{aufgabe}
  208. \begin{enumerate}[(a)]
  209. \item
  210. \begin{figure}[h]
  211. \begin{tikzpicture}
  212. \begin{axis}[ytick={1, 2, -1, -2}, yticklabels={$\sqrt{2}$, $2\sqrt{2}$, $-\sqrt{2}$,
  213. $-2\sqrt{2} $},
  214. grid=both, axis lines=middle,
  215. grid style={line width=.1pt, draw=gray!10},
  216. major grid style={line width=.2pt,draw=gray!50},
  217. enlargelimits={abs=0.2},
  218. xlabel=$\text{Re}(z)$,
  219. ylabel=$\text{Im}(z)$
  220. ]
  221. \addplot[only marks, mark=x]
  222. coordinates{ % plot 1 data set
  223. (0, 0)
  224. (0, 1)
  225. (0, 2)
  226. (0, -1)
  227. (0, -2)
  228. (1, 0)
  229. (1, 1)
  230. (1, 2)
  231. (1, -0)
  232. (1, -1)
  233. (1, -2)
  234. (2, 0)
  235. (2, 1)
  236. (2, 2)
  237. (2, 0)
  238. (2, -1)
  239. (2, -2)
  240. (-1, 0)
  241. (-1, 1)
  242. (-1, 2)
  243. (-1, -0)
  244. (-1, -1)
  245. (-1, -2)
  246. (-2, 0)
  247. (-2, 1)
  248. (-2, 2)
  249. (-2, 0)
  250. (-2, -1)
  251. (-2, -2)
  252. % more points...
  253. };
  254. \end{axis}
  255. \end{tikzpicture}
  256. \centering
  257. \caption{Ausschnitt von $\Z[\sqrt{-2}] \subseteq \mathbb{C}$ in der komplexen Ebene}
  258. \end{figure}
  259. Beh.: $\Z[\sqrt{-2}]$ euklidisch. Sei dazu
  260. $\text{rd}\colon \R \to \Z$ die Rundungsfunktion. Bei zwei Möglichkeiten wähle die größere.
  261. Dann ist $\forall x \in \R\colon |x - \text{rd}(x)| \le \frac{1}{2}$.
  262. Schritt 1: Sei zunächst
  263. $z \in \mathbb{C}$ mit $z = c + id$ mit $c, d \in \R$. Dann wähle
  264. $a = \text{rd}(c)$ und $b = \text{rd}(d)$. Dann ist
  265. $a + b \sqrt{-2} \in \Z[\sqrt{-2}]$ und
  266. \begin{salign*}
  267. |z - (a + \sqrt{-2}b)| = |(c - a) + i \sqrt{2} (d -b)|
  268. = \sqrt{(c-a)^2 + 2(d-b)^2}
  269. = \sqrt{\frac{1}{4} + \frac{2}{4}} = \frac{\sqrt{3} }{2} < 1
  270. .\end{salign*}
  271. Schritt 2: $\Z[\sqrt{-2}]$ ist nullteilerfrei.
  272. Schritt 3: Seien nun $z, w \in \Z[\sqrt{-2}]$ mit $w \neq 0$. Dann ist $\frac{z}{w} \in C$ und es
  273. ex. nach Schritt 1
  274. ein $q \in \Z[\sqrt{-2}]$ mit $\left| \frac{z}{w} - q \right|\le \frac{\sqrt{3} }{2}$.
  275. Dann setze $r \coloneqq z - qw$. Dann gilt, da der komplexe Betrag multiplikativ ist:
  276. \[
  277. N(r) = N(z - qw) = |z - qw|^2 = |\frac{z}{w} - q|^2 |w|^2
  278. \le \frac{3}{4} N(w) < N(w)
  279. .\] Damit ist $\Z[\sqrt{-2}]$ euklidisch mit der Normfunktion $N$.
  280. \item Beh.: $\Z[\sqrt{-2}]^{\times } = \{\pm 1\} $
  281. \begin{proof}
  282. Es ist schnell nachgerechnet, dass $N$ multiplikativ ist. Wende dann das
  283. exakt selbe Argument wie in 1(b) an.
  284. \end{proof}
  285. \end{enumerate}
  286. \end{aufgabe}
  287. \end{document}