From fb5ff355f12038de640b73b5126d64c93504d5ec Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Wed, 27 Sep 2017 23:12:09 +0200 Subject: Fix EAZ digest issues --- content/eaz.tex | 20 +++++++++----------- content/funktheo.tex | 2 -- content/markov.tex | 2 -- 3 files changed, 9 insertions(+), 15 deletions(-) (limited to 'content') diff --git a/content/eaz.tex b/content/eaz.tex index f7180ff..010c4a8 100644 --- a/content/eaz.tex +++ b/content/eaz.tex @@ -188,7 +188,7 @@ In jeder endlichen Gruppe ist Ordnung jedes Elements ein Teiler der Gruppenordnu Eine $N \leq G$ ist Normalteiler, falls $\forall n \in N, g \in G : gng^{-1} \in N$ gilt. d.h. $N$ ist invariant unter allen inneren Automorphismen. -Es gilt für Normalteiler $N$: $\forall g \in G : gNg^{-1} = N$ +Es gilt für Normalteiler $N$: $\forall g \in G : gN = Ng$ Ist $U \leq G$ ein Normalteiler, so schreibt man $U \triangleleft G$. @@ -502,15 +502,13 @@ $\legendre{a}{p}$ ist das \emph{Legendre-Symbol} von $a$ modulo $p$. Sei $a \in \Z, m, n \in \Z : a=mn, p \in \Primes$: -\vspace*{-4mm} -\begin{align*} - \legendre{a}{p} &= \legendre{a-p}{p} \\ - \legendre{m \cdot n}{p} &= \legendre{m}{p}\legendre{n}{p} - \legendre{2}{p} &= (-1)^{\frac{p^2-1}{8}} \\ - \legendre{-1}{p} &= (-1)^{\frac{p-1}{2}} -\end{align*} +\vspace*{-2mm} +$$\begin{array}{ll} +\legendre{a}{p} = \legendre{a-p}{p} & \legendre{m \cdot n}{p} = \legendre{m}{p}\legendre{n}{p} \\ +\legendre{2}{p} = (-1)^{\frac{p^2-1}{8}} & \legendre{-1}{p} = (-1)^{\frac{p-1}{2}} +\end{array}$$ -Sei $m, n \in \Primes$ mit $l, p \neq 2$: +Sei $l, p \in \Primes$ mit $l, p \neq 2$: \vspace*{-4mm} \begin{align*} @@ -611,7 +609,7 @@ Sei $R$ Hauptidealring, $\Primes_R$ Vertretersystem der Assoziiertenklassen von \vspace*{1mm} -$\forall r \in R \setminus \{0\} : r$ ist assoziiert zu Produkt endlich vieler Elemente in $\Primes_R$. +$\forall r \in R \setminus \{0\} : r$ ist assoziiert zu Produkt endlich vieler Elemente in $\Primes_R$. (vgl. Fundamentalsatz) Sind $s, t \in \N_0, p_1,\dots,p_s,q_1,\dots,q_t \in \Primes_R$ s.d. Einheiten $\delta, \epsilon \in R^\times$ ex. mit $r = \delta \cdot p_1 \cdot \dots \cdot p_s = \epsilon \cdot q_1 \cdot \dots \cdot q_t$, so gilt $\epsilon = \delta$, $s = t$ und es gilt bis auf Vertauschung der Faktorreihenfolge $\forall 1 \leq i \leq s : p_i = q_i$. @@ -669,7 +667,7 @@ Element $\alpha \in L$ heißt \emph{algebraisch} über $K$, wenn ein Polynom $f \vspace*{1mm} -Element $\alpha in L$ heißt \emph{transzendent} über $K$, wenn es nicht algebraisch über $K$ ist. +Element $\alpha \in L$ heißt \emph{transzendent} über $K$, wenn es nicht algebraisch über $K$ ist. \vspace*{1mm} diff --git a/content/funktheo.tex b/content/funktheo.tex index be1675f..b47c2b0 100644 --- a/content/funktheo.tex +++ b/content/funktheo.tex @@ -1,5 +1,3 @@ -\newcommand{\C}{\mathbb{C}} - \section*{Komplexe Zahlen} $\C = \{ z = x+iy | x,y \in \R \}$ diff --git a/content/markov.tex b/content/markov.tex index 0855592..7365376 100644 --- a/content/markov.tex +++ b/content/markov.tex @@ -453,5 +453,3 @@ Der Bruchteil verlorengegangener Anrufe ist: $$E_K(\eta) := \frac{\eta^K}{K!} \left( \sum_{n=0}^K \frac{\eta^n}{n!} \right)^{-1}$$ Dies ist die \emph{Erlangsche Verlustformel}. - -\subsection*{Jackson-Netzwerke} -- cgit v1.2.3