Skip to content

Kapitel 5. Komplexe Zahlen

§ 1. Definition

Definition 57: Eine komplexe Zahl ist ein Paar reeller Zahlen Ξ1,Ξ2\Xi_1, \Xi_2 (in bestimmter Reihenfolge). Wir bezeichnen die komplexe Zahl mit [Ξ1,Ξ2][\Xi_1, \Xi_2]. Dabei gelten [Ξ1,Ξ2][\Xi_1, \Xi_2] und [H1,H2][\mathrm{H}_1, \mathrm{H}_2] als dieselbe Zahl (als gleich; schreibe: ==) genau dann, wenn

Ξ1=H1,Ξ2=H2\Xi_1 = \mathrm{H}_1, \quad \Xi_2 = \mathrm{H}_2

ist; sonst als ungleich (verschieden; schreibe: \neq).

Kleine deutsche Buchstaben bedeuten durchweg komplexe Zahlen.

Für jedes x\mathfrak{x} und jedes y\mathfrak{y} liegt somit genau einer der Fälle

x=y,xy\mathfrak{x} = \mathfrak{y}, \quad \mathfrak{x} \neq \mathfrak{y}

vor. Bei den komplexen Zahlen vermischen sich die Begriffe der Identität und Gleichheit, so daß die drei Sätze trivial sind:

Satz 206: x=x\mathfrak{x} = \mathfrak{x}.

Satz 207: Aus

x=y\mathfrak{x} = \mathfrak{y}

folgt

y=x.\mathfrak{y} = \mathfrak{x}.

Satz 208: Aus

x=y,y=z\mathfrak{x} = \mathfrak{y}, \quad \mathfrak{y} = \mathfrak{z}

folgt

x=z.\mathfrak{x} = \mathfrak{z}.

Definition 58: n=[0,0]\mathfrak{n} = [0, 0].

Definition 59: e=[1,0]\mathfrak{e} = [1, 0].

Die Buchstaben n\mathfrak{n} und e\mathfrak{e} bleiben also für bestimmte komplexe Zahlen reserviert.

§ 2. Addition

Definition 60: Ist

x=[Ξ1,Ξ2],y=[H1,H2],\mathfrak{x} = [\Xi_1, \Xi_2], \quad \mathfrak{y} = [\mathrm{H}_1, \mathrm{H}_2],

so ist

x+y=[Ξ1+H1,Ξ2+H2].\mathfrak{x} + \mathfrak{y} = [\Xi_1 + \mathrm{H}_1, \Xi_2 + \mathrm{H}_2].

(++ sprich: plus.) x+y\mathfrak{x} + \mathfrak{y} heißt die Summe von x\mathfrak{x} und y\mathfrak{y} oder die durch Addition von y\mathfrak{y} zu x\mathfrak{x} entstehende (komplexe) Zahl.

Satz 209 (kommutatives Gesetz der Addition):

x+y=y+x.\mathfrak{x} + \mathfrak{y} = \mathfrak{y} + \mathfrak{x}.

Beweis: [Ξ1+H1,Ξ2+H2]=[H1+Ξ1,H2+Ξ2][\Xi_1 + \mathrm{H}_1, \Xi_2 + \mathrm{H}_2] = [\mathrm{H}_1 + \Xi_1, \mathrm{H}_2 + \Xi_2].

Satz 210: x+n=x\mathfrak{x} + \mathfrak{n} = \mathfrak{x}.

Beweis: [Ξ1,Ξ2]+[0,0]=[Ξ1+0,Ξ2+0]=[Ξ1,Ξ2][\Xi_1, \Xi_2] + [0, 0] = [\Xi_1 + 0, \Xi_2 + 0] = [\Xi_1, \Xi_2].

Satz 211 (assoziatives Gesetz der Addition):

(x+y)+z=x+(y+z).(\mathfrak{x} + \mathfrak{y}) + \mathfrak{z} = \mathfrak{x} + (\mathfrak{y} + \mathfrak{z}).

Beweis: Ist

x=[Ξ1,Ξ2],y=[H1,H2],z=[Z1,Z2],\mathfrak{x} = [\Xi_1, \Xi_2], \quad \mathfrak{y} = [\mathrm{H}_1, \mathrm{H}_2], \quad \mathfrak{z} = [\mathrm{Z}_1, \mathrm{Z}_2],

so ist nach Satz 186

(x+y)+z=[Ξ1+H1,Ξ2+H2]+[Z1,Z2]=[(Ξ1+H1)+Z1,(Ξ2+H2)+Z2]=[Ξ1+(H1+Z1),Ξ2+(H2+Z2)]=[Ξ1,Ξ2]+[H1+Z1,H2+Z2]=x+(y+z).\begin{aligned} (\mathfrak{x} + \mathfrak{y}) + \mathfrak{z} &= [\Xi_1 + \mathrm{H}_1, \Xi_2 + \mathrm{H}_2] + [\mathrm{Z}_1, \mathrm{Z}_2] = [(\Xi_1 + \mathrm{H}_1) + \mathrm{Z}_1, (\Xi_2 + \mathrm{H}_2) + \mathrm{Z}_2] \\ &= [\Xi_1 + (\mathrm{H}_1 + \mathrm{Z}_1), \Xi_2 + (\mathrm{H}_2 + \mathrm{Z}_2)] = [\Xi_1, \Xi_2] + [\mathrm{H}_1 + \mathrm{Z}_1, \mathrm{H}_2 + \mathrm{Z}_2] = \mathfrak{x} + (\mathfrak{y} + \mathfrak{z}). \end{aligned}

Satz 212: Bei gegebenen x,y\mathfrak{x}, \mathfrak{y} hat

y+u=x\mathfrak{y} + \mathfrak{u} = \mathfrak{x}

genau eine Lösung u\mathfrak{u}, nämlich,

x=[Ξ1,Ξ2],y=[H1,H2]\mathfrak{x} = [\Xi_1, \Xi_2], \quad \mathfrak{y} = [\mathrm{H}_1, \mathrm{H}_2]

gesetzt,

u=[Ξ1H1,Ξ2H2].\mathfrak{u} = [\Xi_1 - \mathrm{H}_1, \Xi_2 - \mathrm{H}_2].

Beweis: Für jedes

u=[Υ1,Υ2]\mathfrak{u} = [\Upsilon_1, \Upsilon_2]

ist

y+u=[H1+Υ1,H2+Υ2],\mathfrak{y} + \mathfrak{u} = [\mathrm{H}_1 + \Upsilon_1, \mathrm{H}_2 + \Upsilon_2],

und es wird genau

H1+Υ1=Ξ1,H2+Υ2=Ξ2\mathrm{H}_1 + \Upsilon_1 = \Xi_1, \quad \mathrm{H}_2 + \Upsilon_2 = \Xi_2

verlangt, so daß Satz 187 alles beweist.

Definition 61: Das u\mathfrak{u} des Satzes 212 heißt xy\mathfrak{x} - \mathfrak{y} (- sprich: minus). xy\mathfrak{x} - \mathfrak{y} heißt auch die Differenz x\mathfrak{x} minus y\mathfrak{y} oder die durch Subtraktion des y\mathfrak{y} von x\mathfrak{x} entstehende Zahl.

Satz 213: Es ist

xy=n\mathfrak{x} - \mathfrak{y} = \mathfrak{n}

dann und nur dann, wenn

x=y.\mathfrak{x} = \mathfrak{y}.

Beweis: Es ist

Ξ1H1=Ξ2H2=0\Xi_1 - \mathrm{H}_1 = \Xi_2 - \mathrm{H}_2 = 0

genau dann, wenn

Ξ1=H1,Ξ2=H2.\Xi_1 = \mathrm{H}_1, \quad \Xi_2 = \mathrm{H}_2.

Definition 62: x=nx-\mathfrak{x} = \mathfrak{n} - \mathfrak{x}.

(- links sprich: minus.)

Satz 214: Für

x=[Ξ1,Ξ2]\mathfrak{x} = [\Xi_1, \Xi_2]

ist

x=[Ξ1,Ξ2].-\mathfrak{x} = [-\Xi_1, -\Xi_2].

Beweis: [Ξ1,Ξ2]=[0,0][Ξ1,Ξ2]=[0Ξ1,0Ξ2]-[\Xi_1, \Xi_2] = [0, 0] - [\Xi_1, \Xi_2] = [0 - \Xi_1, 0 - \Xi_2].

Satz 215: (x)=x-(-\mathfrak{x}) = \mathfrak{x}.

Beweis: Nach Satz 177 ist

(Ξ1)=Ξ1,(Ξ2)=Ξ2.-(-\Xi_1) = \Xi_1, \quad -(-\Xi_2) = \Xi_2.

Satz 216: x+(x)=n\mathfrak{x} + (-\mathfrak{x}) = \mathfrak{n}.

Beweis: Nach Satz 179 ist

Ξ1+(Ξ1)=0,Ξ2+(Ξ2)=0.\Xi_1 + (-\Xi_1) = 0, \quad \Xi_2 + (-\Xi_2) = 0.

Satz 217: (x+y)=x+(y)-(\mathfrak{x} + \mathfrak{y}) = -\mathfrak{x} + (-\mathfrak{y}).

Beweis: Nach Satz 180 ist,

x=[Ξ1,Ξ2],y=[H1,H2]\mathfrak{x} = [\Xi_1, \Xi_2], \quad \mathfrak{y} = [\mathrm{H}_1, \mathrm{H}_2]

gesetzt,

(x+y)=[(Ξ1+H1),(Ξ2+H2)]=[Ξ1+(H1),Ξ2+(H2)]=[Ξ1,Ξ2]+[H1,H2]=x+(y).\begin{aligned} -(\mathfrak{x} + \mathfrak{y}) &= [-(\Xi_1 + \mathrm{H}_1), -(\Xi_2 + \mathrm{H}_2)] = [-\Xi_1 + (-\mathrm{H}_1), -\Xi_2 + (-\mathrm{H}_2)] \\ &= [-\Xi_1, -\Xi_2] + [-\mathrm{H}_1, -\mathrm{H}_2] = -\mathfrak{x} + (-\mathfrak{y}). \end{aligned}

Satz 218: xy=x+(y)\mathfrak{x} - \mathfrak{y} = \mathfrak{x} + (-\mathfrak{y}).

Beweis: [Ξ1H1,Ξ2H2]=[Ξ1,Ξ2]+[H1,H2][\Xi_1 - \mathrm{H}_1, \Xi_2 - \mathrm{H}_2] = [\Xi_1, \Xi_2] + [-\mathrm{H}_1, -\mathrm{H}_2].

Satz 219: (xy)=yx-(\mathfrak{x} - \mathfrak{y}) = \mathfrak{y} - \mathfrak{x}.

Beweis:

(xy)=(x+(y))=x+((y))=x+y=y+(x)=yx.-(\mathfrak{x} - \mathfrak{y}) = -(\mathfrak{x} + (-\mathfrak{y})) = -\mathfrak{x} + (-(-\mathfrak{y})) = -\mathfrak{x} + \mathfrak{y} = \mathfrak{y} + (-\mathfrak{x}) = \mathfrak{y} - \mathfrak{x}.

§ 3. Multiplikation

Definition 63: Ist

x=[Ξ1,Ξ2],y=[H1,H2],\mathfrak{x} = [\Xi_1, \Xi_2], \quad \mathfrak{y} = [\mathrm{H}_1, \mathrm{H}_2],

so ist

xy=[Ξ1H1Ξ2H2,Ξ1H2+Ξ2H1].\mathfrak{x} \cdot \mathfrak{y} = [\Xi_1\mathrm{H}_1 - \Xi_2\mathrm{H}_2, \Xi_1\mathrm{H}_2 + \Xi_2\mathrm{H}_1].

(\cdot sprich: mal; aber man schreibt den Punkt meist nicht.) xy\mathfrak{x} \cdot \mathfrak{y} heißt das Produkt von x\mathfrak{x} mit y\mathfrak{y} oder die durch Multiplikation von x\mathfrak{x} mit y\mathfrak{y} entstehende Zahl.

Satz 220 (kommutatives Gesetz der Multiplikation):

xy=yx.\mathfrak{x}\mathfrak{y} = \mathfrak{y}\mathfrak{x}.

Beweis:

[Ξ1,Ξ2][H1,H2]=[Ξ1H1Ξ2H2,Ξ1H2+Ξ2H1]=[H1Ξ1H2Ξ2,H1Ξ2+H2Ξ1]=[H1,H2][Ξ1,Ξ2].\begin{aligned} [\Xi_1, \Xi_2][\mathrm{H}_1, \mathrm{H}_2] &= [\Xi_1\mathrm{H}_1 - \Xi_2\mathrm{H}_2, \Xi_1\mathrm{H}_2 + \Xi_2\mathrm{H}_1] \\ &= [\mathrm{H}_1\Xi_1 - \mathrm{H}_2\Xi_2, \mathrm{H}_1\Xi_2 + \mathrm{H}_2\Xi_1] = [\mathrm{H}_1, \mathrm{H}_2][\Xi_1, \Xi_2]. \end{aligned}

Satz 221: Es ist

xy=n\mathfrak{x}\mathfrak{y} = \mathfrak{n}

dann und nur dann, wenn mindestens eine der beiden Zahlen x,y\mathfrak{x}, \mathfrak{y} gleich n\mathfrak{n} ist.

Beweis: Es sei

x=[Ξ1,Ξ2],y=[H1,H2].\mathfrak{x} = [\Xi_1, \Xi_2], \quad \mathfrak{y} = [\mathrm{H}_1, \mathrm{H}_2].
  1. Aus
x=n\mathfrak{x} = \mathfrak{n}

folgt

Ξ1=Ξ2=0,\Xi_1 = \Xi_2 = 0, xy=[0H10H2,0H2+0H1]=[0,0]=n.\mathfrak{x}\mathfrak{y} = [0 \cdot \mathrm{H}_1 - 0 \cdot \mathrm{H}_2, 0 \cdot \mathrm{H}_2 + 0 \cdot \mathrm{H}_1] = [0, 0] = \mathfrak{n}.
  1. Aus
y=n\mathfrak{y} = \mathfrak{n}

folgt nach Satz 220 und 1)

xy=yx=nx=n.\mathfrak{x}\mathfrak{y} = \mathfrak{y}\mathfrak{x} = \mathfrak{n}\mathfrak{x} = \mathfrak{n}.
  1. Aus
xy=n\mathfrak{x}\mathfrak{y} = \mathfrak{n}

soll gefolgert werden, daß

x=n oder y=n\mathfrak{x} = \mathfrak{n} \text{ oder } \mathfrak{y} = \mathfrak{n}

ist. Wir dürfen daher voraussetzen

yn,\mathfrak{y} \neq \mathfrak{n},

d. h.

H1H1+H2H2>0,\mathrm{H}_1\mathrm{H}_1 + \mathrm{H}_2\mathrm{H}_2 > 0,

und haben

x=n,\mathfrak{x} = \mathfrak{n},

d. h.

Ξ1=Ξ2=0\Xi_1 = \Xi_2 = 0

zu beweisen.

Nach Voraussetzung ist

Ξ1H1Ξ2H2=0=Ξ1H2+Ξ2H1,\Xi_1\mathrm{H}_1 - \Xi_2\mathrm{H}_2 = 0 = \Xi_1\mathrm{H}_2 + \Xi_2\mathrm{H}_1,

also

0=(Ξ1H1Ξ2H2)H1+(Ξ1H2+Ξ2H1)H2=((Ξ1H1)H1(Ξ2H2)H1)+((Ξ1H2)H2+(Ξ2H1)H2)=(Ξ1(H1H1)Ξ2(H2H1))+(Ξ1(H2H2)+Ξ2(H1H2))=((Ξ1(H1H1)Ξ2(H2H1))+Ξ2(H1H2))+Ξ1(H2H2)=Ξ1(H1H1)+Ξ1(H2H2)=Ξ1(H1H1+H2H2),\begin{aligned} 0 &= (\Xi_1\mathrm{H}_1 - \Xi_2\mathrm{H}_2)\mathrm{H}_1 + (\Xi_1\mathrm{H}_2 + \Xi_2\mathrm{H}_1)\mathrm{H}_2 \\ &= ((\Xi_1\mathrm{H}_1)\mathrm{H}_1 - (\Xi_2\mathrm{H}_2)\mathrm{H}_1) + ((\Xi_1\mathrm{H}_2)\mathrm{H}_2 + (\Xi_2\mathrm{H}_1)\mathrm{H}_2) \\ &= (\Xi_1(\mathrm{H}_1\mathrm{H}_1) - \Xi_2(\mathrm{H}_2\mathrm{H}_1)) + (\Xi_1(\mathrm{H}_2\mathrm{H}_2) + \Xi_2(\mathrm{H}_1\mathrm{H}_2)) \\ &= ((\Xi_1(\mathrm{H}_1\mathrm{H}_1) - \Xi_2(\mathrm{H}_2\mathrm{H}_1)) + \Xi_2(\mathrm{H}_1\mathrm{H}_2)) + \Xi_1(\mathrm{H}_2\mathrm{H}_2) \\ &= \Xi_1(\mathrm{H}_1\mathrm{H}_1) + \Xi_1(\mathrm{H}_2\mathrm{H}_2) = \Xi_1(\mathrm{H}_1\mathrm{H}_1 + \mathrm{H}_2\mathrm{H}_2), \end{aligned}

also

Ξ1=0,\Xi_1 = 0, Ξ2H2=0=Ξ2H1.\Xi_2\mathrm{H}_2 = 0 = \Xi_2\mathrm{H}_1.

Da H1\mathrm{H}_1 und H2\mathrm{H}_2 nicht beide 00 sind, ist also

Ξ2=0.\Xi_2 = 0.

Satz 222: xe=x\mathfrak{x}\mathfrak{e} = \mathfrak{x}.

Beweis: [Ξ1,Ξ2][1,0]=[Ξ11Ξ20,Ξ10+Ξ21]=[Ξ1,Ξ2][\Xi_1, \Xi_2][1, 0] = [\Xi_1 \cdot 1 - \Xi_2 \cdot 0, \Xi_1 \cdot 0 + \Xi_2 \cdot 1] = [\Xi_1, \Xi_2].

Satz 223: x(e)=x\mathfrak{x}(-\mathfrak{e}) = -\mathfrak{x}.

Beweis:

[Ξ1,Ξ2][1,0]=[Ξ1(1)Ξ20,Ξ10+Ξ2(1)]=[Ξ1,Ξ2].[\Xi_1, \Xi_2][-1, 0] = [\Xi_1(-1) - \Xi_2 \cdot 0, \Xi_1 \cdot 0 + \Xi_2(-1)] = [-\Xi_1, -\Xi_2].

Satz 224: (x)y=x(y)=(xy)(-\mathfrak{x})\mathfrak{y} = \mathfrak{x}(-\mathfrak{y}) = -(\mathfrak{x}\mathfrak{y}).

Beweis: 1)

[Ξ1,Ξ2][H1,H2]=[(Ξ1)H1(Ξ2)H2,(Ξ1)H2+(Ξ2)H1]=[(Ξ1H1)+Ξ2H2,(Ξ1H2)Ξ2H1]=[(Ξ1H1Ξ2H2),(Ξ1H2+Ξ2H1)]=([Ξ1,Ξ2][H1,H2]),\begin{aligned} [-\Xi_1, -\Xi_2][\mathrm{H}_1, \mathrm{H}_2] &= [(-\Xi_1)\mathrm{H}_1 - (-\Xi_2)\mathrm{H}_2, (-\Xi_1)\mathrm{H}_2 + (-\Xi_2)\mathrm{H}_1] \\ &= [-(\Xi_1\mathrm{H}_1) + \Xi_2\mathrm{H}_2, -(\Xi_1\mathrm{H}_2) - \Xi_2\mathrm{H}_1] \\ &= [-(\Xi_1\mathrm{H}_1 - \Xi_2\mathrm{H}_2), -(\Xi_1\mathrm{H}_2 + \Xi_2\mathrm{H}_1)] \\ &= -([\Xi_1, \Xi_2][\mathrm{H}_1, \mathrm{H}_2]), \end{aligned} (x)y=(xy).(-\mathfrak{x})\mathfrak{y} = -(\mathfrak{x}\mathfrak{y}).
  1. Nach 1) ist
x(y)=(y)x=(yx)=(xy).\mathfrak{x}(-\mathfrak{y}) = (-\mathfrak{y})\mathfrak{x} = -(\mathfrak{y}\mathfrak{x}) = -(\mathfrak{x}\mathfrak{y}).

Satz 225: (x)(y)=xy(-\mathfrak{x})(-\mathfrak{y}) = \mathfrak{x}\mathfrak{y}.

Beweis: Nach Satz 224 ist

(x)(y)=x((y))=xy.(-\mathfrak{x})(-\mathfrak{y}) = \mathfrak{x}(-(-\mathfrak{y})) = \mathfrak{x}\mathfrak{y}.

Satz 226 (assoziatives Gesetz der Multiplikation):

(xy)z=x(yz).(\mathfrak{x}\mathfrak{y})\mathfrak{z} = \mathfrak{x}(\mathfrak{y}\mathfrak{z}).

Beweis: In diesem Beweise werde der Übersichtlichkeit wegen ausnahmsweise zur Abkürzung

(Ξ+H)+Z=Ξ+H+Z,(\Xi + \mathrm{H}) + \mathrm{Z} = \Xi + \mathrm{H} + \mathrm{Z}, (ΞH)Z=ΞHZ(\Xi\mathrm{H})\mathrm{Z} = \Xi\mathrm{H}\mathrm{Z}

gesetzt, so daß auch

Ξ+(H+Z)=Ξ+H+Z,\Xi + (\mathrm{H} + \mathrm{Z}) = \Xi + \mathrm{H} + \mathrm{Z}, Ξ(HZ)=ΞHZ\Xi(\mathrm{H}\mathrm{Z}) = \Xi\mathrm{H}\mathrm{Z}

ist.

Es werde

x=[Ξ1,Ξ2],y=[H1,H2],z=[Z1,Z2]\mathfrak{x} = [\Xi_1, \Xi_2], \quad \mathfrak{y} = [\mathrm{H}_1, \mathrm{H}_2], \quad \mathfrak{z} = [\mathrm{Z}_1, \mathrm{Z}_2]

gesetzt. Dann ist

(xy)z=[Ξ1H1Ξ2H2,Ξ1H2+Ξ2H1][Z1,Z2]=[(Ξ1H1Ξ2H2)Z1(Ξ1H2+Ξ2H1)Z2,(Ξ1H1Ξ2H2)Z2+(Ξ1H2+Ξ2H1)Z1]=[(Ξ1H1Z1Ξ2H2Z1)(Ξ1H2Z2+Ξ2H1Z2),(Ξ1H1Z2Ξ2H2Z2)+(Ξ1H2Z1+Ξ2H1Z1)]=[(Ξ1H1Z1+((Ξ2H2Z1)))+((Ξ1H2Z2+Ξ2H1Z2)),(Ξ1H2Z1+Ξ2H1Z1)+(Ξ1H1Z2+((Ξ2H2Z2)))]=[Ξ1H1Z1(Ξ2H2Z1+Ξ1H2Z2+Ξ2H1Z2),(Ξ1H2Z1+Ξ2H1Z1+Ξ1H1Z2)Ξ2H2Z2].\begin{aligned} (\mathfrak{x}\mathfrak{y})\mathfrak{z} &= [\Xi_1\mathrm{H}_1 - \Xi_2\mathrm{H}_2, \Xi_1\mathrm{H}_2 + \Xi_2\mathrm{H}_1][\mathrm{Z}_1, \mathrm{Z}_2] \\ &= [(\Xi_1\mathrm{H}_1 - \Xi_2\mathrm{H}_2)\mathrm{Z}_1 - (\Xi_1\mathrm{H}_2 + \Xi_2\mathrm{H}_1)\mathrm{Z}_2, (\Xi_1\mathrm{H}_1 - \Xi_2\mathrm{H}_2)\mathrm{Z}_2 + (\Xi_1\mathrm{H}_2 + \Xi_2\mathrm{H}_1)\mathrm{Z}_1] \\ &= [(\Xi_1\mathrm{H}_1\mathrm{Z}_1 - \Xi_2\mathrm{H}_2\mathrm{Z}_1) - (\Xi_1\mathrm{H}_2\mathrm{Z}_2 + \Xi_2\mathrm{H}_1\mathrm{Z}_2), (\Xi_1\mathrm{H}_1\mathrm{Z}_2 - \Xi_2\mathrm{H}_2\mathrm{Z}_2) + (\Xi_1\mathrm{H}_2\mathrm{Z}_1 + \Xi_2\mathrm{H}_1\mathrm{Z}_1)] \\ &= [(\Xi_1\mathrm{H}_1\mathrm{Z}_1 + (-(\Xi_2\mathrm{H}_2\mathrm{Z}_1))) + (-(\Xi_1\mathrm{H}_2\mathrm{Z}_2 + \Xi_2\mathrm{H}_1\mathrm{Z}_2)), (\Xi_1\mathrm{H}_2\mathrm{Z}_1 + \Xi_2\mathrm{H}_1\mathrm{Z}_1) + (\Xi_1\mathrm{H}_1\mathrm{Z}_2 + (-(\Xi_2\mathrm{H}_2\mathrm{Z}_2)))] \\ &= [\Xi_1\mathrm{H}_1\mathrm{Z}_1 - (\Xi_2\mathrm{H}_2\mathrm{Z}_1 + \Xi_1\mathrm{H}_2\mathrm{Z}_2 + \Xi_2\mathrm{H}_1\mathrm{Z}_2), (\Xi_1\mathrm{H}_2\mathrm{Z}_1 + \Xi_2\mathrm{H}_1\mathrm{Z}_1 + \Xi_1\mathrm{H}_1\mathrm{Z}_2) - \Xi_2\mathrm{H}_2\mathrm{Z}_2]. \end{aligned}

Wegen

x(yz)=(yz)x\mathfrak{x}(\mathfrak{y}\mathfrak{z}) = (\mathfrak{y}\mathfrak{z})\mathfrak{x}

entsteht durch Buchstabenvertauschung (H\mathrm{H} statt Ξ\Xi, Z\mathrm{Z} statt H\mathrm{H}, Ξ\Xi statt Z\mathrm{Z})

x(yz)=[H1Z1Ξ1(H2Z2Ξ1+H1Z2Ξ2+H2Z1Ξ2),(H1Z2Ξ1+H2Z1Ξ1+H1Z1Ξ2)H2Z2Ξ2].\mathfrak{x}(\mathfrak{y}\mathfrak{z}) = [\mathrm{H}_1\mathrm{Z}_1\Xi_1 - (\mathrm{H}_2\mathrm{Z}_2\Xi_1 + \mathrm{H}_1\mathrm{Z}_2\Xi_2 + \mathrm{H}_2\mathrm{Z}_1\Xi_2), (\mathrm{H}_1\mathrm{Z}_2\Xi_1 + \mathrm{H}_2\mathrm{Z}_1\Xi_1 + \mathrm{H}_1\mathrm{Z}_1\Xi_2) - \mathrm{H}_2\mathrm{Z}_2\Xi_2].

Wegen

ΞHZ=Ξ(HZ)=(HZ)Ξ=HZΞ,\Xi\mathrm{H}\mathrm{Z} = \Xi(\mathrm{H}\mathrm{Z}) = (\mathrm{H}\mathrm{Z})\Xi = \mathrm{H}\mathrm{Z}\Xi, Ξ+H+Z=Ξ+(H+Z)=(H+Z)+Ξ=H+Z+Ξ\Xi + \mathrm{H} + \mathrm{Z} = \Xi + (\mathrm{H} + \mathrm{Z}) = (\mathrm{H} + \mathrm{Z}) + \Xi = \mathrm{H} + \mathrm{Z} + \Xi

erkennt man an den ausgerechneten Ausdrücken

(xy)z=x(yz).(\mathfrak{x}\mathfrak{y})\mathfrak{z} = \mathfrak{x}(\mathfrak{y}\mathfrak{z}).

Satz 227 (distributives Gesetz):

x(y+z)=xy+xz.\mathfrak{x}(\mathfrak{y} + \mathfrak{z}) = \mathfrak{x}\mathfrak{y} + \mathfrak{x}\mathfrak{z}.

Beweis:

[Ξ1,Ξ2]([H1,H2]+[Z1,Z2])=[Ξ1,Ξ2][H1+Z1,H2+Z2]=[Ξ1(H1+Z1)Ξ2(H2+Z2),Ξ1(H2+Z2)+Ξ2(H1+Z1)]=[(Ξ1H1+Ξ1Z1)+((Ξ2H2)+((Ξ2Z2))),(Ξ1H2+Ξ1Z2)+(Ξ2H1+Ξ2Z1)]=[(Ξ1H1Ξ2H2)+(Ξ1Z1Ξ2Z2),(Ξ1H2+Ξ2H1)+(Ξ1Z2+Ξ2Z1)]=[Ξ1H1Ξ2H2,Ξ1H2+Ξ2H1]+[Ξ1Z1Ξ2Z2,Ξ1Z2+Ξ2Z1]=[Ξ1,Ξ2][H1,H2]+[Ξ1,Ξ2][Z1,Z2].\begin{aligned} [\Xi_1, \Xi_2]([\mathrm{H}_1, \mathrm{H}_2] + [\mathrm{Z}_1, \mathrm{Z}_2]) &= [\Xi_1, \Xi_2][\mathrm{H}_1 + \mathrm{Z}_1, \mathrm{H}_2 + \mathrm{Z}_2] \\ &= [\Xi_1(\mathrm{H}_1 + \mathrm{Z}_1) - \Xi_2(\mathrm{H}_2 + \mathrm{Z}_2), \Xi_1(\mathrm{H}_2 + \mathrm{Z}_2) + \Xi_2(\mathrm{H}_1 + \mathrm{Z}_1)] \\ &= [(\Xi_1\mathrm{H}_1 + \Xi_1\mathrm{Z}_1) + (-(\Xi_2\mathrm{H}_2) + (-(\Xi_2\mathrm{Z}_2))), (\Xi_1\mathrm{H}_2 + \Xi_1\mathrm{Z}_2) + (\Xi_2\mathrm{H}_1 + \Xi_2\mathrm{Z}_1)] \\ &= [(\Xi_1\mathrm{H}_1 - \Xi_2\mathrm{H}_2) + (\Xi_1\mathrm{Z}_1 - \Xi_2\mathrm{Z}_2), (\Xi_1\mathrm{H}_2 + \Xi_2\mathrm{H}_1) + (\Xi_1\mathrm{Z}_2 + \Xi_2\mathrm{Z}_1)] \\ &= [\Xi_1\mathrm{H}_1 - \Xi_2\mathrm{H}_2, \Xi_1\mathrm{H}_2 + \Xi_2\mathrm{H}_1] + [\Xi_1\mathrm{Z}_1 - \Xi_2\mathrm{Z}_2, \Xi_1\mathrm{Z}_2 + \Xi_2\mathrm{Z}_1] \\ &= [\Xi_1, \Xi_2][\mathrm{H}_1, \mathrm{H}_2] + [\Xi_1, \Xi_2][\mathrm{Z}_1, \mathrm{Z}_2]. \end{aligned}

Satz 228: x(yz)=xyxz\mathfrak{x}(\mathfrak{y} - \mathfrak{z}) = \mathfrak{x}\mathfrak{y} - \mathfrak{x}\mathfrak{z}.

Beweis:

x(yz)=x(y+(z))=xy+x(z)=xy+((xz))=xyxz.\mathfrak{x}(\mathfrak{y} - \mathfrak{z}) = \mathfrak{x}(\mathfrak{y} + (-\mathfrak{z})) = \mathfrak{x}\mathfrak{y} + \mathfrak{x}(-\mathfrak{z}) = \mathfrak{x}\mathfrak{y} + (-(\mathfrak{x}\mathfrak{z})) = \mathfrak{x}\mathfrak{y} - \mathfrak{x}\mathfrak{z}.

Satz 229: Die Gleichung

yu=x,\mathfrak{y}\mathfrak{u} = \mathfrak{x},

wo x,y\mathfrak{x}, \mathfrak{y} gegeben sind und

yn\mathfrak{y} \neq \mathfrak{n}

ist, hat genau eine Lösung u\mathfrak{u}.

Beweis: 1) Es gibt höchstens eine Lösung; denn aus

yu1=x=yu2\mathfrak{y}\mathfrak{u}_1 = \mathfrak{x} = \mathfrak{y}\mathfrak{u}_2

folgt

n=yu1yu2=y(u1u2),\mathfrak{n} = \mathfrak{y}\mathfrak{u}_1 - \mathfrak{y}\mathfrak{u}_2 = \mathfrak{y}(\mathfrak{u}_1 - \mathfrak{u}_2),

also nach Satz 221

n=u1u2,\mathfrak{n} = \mathfrak{u}_1 - \mathfrak{u}_2, u1=u2.\mathfrak{u}_1 = \mathfrak{u}_2.
  1. Ist
y=[H1,H2],\mathfrak{y} = [\mathrm{H}_1, \mathrm{H}_2],

so ist

H=H1H1+H2H2>0,\mathrm{H} = \mathrm{H}_1\mathrm{H}_1 + \mathrm{H}_2\mathrm{H}_2 > 0,

und

u=[H1H,H2H]x\mathfrak{u} = \left[\frac{\mathrm{H}_1}{\mathrm{H}}, -\frac{\mathrm{H}_2}{\mathrm{H}}\right]\mathfrak{x}

ist eine Lösung wegen

yu=([H1,H2][H1H,H2H])x=[H1H1+H2H2H,(H1H2)+H2H1H]x=[1,0]x=ex=x.\mathfrak{y}\mathfrak{u} = \left([\mathrm{H}_1, \mathrm{H}_2]\left[\frac{\mathrm{H}_1}{\mathrm{H}}, -\frac{\mathrm{H}_2}{\mathrm{H}}\right]\right)\mathfrak{x} = \left[\frac{\mathrm{H}_1\mathrm{H}_1 + \mathrm{H}_2\mathrm{H}_2}{\mathrm{H}}, \frac{-(\mathrm{H}_1\mathrm{H}_2) + \mathrm{H}_2\mathrm{H}_1}{\mathrm{H}}\right]\mathfrak{x} = [1, 0]\mathfrak{x} = \mathfrak{e}\mathfrak{x} = \mathfrak{x}.

Definition 64: Das u\mathfrak{u} des Satzes 229 heißt xy\frac{\mathfrak{x}}{\mathfrak{y}} (sprich: x\mathfrak{x} durch y\mathfrak{y}). xy\frac{\mathfrak{x}}{\mathfrak{y}} heißt auch der Quotient von x\mathfrak{x} durch y\mathfrak{y} oder die durch Division von x\mathfrak{x} durch y\mathfrak{y} entstehende Zahl.

§ 4. Subtraktion

Satz 230:

(xy)+y=x.(\mathfrak{x} - \mathfrak{y}) + \mathfrak{y} = \mathfrak{x}.

Beweis:

(xy)+y=y+(xy)=x.(\mathfrak{x} - \mathfrak{y}) + \mathfrak{y} = \mathfrak{y} + (\mathfrak{x} - \mathfrak{y}) = \mathfrak{x}.

Satz 231:

(x+y)y=x.(\mathfrak{x} + \mathfrak{y}) - \mathfrak{y} = \mathfrak{x}.

Beweis:

y+x=x+y.\mathfrak{y} + \mathfrak{x} = \mathfrak{x} + \mathfrak{y}.

Satz 232:

x(xy)=y.\mathfrak{x} - (\mathfrak{x} - \mathfrak{y}) = \mathfrak{y}.

Beweis:

(xy)+y=x.(\mathfrak{x} - \mathfrak{y}) + \mathfrak{y} = \mathfrak{x}.

Satz 233: (xy)z=x(y+z)(\mathfrak{x} - \mathfrak{y}) - \mathfrak{z} = \mathfrak{x} - (\mathfrak{y} + \mathfrak{z}).

Beweis:

(y+z)+((xy)z)=((xy)z)+(z+y)=(((xy)z)+z)+y=(xy)+y=x.\begin{aligned} (\mathfrak{y} + \mathfrak{z}) + ((\mathfrak{x} - \mathfrak{y}) - \mathfrak{z}) &= ((\mathfrak{x} - \mathfrak{y}) - \mathfrak{z}) + (\mathfrak{z} + \mathfrak{y}) \\ &= (((\mathfrak{x} - \mathfrak{y}) - \mathfrak{z}) + \mathfrak{z}) + \mathfrak{y} = (\mathfrak{x} - \mathfrak{y}) + \mathfrak{y} = \mathfrak{x}. \end{aligned}

Satz 234: (x+y)z=x+(yz)(\mathfrak{x} + \mathfrak{y}) - \mathfrak{z} = \mathfrak{x} + (\mathfrak{y} - \mathfrak{z}).

Beweis:

(x+(yz))+z=x+((yz)+z)=x+y.(\mathfrak{x} + (\mathfrak{y} - \mathfrak{z})) + \mathfrak{z} = \mathfrak{x} + ((\mathfrak{y} - \mathfrak{z}) + \mathfrak{z}) = \mathfrak{x} + \mathfrak{y}.

Satz 235: (xy)+z=x(yz)(\mathfrak{x} - \mathfrak{y}) + \mathfrak{z} = \mathfrak{x} - (\mathfrak{y} - \mathfrak{z}).

Beweis:

((xy)+z)+(yz)=(xy)+(z+(yz))=(xy)+y=x.((\mathfrak{x} - \mathfrak{y}) + \mathfrak{z}) + (\mathfrak{y} - \mathfrak{z}) = (\mathfrak{x} - \mathfrak{y}) + (\mathfrak{z} + (\mathfrak{y} - \mathfrak{z})) = (\mathfrak{x} - \mathfrak{y}) + \mathfrak{y} = \mathfrak{x}.

Satz 236: (x+z)(y+z)=xy(\mathfrak{x} + \mathfrak{z}) - (\mathfrak{y} + \mathfrak{z}) = \mathfrak{x} - \mathfrak{y}.

Beweis:

(xy)+(y+z)=((xy)+y)+z=x+z.(\mathfrak{x} - \mathfrak{y}) + (\mathfrak{y} + \mathfrak{z}) = ((\mathfrak{x} - \mathfrak{y}) + \mathfrak{y}) + \mathfrak{z} = \mathfrak{x} + \mathfrak{z}.

Satz 237: (xy)+(zu)=(x+z)(y+u)(\mathfrak{x} - \mathfrak{y}) + (\mathfrak{z} - \mathfrak{u}) = (\mathfrak{x} + \mathfrak{z}) - (\mathfrak{y} + \mathfrak{u}).

Beweis:

((xy)+(zu))+(y+u)=(xy)+((zu)+(u+y))=(xy)+(((zu)+u)+y)=(xy)+(z+y)=(xy)+(y+z)=((xy)+y)+z=x+z.\begin{aligned} ((\mathfrak{x} - \mathfrak{y}) + (\mathfrak{z} - \mathfrak{u})) + (\mathfrak{y} + \mathfrak{u}) &= (\mathfrak{x} - \mathfrak{y}) + ((\mathfrak{z} - \mathfrak{u}) + (\mathfrak{u} + \mathfrak{y})) \\ &= (\mathfrak{x} - \mathfrak{y}) + (((\mathfrak{z} - \mathfrak{u}) + \mathfrak{u}) + \mathfrak{y}) = (\mathfrak{x} - \mathfrak{y}) + (\mathfrak{z} + \mathfrak{y}) = (\mathfrak{x} - \mathfrak{y}) + (\mathfrak{y} + \mathfrak{z}) \\ &= ((\mathfrak{x} - \mathfrak{y}) + \mathfrak{y}) + \mathfrak{z} = \mathfrak{x} + \mathfrak{z}. \end{aligned}

Satz 238: (xy)(zu)=(x+u)(y+z)(\mathfrak{x} - \mathfrak{y}) - (\mathfrak{z} - \mathfrak{u}) = (\mathfrak{x} + \mathfrak{u}) - (\mathfrak{y} + \mathfrak{z}).

Beweis: Nach Satz 237 und Satz 236 ist

((x+u)(y+z))+(zu)=((x+u)+z)((y+z)+u)=(x+(u+z))(y+(z+u))=xy.\begin{aligned} ((\mathfrak{x} + \mathfrak{u}) - (\mathfrak{y} + \mathfrak{z})) + (\mathfrak{z} - \mathfrak{u}) &= ((\mathfrak{x} + \mathfrak{u}) + \mathfrak{z}) - ((\mathfrak{y} + \mathfrak{z}) + \mathfrak{u}) \\ &= (\mathfrak{x} + (\mathfrak{u} + \mathfrak{z})) - (\mathfrak{y} + (\mathfrak{z} + \mathfrak{u})) = \mathfrak{x} - \mathfrak{y}. \end{aligned}

Satz 239: Es ist

xy=zu\mathfrak{x} - \mathfrak{y} = \mathfrak{z} - \mathfrak{u}

dann und nur dann, wenn

x+u=y+z.\mathfrak{x} + \mathfrak{u} = \mathfrak{y} + \mathfrak{z}.

Beweis: Satz 213 und Satz 238.

§ 5. Division

Satz 240: Ist

yn,\mathfrak{y} \neq \mathfrak{n},

so ist

xyy=x.\frac{\mathfrak{x}}{\mathfrak{y}}\,\mathfrak{y} = \mathfrak{x}.

Beweis:

xyy=yxy=x.\frac{\mathfrak{x}}{\mathfrak{y}}\,\mathfrak{y} = \mathfrak{y}\,\frac{\mathfrak{x}}{\mathfrak{y}} = \mathfrak{x}.

Satz 241: Ist

yn,\mathfrak{y} \neq \mathfrak{n},

so ist

xyy=x.\frac{\mathfrak{x}\mathfrak{y}}{\mathfrak{y}} = \mathfrak{x}.

Beweis:

yx=xy.\mathfrak{y}\mathfrak{x} = \mathfrak{x}\mathfrak{y}.

Satz 242: Ist

xn,yn,\mathfrak{x} \neq \mathfrak{n}, \quad \mathfrak{y} \neq \mathfrak{n},

so ist

xxy=y.\frac{\mathfrak{x}}{\frac{\mathfrak{x}}{\mathfrak{y}}} = \mathfrak{y}.

Beweis:

xyy=x.\frac{\mathfrak{x}}{\mathfrak{y}}\,\mathfrak{y} = \mathfrak{x}.

Satz 243: Ist

yn,zn,\mathfrak{y} \neq \mathfrak{n}, \quad \mathfrak{z} \neq \mathfrak{n},

so ist

xyz=xyz.\frac{\frac{\mathfrak{x}}{\mathfrak{y}}}{\mathfrak{z}} = \frac{\mathfrak{x}}{\mathfrak{y}\mathfrak{z}}.

Beweis:

(yz)xyz=xyz(zy)=(xyzz)y=xyy=x.(\mathfrak{y}\mathfrak{z})\frac{\frac{\mathfrak{x}}{\mathfrak{y}}}{\mathfrak{z}} = \frac{\frac{\mathfrak{x}}{\mathfrak{y}}}{\mathfrak{z}}(\mathfrak{z}\mathfrak{y}) = \left(\frac{\frac{\mathfrak{x}}{\mathfrak{y}}}{\mathfrak{z}}\,\mathfrak{z}\right)\mathfrak{y} = \frac{\mathfrak{x}}{\mathfrak{y}}\,\mathfrak{y} = \mathfrak{x}.

Satz 244: Ist

zn,\mathfrak{z} \neq \mathfrak{n},

so ist

xyz=xyz.\frac{\mathfrak{x}\mathfrak{y}}{\mathfrak{z}} = \mathfrak{x}\,\frac{\mathfrak{y}}{\mathfrak{z}}.

Beweis:

(xyz)z=x(yzz)=xy.\left(\mathfrak{x}\,\frac{\mathfrak{y}}{\mathfrak{z}}\right)\mathfrak{z} = \mathfrak{x}\left(\frac{\mathfrak{y}}{\mathfrak{z}}\,\mathfrak{z}\right) = \mathfrak{x}\mathfrak{y}.

Satz 245: Ist

yn,zn,\mathfrak{y} \neq \mathfrak{n}, \quad \mathfrak{z} \neq \mathfrak{n},

so ist

xyz=xyz.\frac{\mathfrak{x}}{\mathfrak{y}}\,\mathfrak{z} = \frac{\mathfrak{x}}{\frac{\mathfrak{y}}{\mathfrak{z}}}.

Beweis:

(xyz)yz=xy(zyz)=xyy=x.\left(\frac{\mathfrak{x}}{\mathfrak{y}}\,\mathfrak{z}\right)\frac{\mathfrak{y}}{\mathfrak{z}} = \frac{\mathfrak{x}}{\mathfrak{y}}\left(\mathfrak{z}\,\frac{\mathfrak{y}}{\mathfrak{z}}\right) = \frac{\mathfrak{x}}{\mathfrak{y}}\,\mathfrak{y} = \mathfrak{x}.

Satz 246: Ist

yn,zn,\mathfrak{y} \neq \mathfrak{n}, \quad \mathfrak{z} \neq \mathfrak{n},

so ist

xzyz=xy.\frac{\mathfrak{x}\mathfrak{z}}{\mathfrak{y}\mathfrak{z}} = \frac{\mathfrak{x}}{\mathfrak{y}}.

Beweis:

xy(yz)=(xyy)z=xz.\frac{\mathfrak{x}}{\mathfrak{y}}(\mathfrak{y}\mathfrak{z}) = \left(\frac{\mathfrak{x}}{\mathfrak{y}}\,\mathfrak{y}\right)\mathfrak{z} = \mathfrak{x}\mathfrak{z}.

Satz 247: Ist

yn,un,\mathfrak{y} \neq \mathfrak{n}, \quad \mathfrak{u} \neq \mathfrak{n},

so ist

xyzu=xzyu.\frac{\mathfrak{x}}{\mathfrak{y}} \cdot \frac{\mathfrak{z}}{\mathfrak{u}} = \frac{\mathfrak{x}\mathfrak{z}}{\mathfrak{y}\mathfrak{u}}.

Beweis:

(xyzu)(yu)=xy(zu(uy))=xy((zuu)y)=xy(zy)=xy(yz)=(xyy)z=xz.\begin{aligned} \left(\frac{\mathfrak{x}}{\mathfrak{y}} \cdot \frac{\mathfrak{z}}{\mathfrak{u}}\right)(\mathfrak{y}\mathfrak{u}) &= \frac{\mathfrak{x}}{\mathfrak{y}}\left(\frac{\mathfrak{z}}{\mathfrak{u}}(\mathfrak{u}\mathfrak{y})\right) = \frac{\mathfrak{x}}{\mathfrak{y}}\left(\left(\frac{\mathfrak{z}}{\mathfrak{u}}\,\mathfrak{u}\right)\mathfrak{y}\right) \\ &= \frac{\mathfrak{x}}{\mathfrak{y}}(\mathfrak{z}\mathfrak{y}) = \frac{\mathfrak{x}}{\mathfrak{y}}(\mathfrak{y}\mathfrak{z}) = \left(\frac{\mathfrak{x}}{\mathfrak{y}}\,\mathfrak{y}\right)\mathfrak{z} = \mathfrak{x}\mathfrak{z}. \end{aligned}

Satz 248: Ist

yn,zn,un,\mathfrak{y} \neq \mathfrak{n}, \quad \mathfrak{z} \neq \mathfrak{n}, \quad \mathfrak{u} \neq \mathfrak{n},

so ist

xyzu=xuyz.\frac{\frac{\mathfrak{x}}{\mathfrak{y}}}{\frac{\mathfrak{z}}{\mathfrak{u}}} = \frac{\mathfrak{x}\mathfrak{u}}{\mathfrak{y}\mathfrak{z}}.

Beweis: Nach Satz 247 und Satz 246 ist

xuyzzu=(xu)z(yz)u=x(uz)y(zu)=xy.\frac{\mathfrak{x}\mathfrak{u}}{\mathfrak{y}\mathfrak{z}} \cdot \frac{\mathfrak{z}}{\mathfrak{u}} = \frac{(\mathfrak{x}\mathfrak{u})\mathfrak{z}}{(\mathfrak{y}\mathfrak{z})\mathfrak{u}} = \frac{\mathfrak{x}(\mathfrak{u}\mathfrak{z})}{\mathfrak{y}(\mathfrak{z}\mathfrak{u})} = \frac{\mathfrak{x}}{\mathfrak{y}}.

Satz 249: Ist

xn,\mathfrak{x} \neq \mathfrak{n},

so ist

nx=n.\frac{\mathfrak{n}}{\mathfrak{x}} = \mathfrak{n}.

Beweis:

xn=n.\mathfrak{x}\mathfrak{n} = \mathfrak{n}.

Satz 250: Ist

xn,\mathfrak{x} \neq \mathfrak{n},

so ist

xx=e.\frac{\mathfrak{x}}{\mathfrak{x}} = \mathfrak{e}.

Beweis:

xe=x.\mathfrak{x}\mathfrak{e} = \mathfrak{x}.

Satz 251: Ist

yn,\mathfrak{y} \neq \mathfrak{n},

so ist

xy=e\frac{\mathfrak{x}}{\mathfrak{y}} = \mathfrak{e}

dann und nur dann, wenn

x=y.\mathfrak{x} = \mathfrak{y}.

Beweis: 1) Ist

x=y,\mathfrak{x} = \mathfrak{y},

so ist nach Satz 250

xy=yy=e.\frac{\mathfrak{x}}{\mathfrak{y}} = \frac{\mathfrak{y}}{\mathfrak{y}} = \mathfrak{e}.
  1. Ist
xy=e,\frac{\mathfrak{x}}{\mathfrak{y}} = \mathfrak{e},

so ist nach Satz 222

x=ye=y.\mathfrak{x} = \mathfrak{y}\mathfrak{e} = \mathfrak{y}.

Satz 252: Ist

yn,un,\mathfrak{y} \neq \mathfrak{n}, \quad \mathfrak{u} \neq \mathfrak{n},

so ist

xy=zu\frac{\mathfrak{x}}{\mathfrak{y}} = \frac{\mathfrak{z}}{\mathfrak{u}}

dann und nur dann, wenn

xu=yz.\mathfrak{x}\mathfrak{u} = \mathfrak{y}\mathfrak{z}.

Beweis: Für

z=n\mathfrak{z} = \mathfrak{n}

ist die Behauptung klar.

Sonst ist nach Satz 248

xyzu=xuyz,\frac{\frac{\mathfrak{x}}{\mathfrak{y}}}{\frac{\mathfrak{z}}{\mathfrak{u}}} = \frac{\mathfrak{x}\mathfrak{u}}{\mathfrak{y}\mathfrak{z}},

so daß Satz 251 die Behauptung liefert.

Satz 253: Ist

yn,\mathfrak{y} \neq \mathfrak{n},

so ist

xy+zy=x+zy.\frac{\mathfrak{x}}{\mathfrak{y}} + \frac{\mathfrak{z}}{\mathfrak{y}} = \frac{\mathfrak{x} + \mathfrak{z}}{\mathfrak{y}}.

Beweis:

y(xy+zy)=yxy+yzy=x+z.\mathfrak{y}\left(\frac{\mathfrak{x}}{\mathfrak{y}} + \frac{\mathfrak{z}}{\mathfrak{y}}\right) = \mathfrak{y} \cdot \frac{\mathfrak{x}}{\mathfrak{y}} + \mathfrak{y} \cdot \frac{\mathfrak{z}}{\mathfrak{y}} = \mathfrak{x} + \mathfrak{z}.

Satz 254: Ist

yn,un,\mathfrak{y} \neq \mathfrak{n}, \quad \mathfrak{u} \neq \mathfrak{n},

so ist

xy+zu=xu+yzyu.\frac{\mathfrak{x}}{\mathfrak{y}} + \frac{\mathfrak{z}}{\mathfrak{u}} = \frac{\mathfrak{x}\mathfrak{u} + \mathfrak{y}\mathfrak{z}}{\mathfrak{y}\mathfrak{u}}.

Beweis: Nach Satz 246 und Satz 253 ist

xy+zu=xuyu+yzyu=xu+yzyu.\frac{\mathfrak{x}}{\mathfrak{y}} + \frac{\mathfrak{z}}{\mathfrak{u}} = \frac{\mathfrak{x}\mathfrak{u}}{\mathfrak{y}\mathfrak{u}} + \frac{\mathfrak{y}\mathfrak{z}}{\mathfrak{y}\mathfrak{u}} = \frac{\mathfrak{x}\mathfrak{u} + \mathfrak{y}\mathfrak{z}}{\mathfrak{y}\mathfrak{u}}.

Satz 255: Ist

yn,\mathfrak{y} \neq \mathfrak{n},

so ist

xyzy=xzy.\frac{\mathfrak{x}}{\mathfrak{y}} - \frac{\mathfrak{z}}{\mathfrak{y}} = \frac{\mathfrak{x} - \mathfrak{z}}{\mathfrak{y}}.

Beweis:

y(xyzy)=yxyyzy=xz.\mathfrak{y}\left(\frac{\mathfrak{x}}{\mathfrak{y}} - \frac{\mathfrak{z}}{\mathfrak{y}}\right) = \mathfrak{y} \cdot \frac{\mathfrak{x}}{\mathfrak{y}} - \mathfrak{y} \cdot \frac{\mathfrak{z}}{\mathfrak{y}} = \mathfrak{x} - \mathfrak{z}.

Satz 256: Ist

yn,un,\mathfrak{y} \neq \mathfrak{n}, \quad \mathfrak{u} \neq \mathfrak{n},

so ist

xyzu=xuyzyu.\frac{\mathfrak{x}}{\mathfrak{y}} - \frac{\mathfrak{z}}{\mathfrak{u}} = \frac{\mathfrak{x}\mathfrak{u} - \mathfrak{y}\mathfrak{z}}{\mathfrak{y}\mathfrak{u}}.

Beweis: Nach Satz 246 und Satz 255 ist

xyzu=xuyuyzyu=xuyzyu.\frac{\mathfrak{x}}{\mathfrak{y}} - \frac{\mathfrak{z}}{\mathfrak{u}} = \frac{\mathfrak{x}\mathfrak{u}}{\mathfrak{y}\mathfrak{u}} - \frac{\mathfrak{y}\mathfrak{z}}{\mathfrak{y}\mathfrak{u}} = \frac{\mathfrak{x}\mathfrak{u} - \mathfrak{y}\mathfrak{z}}{\mathfrak{y}\mathfrak{u}}.

§ 6. Konjugierte Zahlen

Definition 65: Zu

x=[Ξ1,Ξ2]\mathfrak{x} = [\Xi_1, \Xi_2]

heißt

x=[Ξ1,Ξ2]\overline{\mathfrak{x}} = [\Xi_1, -\Xi_2]

konjugiert komplex.

Satz 257: x=x\overline{\overline{\mathfrak{x}}} = \mathfrak{x}.

Beweis: [Ξ1,(Ξ2)]=[Ξ1,Ξ2][\Xi_1, -(-\Xi_2)] = [\Xi_1, \Xi_2].

Satz 258: Es ist

x=n\overline{\mathfrak{x}} = \mathfrak{n}

dann und nur dann, wenn

x=n.\mathfrak{x} = \mathfrak{n}.

Beweis:

Ξ1=0,Ξ2=0\Xi_1 = 0, \quad -\Xi_2 = 0

ist dasselbe wie

Ξ1=0,Ξ2=0.\Xi_1 = 0, \quad \Xi_2 = 0.

Satz 259: Es ist

x=x\overline{\mathfrak{x}} = \mathfrak{x}

dann und nur dann, wenn x\mathfrak{x} die Form

x=[Ξ,0]\mathfrak{x} = [\Xi, 0]

hat.

Beweis: Es ist

Ξ1=Ξ1,Ξ2=Ξ2\Xi_1 = \Xi_1, \quad -\Xi_2 = \Xi_2

dann und nur dann, wenn

Ξ2=0.\Xi_2 = 0.

Satz 260: x+y=x+y\overline{\mathfrak{x} + \mathfrak{y}} = \overline{\mathfrak{x}} + \overline{\mathfrak{y}}.

Beweis: Für

x=[Ξ1,Ξ2],y=[H1,H2]\mathfrak{x} = [\Xi_1, \Xi_2], \quad \mathfrak{y} = [\mathrm{H}_1, \mathrm{H}_2]

ist

x+y=[Ξ1+H1,(Ξ2+H2)]=[Ξ1+H1,Ξ2+(H2)]=[Ξ1,Ξ2]+[H1,H2]=x+y.\begin{aligned} \overline{\mathfrak{x} + \mathfrak{y}} &= [\Xi_1 + \mathrm{H}_1, -(\Xi_2 + \mathrm{H}_2)] = [\Xi_1 + \mathrm{H}_1, -\Xi_2 + (-\mathrm{H}_2)] \\ &= [\Xi_1, -\Xi_2] + [\mathrm{H}_1, -\mathrm{H}_2] = \overline{\mathfrak{x}} + \overline{\mathfrak{y}}. \end{aligned}

Satz 261: xy=xy\overline{\mathfrak{x}\mathfrak{y}} = \overline{\mathfrak{x}}\,\overline{\mathfrak{y}}.

Beweis: Für

x=[Ξ1,Ξ2],y=[H1,H2]\mathfrak{x} = [\Xi_1, \Xi_2], \quad \mathfrak{y} = [\mathrm{H}_1, \mathrm{H}_2]

ist

xy=[Ξ1H1Ξ2H2,(Ξ1H2+Ξ2H1)]=[Ξ1H1(Ξ2)(H2),Ξ1(H2)+(Ξ2)H1]=[Ξ1,Ξ2][H1,H2]=xy.\begin{aligned} \overline{\mathfrak{x}\mathfrak{y}} &= [\Xi_1\mathrm{H}_1 - \Xi_2\mathrm{H}_2, -(\Xi_1\mathrm{H}_2 + \Xi_2\mathrm{H}_1)] \\ &= [\Xi_1\mathrm{H}_1 - (-\Xi_2)(-\mathrm{H}_2), \Xi_1(-\mathrm{H}_2) + (-\Xi_2)\mathrm{H}_1] \\ &= [\Xi_1, -\Xi_2][\mathrm{H}_1, -\mathrm{H}_2] = \overline{\mathfrak{x}}\,\overline{\mathfrak{y}}. \end{aligned}

Satz 262: xy=xy\overline{\mathfrak{x} - \mathfrak{y}} = \overline{\mathfrak{x}} - \overline{\mathfrak{y}}.

Beweis: Wegen

x=(xy)+y\mathfrak{x} = (\mathfrak{x} - \mathfrak{y}) + \mathfrak{y}

ist nach Satz 260

x=xy+y,\overline{\mathfrak{x}} = \overline{\mathfrak{x} - \mathfrak{y}} + \overline{\mathfrak{y}}, xy=xy.\overline{\mathfrak{x} - \mathfrak{y}} = \overline{\mathfrak{x}} - \overline{\mathfrak{y}}.

Satz 263: Für

yn\mathfrak{y} \neq \mathfrak{n}

ist

(xy)=xy.\overline{\left(\frac{\mathfrak{x}}{\mathfrak{y}}\right)} = \frac{\overline{\mathfrak{x}}}{\overline{\mathfrak{y}}}.

Beweis: Wegen

x=xyy\mathfrak{x} = \frac{\mathfrak{x}}{\mathfrak{y}}\,\mathfrak{y}

ist nach Satz 261

x=(xy)y;\overline{\mathfrak{x}} = \overline{\left(\frac{\mathfrak{x}}{\mathfrak{y}}\right)}\,\overline{\mathfrak{y}};

nach Satz 258 ist

yn,\overline{\mathfrak{y}} \neq \mathfrak{n},

also

(xy)=xy.\overline{\left(\frac{\mathfrak{x}}{\mathfrak{y}}\right)} = \frac{\overline{\mathfrak{x}}}{\overline{\mathfrak{y}}}.

§ 7. Absoluter Betrag

Definition 66: Es bedeute ζ\sqrt{\zeta} die nach Satz 161 eindeutig vorhandene (positive) Lösung ξ\xi von

ξξ=ζ.\xi\xi = \zeta.

Definition 67: 0=0\sqrt{0} = 0.

Definition 68:

[Ξ1,Ξ2]=Ξ1Ξ1+Ξ2Ξ2.|[\Xi_1, \Xi_2]| = \sqrt{\Xi_1\Xi_1 + \Xi_2\Xi_2}.

( |\ | sprich: absoluter Betrag.)

Satz 264:

x{>0fu¨xn,=0fu¨x=n.|\mathfrak{x}| \begin{cases} > 0 & \text{für } \mathfrak{x} \neq \mathfrak{n}, \\ = 0 & \text{für } \mathfrak{x} = \mathfrak{n}. \end{cases}

Beweis: Definitionen 68, 66 und 67.

Satz 265:

[Ξ1,Ξ2]Ξ1,|[\Xi_1, \Xi_2]| \geqq |\Xi_1|, [Ξ1,Ξ2]Ξ2.|[\Xi_1, \Xi_2]| \geqq |\Xi_2|.

Beweis:

[Ξ1,Ξ2][Ξ1,Ξ2]=Ξ1Ξ1+Ξ2Ξ2{Ξ1Ξ1=Ξ1Ξ1,Ξ2Ξ2=Ξ2Ξ2.|[\Xi_1, \Xi_2]|\,|[\Xi_1, \Xi_2]| = \Xi_1\Xi_1 + \Xi_2\Xi_2 \begin{cases} \geqq \Xi_1\Xi_1 = |\Xi_1||\Xi_1|, \\ \geqq \Xi_2\Xi_2 = |\Xi_2||\Xi_2|. \end{cases}

Aus

ΞΞHH,Ξ0,H0\Xi\Xi \geqq \mathrm{H}\mathrm{H}, \quad \Xi \geqq 0, \quad \mathrm{H} \geqq 0

folgt

ΞH,\Xi \geqq \mathrm{H},

da sonst

0Ξ<H,0 \leqq \Xi < \mathrm{H}, ΞΞ<HH\Xi\Xi < \mathrm{H}\mathrm{H}

wäre. Damit ist Satz 265 bewiesen.

Satz 266: Aus

[Ξ,0][Ξ,0]=[H,0][H,0],Ξ0,H0[\Xi, 0][\Xi, 0] = [\mathrm{H}, 0][\mathrm{H}, 0], \quad \Xi \geqq 0, \quad \mathrm{H} \geqq 0

folgt

Ξ=H.\Xi = \mathrm{H}.

Beweis: Wegen

[Z,0][Z,0]=[ZZ00,Z0+0Z]=[ZZ,0][\mathrm{Z}, 0][\mathrm{Z}, 0] = [\mathrm{Z}\mathrm{Z} - 0 \cdot 0, \mathrm{Z} \cdot 0 + 0 \cdot \mathrm{Z}] = [\mathrm{Z}\mathrm{Z}, 0]

ist nach Voraussetzung

[ΞΞ,0]=[HH,0],[\Xi\Xi, 0] = [\mathrm{H}\mathrm{H}, 0], ΞΞ=HH.\Xi\Xi = \mathrm{H}\mathrm{H}.

Ist

Ξ>0,\Xi > 0,

so folgt

HH=ΞΞ>0,\mathrm{H}\mathrm{H} = \Xi\Xi > 0,

also nach Satz 161

H>0,\mathrm{H} > 0, Ξ=H.\Xi = \mathrm{H}.

Ist

Ξ=0,\Xi = 0,

so folgt

HH=ΞΞ=0,\mathrm{H}\mathrm{H} = \Xi\Xi = 0, H=0=Ξ.\mathrm{H} = 0 = \Xi.

Satz 267: [x,0][x,0]=xx[|\mathfrak{x}|, 0][|\mathfrak{x}|, 0] = \mathfrak{x}\overline{\mathfrak{x}}.

Beweis: Wird

x=[Ξ1,Ξ2]\mathfrak{x} = [\Xi_1, \Xi_2]

gesetzt, so ist

[x,0][x,0]=[xx,0]=[Ξ1Ξ1+Ξ2Ξ2,0]=[Ξ1Ξ1Ξ2(Ξ2),Ξ1(Ξ2)+Ξ2Ξ1]=[Ξ1,Ξ2][Ξ1,Ξ2]=xx.\begin{aligned} [|\mathfrak{x}|, 0][|\mathfrak{x}|, 0] &= [|\mathfrak{x}||\mathfrak{x}|, 0] = [\Xi_1\Xi_1 + \Xi_2\Xi_2, 0] \\ &= [\Xi_1\Xi_1 - \Xi_2(-\Xi_2), \Xi_1(-\Xi_2) + \Xi_2\Xi_1] = [\Xi_1, \Xi_2][\Xi_1, -\Xi_2] = \mathfrak{x}\overline{\mathfrak{x}}. \end{aligned}

Satz 268: xy=xy|\mathfrak{x}\mathfrak{y}| = |\mathfrak{x}||\mathfrak{y}|.

Beweis: Nach Satz 267 und Satz 261 ist

[xy,0][xy,0]=(xy)xy=(xy)(xy)=(xx)(yy)=([x,0][x,0])([y,0][y,0])=([x,0][y,0])([x,0][y,0])=[xy00,x0+0y][xy00,x0+0y]=[xy,0][xy,0],\begin{aligned} [|\mathfrak{x}\mathfrak{y}|, 0][|\mathfrak{x}\mathfrak{y}|, 0] &= (\mathfrak{x}\mathfrak{y})\overline{\mathfrak{x}\mathfrak{y}} = (\mathfrak{x}\mathfrak{y})(\overline{\mathfrak{x}}\,\overline{\mathfrak{y}}) = (\mathfrak{x}\overline{\mathfrak{x}})(\mathfrak{y}\overline{\mathfrak{y}}) \\ &= ([|\mathfrak{x}|, 0][|\mathfrak{x}|, 0])([|\mathfrak{y}|, 0][|\mathfrak{y}|, 0]) \\ &= ([|\mathfrak{x}|, 0][|\mathfrak{y}|, 0])([|\mathfrak{x}|, 0][|\mathfrak{y}|, 0]) \\ &= [|\mathfrak{x}||\mathfrak{y}| - 0 \cdot 0, |\mathfrak{x}| \cdot 0 + 0 \cdot |\mathfrak{y}|][|\mathfrak{x}||\mathfrak{y}| - 0 \cdot 0, |\mathfrak{x}| \cdot 0 + 0 \cdot |\mathfrak{y}|] \\ &= [|\mathfrak{x}||\mathfrak{y}|, 0][|\mathfrak{x}||\mathfrak{y}|, 0], \end{aligned}

nach Satz 266 also

xy=xy.|\mathfrak{x}\mathfrak{y}| = |\mathfrak{x}||\mathfrak{y}|.

Satz 269: Ist

yn,\mathfrak{y} \neq \mathfrak{n},

so ist

xy=xy.\left|\frac{\mathfrak{x}}{\mathfrak{y}}\right| = \frac{|\mathfrak{x}|}{|\mathfrak{y}|}.

Beweis:

y>0,|\mathfrak{y}| > 0, xyy=x,\frac{\mathfrak{x}}{\mathfrak{y}}\,\mathfrak{y} = \mathfrak{x},

also nach Satz 268

xyy=x,\left|\frac{\mathfrak{x}}{\mathfrak{y}}\right| |\mathfrak{y}| = |\mathfrak{x}|, xy=xy.\left|\frac{\mathfrak{x}}{\mathfrak{y}}\right| = \frac{|\mathfrak{x}|}{|\mathfrak{y}|}.

Satz 270: Aus

x+y=e\mathfrak{x} + \mathfrak{y} = \mathfrak{e}

folgt

x+y1.|\mathfrak{x}| + |\mathfrak{y}| \geqq 1.

Beweis: Ist

x=[Ξ1,Ξ2],y=[H1,H2],\mathfrak{x} = [\Xi_1, \Xi_2], \quad \mathfrak{y} = [\mathrm{H}_1, \mathrm{H}_2],

so ist nach Satz 265

xΞ1Ξ1,|\mathfrak{x}| \geqq |\Xi_1| \geqq \Xi_1, yH1H1,|\mathfrak{y}| \geqq |\mathrm{H}_1| \geqq \mathrm{H}_1,

also

x+yΞ1+H1=1.|\mathfrak{x}| + |\mathfrak{y}| \geqq \Xi_1 + \mathrm{H}_1 = 1.

Satz 271: x+yx+y|\mathfrak{x} + \mathfrak{y}| \leqq |\mathfrak{x}| + |\mathfrak{y}|.

Beweis: 1) Ist

x+y=n,\mathfrak{x} + \mathfrak{y} = \mathfrak{n},

so ist die linke Seite der Behauptung 00, also \leqq der rechten.

  1. Ist
x+yn,\mathfrak{x} + \mathfrak{y} \neq \mathfrak{n},

so ist, wegen

xx+y+yx+y=x+yx+y=e,\frac{\mathfrak{x}}{\mathfrak{x} + \mathfrak{y}} + \frac{\mathfrak{y}}{\mathfrak{x} + \mathfrak{y}} = \frac{\mathfrak{x} + \mathfrak{y}}{\mathfrak{x} + \mathfrak{y}} = \mathfrak{e},

nach Satz 270

xx+y+yx+y1,\left|\frac{\mathfrak{x}}{\mathfrak{x} + \mathfrak{y}}\right| + \left|\frac{\mathfrak{y}}{\mathfrak{x} + \mathfrak{y}}\right| \geqq 1,

also nach Satz 269

xx+y+yx+y1,\frac{|\mathfrak{x}|}{|\mathfrak{x} + \mathfrak{y}|} + \frac{|\mathfrak{y}|}{|\mathfrak{x} + \mathfrak{y}|} \geqq 1, x+y=x+y(xx+y+yx+y)x+y.|\mathfrak{x}| + |\mathfrak{y}| = |\mathfrak{x} + \mathfrak{y}|\left(\frac{|\mathfrak{x}|}{|\mathfrak{x} + \mathfrak{y}|} + \frac{|\mathfrak{y}|}{|\mathfrak{x} + \mathfrak{y}|}\right) \geqq |\mathfrak{x} + \mathfrak{y}|.

Satz 272: x=x|-\mathfrak{x}| = |\mathfrak{x}|.

Beweis: (Ξ1)(Ξ1)+(Ξ2)(Ξ2)=Ξ1Ξ1+Ξ2Ξ2(-\Xi_1)(-\Xi_1) + (-\Xi_2)(-\Xi_2) = \Xi_1\Xi_1 + \Xi_2\Xi_2.

Satz 273: xyxy|\mathfrak{x} - \mathfrak{y}| \geqq ||\mathfrak{x}| - |\mathfrak{y}||.

Beweis:

x=y+(xy),\mathfrak{x} = \mathfrak{y} + (\mathfrak{x} - \mathfrak{y}),

also nach Satz 271

xy+xy,|\mathfrak{x}| \leqq |\mathfrak{y}| + |\mathfrak{x} - \mathfrak{y}|, xyxy.|\mathfrak{x} - \mathfrak{y}| \geqq |\mathfrak{x}| - |\mathfrak{y}|.

Hieraus folgt, wenn x\mathfrak{x} und y\mathfrak{y} vertauscht werden,

yxyx,|\mathfrak{y} - \mathfrak{x}| \geqq |\mathfrak{y}| - |\mathfrak{x}|,

also nach Satz 272

xy=(yx)=yxyx=(xy).|\mathfrak{x} - \mathfrak{y}| = |-(\mathfrak{y} - \mathfrak{x})| = |\mathfrak{y} - \mathfrak{x}| \geqq |\mathfrak{y}| - |\mathfrak{x}| = -(|\mathfrak{x}| - |\mathfrak{y}|).

Aus

ΞH,ΞH\Xi \geqq \mathrm{H}, \quad \Xi \geqq -\mathrm{H}

folgt aber, da H|\mathrm{H}| entweder H\mathrm{H} oder H-\mathrm{H} ist,

ΞH.\Xi \geqq |\mathrm{H}|.

Daher ist

xyxy.|\mathfrak{x} - \mathfrak{y}| \geqq ||\mathfrak{x}| - |\mathfrak{y}||.

§ 8. Summen und Produkte

Satz 274: Ist

x<y,x < y,

so können die mxm \leqq x nicht auf die nyn \leqq y ein-eindeutig bezogen werden.

Unter Beziehen verstehe ich in diesem Paragraphen immer ein-eindeutiges Beziehen.

Beweis: Es sei M\mathfrak{M} die Menge der xx, für die die Behauptung bei allen y>xy > x wahr ist.

I) Ist

1<y,1 < y,

so kann m=1m = 1 nicht auf die nyn \leqq y bezogen werden; denn entspricht dem m=1m = 1 das n=1n = 1, so bleibt kein mm für n=yn = y übrig; ist m=1m = 1 auf ein n>1n > 1 bezogen, so bleibt kein mm für n=1n = 1 übrig.

1 gehört also zu M\mathfrak{M}.

II) Es gehöre xx zu M\mathfrak{M}, und es sei

x+1<y.x + 1 < y.

Wenn eine Beziehung der mx+1m \leqq x + 1 auf die nyn \leqq y vorliegt, so unterscheiden wir zwei Fälle.

α) Dem m=x+1m = x + 1 entspricht n=yn = y. Dann sind die mxm \leqq x auf die ny1n \leqq y - 1 bezogen; das geht nicht wegen

x<y1.x < y - 1.

β) Dem m=x+1m = x + 1 entspricht ein n=n0<yn = n_0 < y. Dann sei m=m0m = m_0 die dem n=yn = y entsprechende Zahl, also m0<x+1m_0 < x + 1. Man betrachte nun folgende abgeänderte Beziehung der mx+1m \leqq x + 1 auf die nyn \leqq y.

{Ist mm0, mx+1, so gelte das Alte.m=m0 entspreche n=n0.m=x+1 entspreche n=y.\begin{cases} \text{Ist } m \neq m_0,\ m \neq x + 1, \text{ so gelte das Alte.} \\ m = m_0 \text{ entspreche } n = n_0. \\ m = x + 1 \text{ entspreche } n = y. \end{cases}

Dann haben wir eine Beziehung von der soeben in α) als unmöglich nachgewiesenen Art.

Also gehört x+1x + 1 zu M\mathfrak{M}, und die Behauptung ist bewiesen.

Da die Beweise der folgenden Sätze 275 bis 278 und 280 bis 286 nebst zugehörigen Definitionen für Summen und Produkte wörtlich dieselben wären, machen wir das, um lange Wiederholungen zu vermeiden, nur einmal und wählen ein neutrales Zeichen \dotplus, welches durchweg ++ oder durchweg \cdot bedeuten soll. Das einstweilen neutrale Zeichen \mathop{\Large\dotplus} wird später entsprechend in zwei Zeichen (Σ\Sigma bei ++, Π\Pi bei \cdot) gespalten werden.

Unter definiert verstehe ich in dieser ganzen Entwicklung: als komplexe Zahl definiert.

Satz 275: Es sei xx fest, f(n)\mathfrak{f}(n) für nxn \leqq x definiert. Dann gibt es genau ein für nxn \leqq x definiertes

gx(n)\mathfrak{g}_x(n)

(ausführlicher geschrieben

gx,f(n),\mathfrak{g}_{x,\mathfrak{f}}(n),

abgekürzt geschrieben

g(n))\mathfrak{g}(n))

mit folgenden Eigenschaften:

gx(1)=f(1),gx(n+1)=gx(n)f(n+1)fu¨n<x.\begin{aligned} \mathfrak{g}_x(1) &= \mathfrak{f}(1), \\ \mathfrak{g}_x(n + 1) &= \mathfrak{g}_x(n) \dotplus \mathfrak{f}(n + 1) \quad \text{für } n < x. \end{aligned}

Beweis: 1) Zunächst zeigen wir, daß es höchstens ein solches gx(n)\mathfrak{g}_x(n) gibt.

Es mögen g(n)\mathfrak{g}(n) und h(n)\mathfrak{h}(n) die geforderten Eigenschaften haben. M\mathfrak{M} sei die aus den nxn \leqq x mit

g(n)=h(n)\mathfrak{g}(n) = \mathfrak{h}(n)

und den n>xn > x bestehende Menge.

I) g(1)=f(1)=h(1)\mathfrak{g}(1) = \mathfrak{f}(1) = \mathfrak{h}(1);

1 gehört also zu M\mathfrak{M}.

II) nn gehöre zu M\mathfrak{M}. Dann ist entweder

n<x,g(n)=h(n),n < x, \quad \mathfrak{g}(n) = \mathfrak{h}(n),

also

g(n+1)=g(n)f(n+1)=h(n)f(n+1)=h(n+1),\mathfrak{g}(n + 1) = \mathfrak{g}(n) \dotplus \mathfrak{f}(n + 1) = \mathfrak{h}(n) \dotplus \mathfrak{f}(n + 1) = \mathfrak{h}(n + 1),

also n+1n + 1 zu M\mathfrak{M} gehörig; oder

nx,n \geqq x,

also

n+1>xn + 1 > x

und n+1n + 1 auch zu M\mathfrak{M} gehörig.

Daher ist M\mathfrak{M} die Menge aller positiven ganzen Zahlen; für jedes nxn \leqq x ist also

g(n)=h(n),\mathfrak{g}(n) = \mathfrak{h}(n),

w. z. b. w.

  1. Wir zeigen jetzt, daß es zu jedem xx, wenn f(n)\mathfrak{f}(n) für nxn \leqq x definiert ist, ein passendes gx(n)\mathfrak{g}_x(n) gibt.

M\mathfrak{M} sei die Menge der xx, für die dies wahr ist, für die es also, wenn f(n)\mathfrak{f}(n) für nxn \leqq x definiert ist, nach 1) genau ein passendes gx(n)\mathfrak{g}_x(n) gibt.

I) Für x=1x = 1 leistet, wenn f(1)\mathfrak{f}(1) definiert ist,

gx(1)=f(1)\mathfrak{g}_x(1) = \mathfrak{f}(1)

das Gewünschte (da die zweite Forderung wegen der Unmöglichkeit von n<1n < 1 nicht erhoben wird). 1 gehört also zu M\mathfrak{M}.

II) Es sei xx zu M\mathfrak{M} gehörig. Wenn f(n)\mathfrak{f}(n) für nx+1n \leqq x + 1 definiert ist, ist es für nxn \leqq x definiert, also hier genau ein zugehöriges gx(n)\mathfrak{g}_x(n) vorhanden. Nun leistet

gx+1(n)={gx(n)fu¨nx,gx(x)f(x+1)fu¨n=x+1\mathfrak{g}_{x+1}(n) = \begin{cases} \mathfrak{g}_x(n) & \text{für } n \leqq x, \\ \mathfrak{g}_x(x) \dotplus \mathfrak{f}(x + 1) & \text{für } n = x + 1 \end{cases}

das Gewünschte bei x+1x + 1. Denn erstens ist

gx+1(1)=gx(1)=f(1).\mathfrak{g}_{x+1}(1) = \mathfrak{g}_x(1) = \mathfrak{f}(1).

Zweitens gilt für

n<xn < x

(wegen n+1xn + 1 \leqq x)

gx+1(n+1)=gx(n+1)=gx(n)f(n+1)=gx+1(n)f(n+1),\mathfrak{g}_{x+1}(n + 1) = \mathfrak{g}_x(n + 1) = \mathfrak{g}_x(n) \dotplus \mathfrak{f}(n + 1) = \mathfrak{g}_{x+1}(n) \dotplus \mathfrak{f}(n + 1),

während für

n=xn = x gx+1(n+1)=gx(x)f(x+1)=gx+1(n)f(n+1)\mathfrak{g}_{x+1}(n + 1) = \mathfrak{g}_x(x) \dotplus \mathfrak{f}(x + 1) = \mathfrak{g}_{x+1}(n) \dotplus \mathfrak{f}(n + 1)

ist; aus

n<x+1n < x + 1

folgt also jedenfalls

gx+1(n+1)=gx+1(n)f(n+1).\mathfrak{g}_{x+1}(n + 1) = \mathfrak{g}_{x+1}(n) \dotplus \mathfrak{f}(n + 1).

Daher gehört x+1x + 1 zu M\mathfrak{M}, und M\mathfrak{M} umfaßt alle positiven ganzen Zahlen.

Satz 276: Wenn f(n)\mathfrak{f}(n) für nx+1n \leqq x + 1 definiert ist, gilt für die zugehörigen gx(n)\mathfrak{g}_x(n) und gx+1(n)\mathfrak{g}_{x+1}(n)

gx+1(x+1)=gx(x)f(x+1).\mathfrak{g}_{x+1}(x + 1) = \mathfrak{g}_x(x) \dotplus \mathfrak{f}(x + 1).

Beweis: Das kam bei der Konstruktion in 2), II) des vorigen Beweises vor.

Definition 69: Ist f(n)\mathfrak{f}(n) für nxn \leqq x definiert, so ist

n=1xf(n)=gx(x)(=gx,f(x)).\mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n) = \mathfrak{g}_x(x) \quad (= \mathfrak{g}_{x,\mathfrak{f}}(x)).

Wenn \dotplus die Bedeutung ++ hat, schreibt man

n=1xf(n);\sum_{n=1}^{x} \mathfrak{f}(n);

wenn \dotplus die Bedeutung \cdot hat, schreibt man

n=1xf(n).\prod_{n=1}^{x} \mathfrak{f}(n).

(Σ\Sigma sprich: Summe; Π\Pi sprich: Produkt.)

Statt nn kann in diesen Zeichen auch jeder andere Buchstabe stehen, der positive ganze Zahlen bezeichnet.

Satz 277: Ist f(1)\mathfrak{f}(1) definiert, so ist

n=11f(n)=f(1).\mathop{\Large\dotplus}\limits_{n=1}^{1} \mathfrak{f}(n) = \mathfrak{f}(1).

Beweis: g1(1)=f(1)\mathfrak{g}_1(1) = \mathfrak{f}(1).

Satz 278: Ist f(n)\mathfrak{f}(n) für nx+1n \leqq x + 1 definiert, so ist

n=1x+1f(n)=n=1xf(n)f(x+1).\mathop{\Large\dotplus}\limits_{n=1}^{x+1} \mathfrak{f}(n) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n) \dotplus \mathfrak{f}(x + 1).

Beweis: Satz 276.

Satz 279:

n=1xx=x[x,0].\sum_{n=1}^{x} \mathfrak{x} = \mathfrak{x}[x, 0].

Beweis: x\mathfrak{x} sei fest, M\mathfrak{M} die Menge der xx, für die dies gilt.

I) Nach Satz 277 ist

n=11x=x=xe=x[1,0].\sum_{n=1}^{1} \mathfrak{x} = \mathfrak{x} = \mathfrak{x}\mathfrak{e} = \mathfrak{x}[1, 0].

1 gehört also zu M\mathfrak{M}.

II) Wenn xx zu M\mathfrak{M} gehört, so folgt aus Satz 278

n=1x+1x=n=1xx+x=x[x,0]+x[1,0]=x([x,0]+[1,0])=x[x+1,0].\sum_{n=1}^{x+1} \mathfrak{x} = \sum_{n=1}^{x} \mathfrak{x} + \mathfrak{x} = \mathfrak{x}[x, 0] + \mathfrak{x}[1, 0] = \mathfrak{x}([x, 0] + [1, 0]) = \mathfrak{x}[x + 1, 0].

x+1x + 1 gehört also zu M\mathfrak{M}.

Daher gilt die Behauptung für alle xx.

Satz 280: Sind f(1)\mathfrak{f}(1) und f(1+1)\mathfrak{f}(1 + 1) definiert, so ist

n=11+1f(n)=f(1)f(1+1).\mathop{\Large\dotplus}\limits_{n=1}^{1+1} \mathfrak{f}(n) = \mathfrak{f}(1) \dotplus \mathfrak{f}(1 + 1).

Beweis: Nach Satz 278 und Satz 277 ist

n=11+1f(n)=n=11f(n)f(1+1)=f(1)f(1+1).\mathop{\Large\dotplus}\limits_{n=1}^{1+1} \mathfrak{f}(n) = \mathop{\Large\dotplus}\limits_{n=1}^{1} \mathfrak{f}(n) \dotplus \mathfrak{f}(1 + 1) = \mathfrak{f}(1) \dotplus \mathfrak{f}(1 + 1).

Satz 281: Ist f(n)\mathfrak{f}(n) für nx+yn \leqq x + y definiert, so ist

n=1x+yf(n)=n=1xf(n)n=1yf(x+n).\mathop{\Large\dotplus}\limits_{n=1}^{x+y} \mathfrak{f}(n) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n) \dotplus \mathop{\Large\dotplus}\limits_{n=1}^{y} \mathfrak{f}(x + n).

Beweis: Bei festem xx sei M\mathfrak{M} die Menge der yy, für die dies gilt.

I) Ist f(n)\mathfrak{f}(n) für nx+1n \leqq x + 1 definiert, so ist nach Satz 278 und Satz 277

n=1x+1f(n)=n=1xf(n)f(x+1)=n=1xf(n)n=11f(x+n).\mathop{\Large\dotplus}\limits_{n=1}^{x+1} \mathfrak{f}(n) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n) \dotplus \mathfrak{f}(x + 1) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n) \dotplus \mathop{\Large\dotplus}\limits_{n=1}^{1} \mathfrak{f}(x + n).

1 gehört also zu M\mathfrak{M}.

II) yy gehöre zu M\mathfrak{M}. Wenn f(n)\mathfrak{f}(n) für nx+(y+1)n \leqq x + (y + 1) definiert ist, so ist nach Satz 278 (auf x+yx + y statt xx angewendet)

n=1x+(y+1)f(n)=n=1(x+y)+1f(n)=n=1x+yf(n)f((x+y)+1)=(n=1xf(n)n=1yf(x+n))f(x+(y+1))=n=1xf(n)(n=1yf(x+n)f(x+(y+1))),\begin{aligned} \mathop{\Large\dotplus}\limits_{n=1}^{x+(y+1)} \mathfrak{f}(n) &= \mathop{\Large\dotplus}\limits_{n=1}^{(x+y)+1} \mathfrak{f}(n) = \mathop{\Large\dotplus}\limits_{n=1}^{x+y} \mathfrak{f}(n) \dotplus \mathfrak{f}((x + y) + 1) \\ &= \left(\mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n) \dotplus \mathop{\Large\dotplus}\limits_{n=1}^{y} \mathfrak{f}(x + n)\right) \dotplus \mathfrak{f}(x + (y + 1)) \\ &= \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n) \dotplus \left(\mathop{\Large\dotplus}\limits_{n=1}^{y} \mathfrak{f}(x + n) \dotplus \mathfrak{f}(x + (y + 1))\right), \end{aligned}

also nach Satz 278 (auf yy statt xx, f(x+n)\mathfrak{f}(x + n) statt f(n)\mathfrak{f}(n) angewendet)

=n=1xf(n)n=1y+1f(x+n).= \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n) \dotplus \mathop{\Large\dotplus}\limits_{n=1}^{y+1} \mathfrak{f}(x + n).

y+1y + 1 gehört also zu M\mathfrak{M}, und der Satz ist bewiesen.

Satz 282: Sind f(n)\mathfrak{f}(n) und g(n)\mathfrak{g}(n) für nxn \leqq x definiert, so ist

n=1x(f(n)g(n))=n=1xf(n)n=1xg(n).\mathop{\Large\dotplus}\limits_{n=1}^{x} (\mathfrak{f}(n) \dotplus \mathfrak{g}(n)) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n) \dotplus \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{g}(n).

Beweis: M\mathfrak{M} sei die Menge der xx, für die dies gilt.

I) Sind f(1)\mathfrak{f}(1) und g(1)\mathfrak{g}(1) definiert, so ist

n=11(f(n)g(n))=f(1)g(1)=n=11f(n)n=11g(n).\mathop{\Large\dotplus}\limits_{n=1}^{1} (\mathfrak{f}(n) \dotplus \mathfrak{g}(n)) = \mathfrak{f}(1) \dotplus \mathfrak{g}(1) = \mathop{\Large\dotplus}\limits_{n=1}^{1} \mathfrak{f}(n) \dotplus \mathop{\Large\dotplus}\limits_{n=1}^{1} \mathfrak{g}(n).

1 gehört also zu M\mathfrak{M}.

II) xx gehöre zu M\mathfrak{M}. Sind f(n)\mathfrak{f}(n) und g(n)\mathfrak{g}(n) für nx+1n \leqq x + 1 definiert, so ist, mit Rücksicht auf

(xy)(zu)=((xy)z)u=(z(xy))u=((zx)y)u=(zx)(yu)=(xz)(yu),\begin{aligned} (\mathfrak{x} \dotplus \mathfrak{y}) \dotplus (\mathfrak{z} \dotplus \mathfrak{u}) &= ((\mathfrak{x} \dotplus \mathfrak{y}) \dotplus \mathfrak{z}) \dotplus \mathfrak{u} = (\mathfrak{z} \dotplus (\mathfrak{x} \dotplus \mathfrak{y})) \dotplus \mathfrak{u} \\ &= ((\mathfrak{z} \dotplus \mathfrak{x}) \dotplus \mathfrak{y}) \dotplus \mathfrak{u} = (\mathfrak{z} \dotplus \mathfrak{x}) \dotplus (\mathfrak{y} \dotplus \mathfrak{u}) = (\mathfrak{x} \dotplus \mathfrak{z}) \dotplus (\mathfrak{y} \dotplus \mathfrak{u}), \end{aligned} n=1x+1(f(n)g(n))=n=1x(f(n)g(n))(f(x+1)g(x+1))=(n=1xf(n)n=1xg(n))(f(x+1)g(x+1))=(n=1xf(n)f(x+1))(n=1xg(n)g(x+1))=n=1x+1f(n)n=1x+1g(n).\begin{aligned} \mathop{\Large\dotplus}\limits_{n=1}^{x+1} (\mathfrak{f}(n) \dotplus \mathfrak{g}(n)) &= \mathop{\Large\dotplus}\limits_{n=1}^{x} (\mathfrak{f}(n) \dotplus \mathfrak{g}(n)) \dotplus (\mathfrak{f}(x + 1) \dotplus \mathfrak{g}(x + 1)) \\ &= \left(\mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n) \dotplus \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{g}(n)\right) \dotplus (\mathfrak{f}(x + 1) \dotplus \mathfrak{g}(x + 1)) \\ &= \left(\mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n) \dotplus \mathfrak{f}(x + 1)\right) \dotplus \left(\mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{g}(n) \dotplus \mathfrak{g}(x + 1)\right) \\ &= \mathop{\Large\dotplus}\limits_{n=1}^{x+1} \mathfrak{f}(n) \dotplus \mathop{\Large\dotplus}\limits_{n=1}^{x+1} \mathfrak{g}(n). \end{aligned}

Also gehört x+1x + 1 zu M\mathfrak{M}, und die Behauptung gilt stets.

Satz 283: s(n)s(n) beziehe die nxn \leqq x auf die mxm \leqq x. f(n)\mathfrak{f}(n) sei für nxn \leqq x definiert. Dann ist

n=1xf(s(n))=n=1xf(n).\mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(s(n)) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n).

Beweis: Zur Abkürzung werde

f(s(n))=g(n)\mathfrak{f}(s(n)) = \mathfrak{g}(n)

gesetzt.

M\mathfrak{M} sei die Menge der xx, für die die Behauptung

n=1xg(n)=n=1xf(n)\mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{g}(n) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n)

(bei allen zulässigen ss und f\mathfrak{f}) wahr ist.

I) Für

x=1x = 1

ist

s(1)=1,s(1) = 1,

also, wenn f(1)\mathfrak{f}(1) definiert ist,

n=1xg(n)=g(1)=f(1)=n=1xf(n).\mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{g}(n) = \mathfrak{g}(1) = \mathfrak{f}(1) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n).

1 gehört also zu M\mathfrak{M}.

II) xx gehöre zu M\mathfrak{M}. Es beziehe s(n)s(n) die nx+1n \leqq x + 1 auf die mx+1m \leqq x + 1, und f(n)\mathfrak{f}(n) sei für nx+1n \leqq x + 1 definiert.

  1. Falls
s(x+1)=x+1,s(x + 1) = x + 1,

bezieht s(n)s(n) die nxn \leqq x auf die mxm \leqq x. Alsdann ist

n=1xg(n)=n=1xf(n),\mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{g}(n) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n), g(x+1)=f(x+1),\mathfrak{g}(x + 1) = \mathfrak{f}(x + 1),

also

n=1x+1g(n)=n=1xg(n)g(x+1)=n=1xf(n)f(x+1)=n=1x+1f(n).\mathop{\Large\dotplus}\limits_{n=1}^{x+1} \mathfrak{g}(n) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{g}(n) \dotplus \mathfrak{g}(x + 1) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(n) \dotplus \mathfrak{f}(x + 1) = \mathop{\Large\dotplus}\limits_{n=1}^{x+1} \mathfrak{f}(n).
  1. Falls
s(x+1)<x+1,s(1)=1,s(x + 1) < x + 1, \quad s(1) = 1,

bezieht s(n)s(n) die nn mit 1+1nx+11 + 1 \leqq n \leqq x + 1 auf die mm mit 1+1mx+11 + 1 \leqq m \leqq x + 1; also bezieht s(1+n)1s(1 + n) - 1 die nxn \leqq x auf die mxm \leqq x. Daher ist

n=1xg(1+n)=n=1xf(s(1+n))=n=1xf(1+(s(1+n)1))=n=1xf(1+n),\mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{g}(1 + n) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(s(1 + n)) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(1 + (s(1 + n) - 1)) = \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(1 + n),

also nach Satz 281

n=1x+1g(n)=g(1)n=1xg(1+n)=f(1)n=1xf(1+n)=n=1x+1f(n).\mathop{\Large\dotplus}\limits_{n=1}^{x+1} \mathfrak{g}(n) = \mathfrak{g}(1) \dotplus \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{g}(1 + n) = \mathfrak{f}(1) \dotplus \mathop{\Large\dotplus}\limits_{n=1}^{x} \mathfrak{f}(1 + n) = \mathop{\Large\dotplus}\limits_{n=1}^{x+1} \mathfrak{f}(n).
  1. Falls
s(x+1)<x+1,s(1)>1,s(x + 1) < x + 1, \quad s(1) > 1,

werde

s(1)=as(1) = a

gesetzt und bb aus

1bx+1,s(b)=11 \leqq b \leqq x + 1, \quad s(b) = 1

bestimmt. Dann ist

a>1,b>1.a > 1, \quad b > 1.

α) Es sei

a<x+1.a < x + 1.

Dann bezieht sowohl

s1(n)={1fu¨n=1,afu¨n=b,s(n)fu¨1<nx+1, nbs_1(n) = \begin{cases} 1 & \text{für } n = 1, \\ a & \text{für } n = b, \\ s(n) & \text{für } 1 < n \leqq x + 1,\ n \neq b \end{cases}

als auch

s2(n)={afu¨n=1,1fu¨n=a,nfu¨1<nx+1, nas_2(n) = \begin{cases} a & \text{für } n = 1, \\ 1 & \text{für } n = a, \\ n & \text{für } 1 < n \leqq x + 1,\ n \neq a \end{cases}

die nx+1n \leqq x + 1 auf die mx+1m \leqq x + 1.

Nun ist

s(n)=s2(s1(n))fu¨nx+1.s(n) = s_2(s_1(n)) \quad \text{für } n \leqq x + 1.

Denn durch s2(s1(n))s_2(s_1(n)) geht über

1 via 1 in a=s(1),b via a in 1=s(b),jedes andere nx+1 via s(n) in s(n).\begin{aligned} &1 \text{ via } 1 \text{ in } a = s(1), \\ &b \text{ via } a \text{ in } 1 = s(b), \\ &\text{jedes andere } n \leqq x + 1 \text{ via } s(n) \text{ in } s(n). \end{aligned}

s1(n)s_1(n) läßt 1, und s2(n)s_2(n) läßt x+1x + 1 unverändert. Nach 2) und 1) ist also

n=1x+1g(n)=n=1x+1f(s(n))=n=1x+1f(s2(s1(n)))=n=1x+1f(s1(n))=n=1x+1f(n).\sum_{n=1}^{x+1} \mathfrak{g}(n) = \sum_{n=1}^{x+1} \mathfrak{f}(s(n)) = \sum_{n=1}^{x+1} \mathfrak{f}(s_2(s_1(n))) = \sum_{n=1}^{x+1} \mathfrak{f}(s_1(n)) = \sum_{n=1}^{x+1} \mathfrak{f}(n).

β) Es sei

a=x+1,b<x+1.a = x + 1, \quad b < x + 1.

Dann bezieht

s3(n)={bfu¨n=1,1fu¨n=b,nfu¨1<nx+1, nbs_3(n) = \begin{cases} b & \text{für } n = 1, \\ 1 & \text{für } n = b, \\ n & \text{für } 1 < n \leqq x + 1,\ n \neq b \end{cases}

die nx+1n \leqq x + 1 auf die mx+1m \leqq x + 1. Ferner ist

s(n)=s1(s3(n))fu¨nx+1.s(n) = s_1(s_3(n)) \quad \text{für } n \leqq x + 1.

Denn durch s1(s3(n))s_1(s_3(n)) geht über

1 via b in a=s(1),b via 1 in 1=s(b),jedes andere nx+1 via n in s(n).\begin{aligned} &1 \text{ via } b \text{ in } a = s(1), \\ &b \text{ via } 1 \text{ in } 1 = s(b), \\ &\text{jedes andere } n \leqq x + 1 \text{ via } n \text{ in } s(n). \end{aligned}

s3(n)s_3(n) läßt x+1x + 1 unverändert. Nach 1) und 2) ist also

n=1x+1g(n)=n=1x+1f(s(n))=n=1x+1f(s1(s3(n)))=n=1x+1f(s3(n))=n=1x+1f(n).\sum_{n=1}^{x+1} \mathfrak{g}(n) = \sum_{n=1}^{x+1} \mathfrak{f}(s(n)) = \sum_{n=1}^{x+1} \mathfrak{f}(s_1(s_3(n))) = \sum_{n=1}^{x+1} \mathfrak{f}(s_3(n)) = \sum_{n=1}^{x+1} \mathfrak{f}(n).

γ) Es sei

a=b=x+1.a = b = x + 1.

Ist x=1x = 1, so ist

n=1x+1g(n)=n=1x+1f(n)\sum_{n=1}^{x+1} \mathfrak{g}(n) = \sum_{n=1}^{x+1} \mathfrak{f}(n)

trivial.

Ist x>1x > 1, so bezieht

s4(n)={1fu¨n=1,x+1fu¨n=x+1,s(n)fu¨1<n<x+1s_4(n) = \begin{cases} 1 & \text{für } n = 1, \\ x + 1 & \text{für } n = x + 1, \\ s(n) & \text{für } 1 < n < x + 1 \end{cases}

die nx+1n \leqq x + 1 auf die mx+1m \leqq x + 1. Folglich ist nach 1)

n=1x+1g(n)=n=1xg(n)g(x+1)=(g(1)n=1x1g(n+1))g(x+1)=g(1)(n=1x1g(n+1)g(x+1))=(g(x+1)n=1x1g(n+1))g(1)=(f(s(x+1))n=1x1f(s(n+1)))f(s(1))=(f(1)n=1x1f(s4(n+1)))f(x+1)=(f(s4(1))n=1x1f(s4(n+1)))f(s4(x+1))=n=1xf(s4(n))f(s4(x+1))=n=1x+1f(s4(n))=n=1x+1f(n).\begin{aligned} \sum_{n=1}^{x+1} \mathfrak{g}(n) &= \sum_{n=1}^{x} \mathfrak{g}(n) \dotplus \mathfrak{g}(x+1) = \left(\mathfrak{g}(1) \dotplus \sum_{n=1}^{x-1} \mathfrak{g}(n+1)\right) \dotplus \mathfrak{g}(x+1) \\ &= \mathfrak{g}(1) \dotplus \left(\sum_{n=1}^{x-1} \mathfrak{g}(n+1) \dotplus \mathfrak{g}(x+1)\right) \\ &= \left(\mathfrak{g}(x+1) \dotplus \sum_{n=1}^{x-1} \mathfrak{g}(n+1)\right) \dotplus \mathfrak{g}(1) \\ &= \left(\mathfrak{f}(s(x+1)) \dotplus \sum_{n=1}^{x-1} \mathfrak{f}(s(n+1))\right) \dotplus \mathfrak{f}(s(1)) \\ &= \left(\mathfrak{f}(1) \dotplus \sum_{n=1}^{x-1} \mathfrak{f}(s_4(n+1))\right) \dotplus \mathfrak{f}(x+1) \\ &= \left(\mathfrak{f}(s_4(1)) \dotplus \sum_{n=1}^{x-1} \mathfrak{f}(s_4(n+1))\right) \dotplus \mathfrak{f}(s_4(x+1)) \\ &= \sum_{n=1}^{x} \mathfrak{f}(s_4(n)) \dotplus \mathfrak{f}(s_4(x+1)) = \sum_{n=1}^{x+1} \mathfrak{f}(s_4(n)) = \sum_{n=1}^{x+1} \mathfrak{f}(n). \end{aligned}

Daher gehört x+1x + 1 zu M\mathfrak{M}, und der Satz ist bewiesen.

In Definition 70 und Satz 284 bis Satz 286 bezeichnen ausnahmsweise lateinische Buchstaben ganze (nicht notwendig positive) Zahlen.

Definition 70: Es sei

yx,y \leqq x,

f(n)\mathfrak{f}(n) für

ynxy \leqq n \leqq x

definiert. Dann ist

n=yxf(n)=n=1(x+1)yf((n+y)1).\sum_{n=y}^{x} \mathfrak{f}(n) = \sum_{n=1}^{(x+1)-y} \mathfrak{f}((n + y) - 1).

Statt nn kann auch irgend ein anderer Buchstabe stehen, der ganze Zahlen bezeichnet.

Man beachte

x+1>y;y(n+y)1xfu¨1n(x+1)y;x + 1 > y; \quad y \leqq (n + y) - 1 \leqq x \quad \text{für } 1 \leqq n \leqq (x + 1) - y;

ferner, daß für y=1y = 1 die Definition 70 (wie es sein muß) im Einklang mit Definition 69 steht.

Satz 284: Es sei

yu<x;y \leqq u < x;

f(n)\mathfrak{f}(n) sei für

ynxy \leqq n \leqq x

definiert. Dann ist

n=yxf(n)=n=yuf(n)n=u+1xf(n).\sum_{n=y}^{x} \mathfrak{f}(n) = \sum_{n=y}^{u} \mathfrak{f}(n) \dotplus \sum_{n=u+1}^{x} \mathfrak{f}(n).

Beweis: Nach Definition 70 und Satz 281 ist

n=yxf(n)=n=1(x+1)yf((n+y)1)=n=1(u+1)yf((n+y)1)n=1xuf(((((u+1)y)+n)+y)1);\sum_{n=y}^{x} \mathfrak{f}(n) = \sum_{n=1}^{(x+1)-y} \mathfrak{f}((n + y) - 1) = \sum_{n=1}^{(u+1)-y} \mathfrak{f}((n + y) - 1) \dotplus \sum_{n=1}^{x-u} \mathfrak{f}(((((u + 1) - y) + n) + y) - 1);

denn

((u+1)y)+(xu)=(x+(u))+((u+1)+(y))=(x+((u)+(u+1)))+(y)=(x+1)y.((u + 1) - y) + (x - u) = (x + (-u)) + ((u + 1) + (-y)) = (x + ((-u) + (u + 1))) + (-y) = (x + 1) - y.

Nun ist

(((u+1)y)+n)+y=((u+1)y)+(y+n)=(((u+1)y)+y)+n=n+(u+1),(((u + 1) - y) + n) + y = ((u + 1) - y) + (y + n) = (((u + 1) - y) + y) + n = n + (u + 1),

also nach Definition 70

n=yxf(n)=n=yuf(n)n=1(x+1)(u+1)f((n+(u+1))1)=n=yuf(n)n=u+1xf(n).\sum_{n=y}^{x} \mathfrak{f}(n) = \sum_{n=y}^{u} \mathfrak{f}(n) \dotplus \sum_{n=1}^{(x+1)-(u+1)} \mathfrak{f}((n + (u + 1)) - 1) = \sum_{n=y}^{u} \mathfrak{f}(n) \dotplus \sum_{n=u+1}^{x} \mathfrak{f}(n).

Satz 285: Es sei

yx,y \leqq x,

f(n)\mathfrak{f}(n) für

ynxy \leqq n \leqq x

definiert. Dann ist

n=yxf(n)=n=y+vx+vf(nv).\sum_{n=y}^{x} \mathfrak{f}(n) = \sum_{n=y+v}^{x+v} \mathfrak{f}(n - v).

Beweis: Nach Definition 70 ist die linke Seite der Behauptung

=n=1(x+1)yf((n+y)1),= \sum_{n=1}^{(x+1)-y} \mathfrak{f}((n + y) - 1),

die rechte (man beachte ynvxy \leqq n - v \leqq x für y+vnx+vy + v \leqq n \leqq x + v)

=n=1((x+v)+1)(y+v)f(((n+(y+v))1)v);= \sum_{n=1}^{((x+v)+1)-(y+v)} \mathfrak{f}(((n + (y + v)) - 1) - v);

hierin ist

((x+v)+1)(y+v)=(1+(x+v))+((v)+(y))=(1+((x+v)+(v)))+(y)=(1+x)y=(x+1)y((x + v) + 1) - (y + v) = (1 + (x + v)) + ((-v) + (-y)) = (1 + ((x + v) + (-v))) + (-y) = (1 + x) - y = (x + 1) - y

und

((n+(y+v))1)v=(n+(y+v))(1+v)=((n+y)+v)+(v+(1))=(((n+y)+v)+(v))+(1)=((n+y)+(v+(v)))1=(n+y)1.\begin{aligned} ((n + (y + v)) - 1) - v &= (n + (y + v)) - (1 + v) = ((n + y) + v) + (-v + (-1)) \\ &= (((n + y) + v) + (-v)) + (-1) = ((n + y) + (v + (-v))) - 1 = (n + y) - 1. \end{aligned}

Satz 286: Es sei

yx,y \leqq x,

f(n)\mathfrak{f}(n) für

ynxy \leqq n \leqq x

definiert. s(n)s(n) beziehe die nn mit ynxy \leqq n \leqq x auf die mm mit ymxy \leqq m \leqq x. Dann ist

n=yxf(s(n))=n=yxf(n).\sum_{n=y}^{x} \mathfrak{f}(s(n)) = \sum_{n=y}^{x} \mathfrak{f}(n).

Beweis:

s1(n)=s((n+y)1)(y1)s_1(n) = s((n + y) - 1) - (y - 1)

bezieht die positiven n(x+1)yn \leqq (x + 1) - y auf die positiven m(x+1)ym \leqq (x + 1) - y. Daher ist nach Satz 283

n=yxf(s(n))=n=1(x+1)yf(s((n+y)1))=n=1(x+1)yf(s1(n)+(y1))=n=1(x+1)yf(n+(y1))=n=1(x+1)yf((n+y)1)=n=yxf(n).\begin{aligned} \sum_{n=y}^{x} \mathfrak{f}(s(n)) &= \sum_{n=1}^{(x+1)-y} \mathfrak{f}(s((n + y) - 1)) = \sum_{n=1}^{(x+1)-y} \mathfrak{f}(s_1(n) + (y - 1)) \\ &= \sum_{n=1}^{(x+1)-y} \mathfrak{f}(n + (y - 1)) = \sum_{n=1}^{(x+1)-y} \mathfrak{f}((n + y) - 1) = \sum_{n=y}^{x} \mathfrak{f}(n). \end{aligned}

Üblich ist statt

n=yxf(n)\sum_{n=y}^{x} \mathfrak{f}(n)

auch die saloppe Schreibweise

f(y)+f(y+1)++f(x)\mathfrak{f}(y) + \mathfrak{f}(y + 1) + \cdots + \mathfrak{f}(x)

(und entsprechend beim Produkt); aber völlig einwandfrei ist z. B.

f(1)+f(1+1)+f((1+1)+1)+f(((1+1)+1)+1),\mathfrak{f}(1) + \mathfrak{f}(1 + 1) + \mathfrak{f}((1 + 1) + 1) + \mathfrak{f}(((1 + 1) + 1) + 1),

mit anderen Worten

a+b+c+d\mathfrak{a} + \mathfrak{b} + \mathfrak{c} + \mathfrak{d}

(was also nach Definition auf die alte Addition zurückführt und

((a+b)+c)+d((\mathfrak{a} + \mathfrak{b}) + \mathfrak{c}) + \mathfrak{d}

bedeutet), oder z. B.

abcdfghiklmopqrstuvwxyz.\mathfrak{abcdfghiklmopqrstuvwxyz}.

Man kann auch ruhig z. B.

ab+c\mathfrak{a} - \mathfrak{b} + \mathfrak{c}

im Sinne von

a+(b)+c\mathfrak{a} + (-\mathfrak{b}) + \mathfrak{c}

schreiben, da jedenfalls

f(1)+f(1+1)+f((1+1)+1)\mathfrak{f}(1) + \mathfrak{f}(1 + 1) + \mathfrak{f}((1 + 1) + 1)

mit

f(1)=a,f(1+1)=b,f((1+1)+1)=c\mathfrak{f}(1) = \mathfrak{a}, \quad \mathfrak{f}(1 + 1) = -\mathfrak{b}, \quad \mathfrak{f}((1 + 1) + 1) = \mathfrak{c}

gemeint ist.

Nunmehr bedeuten kleine lateinische Buchstaben wiederum positive ganze Zahlen.

Satz 287: Ist f(n)\mathfrak{f}(n) für nxn \leqq x definiert, so gibt es ein Ξ\Xi, so daß

n=1xf(n)Ξ,\left| \sum_{n=1}^{x} \mathfrak{f}(n) \right| \leqq \Xi, n=1x[f(n),0]=[Ξ,0].\sum_{n=1}^{x} [|\mathfrak{f}(n)|, 0] = [\Xi, 0].

Beweis: M\mathfrak{M} sei die Menge der xx, für die es (bei beliebigem f(n)\mathfrak{f}(n)) ein solches Ξ\Xi gibt.

I) Ist f(1)\mathfrak{f}(1) definiert, so ist

n=11f(n)=f(1),\left| \sum_{n=1}^{1} \mathfrak{f}(n) \right| = |\mathfrak{f}(1)|, n=11[f(n),0]=[f(1),0];\sum_{n=1}^{1} [|\mathfrak{f}(n)|, 0] = [|\mathfrak{f}(1)|, 0];

also leistet

Ξ=f(1)\Xi = |\mathfrak{f}(1)|

bei x=1x = 1 das Gewünschte. 1 gehört also zu M\mathfrak{M}.

II) xx gehöre zu M\mathfrak{M}. Ist f(n)\mathfrak{f}(n) für nx+1n \leqq x + 1 definiert, so gibt es ein Ξ1\Xi_1 mit

n=1xf(n)Ξ1,\left| \sum_{n=1}^{x} \mathfrak{f}(n) \right| \leqq \Xi_1, n=1x[f(n),0]=[Ξ1,0].\sum_{n=1}^{x} [|\mathfrak{f}(n)|, 0] = [\Xi_1, 0].

Nach Satz 278 und Satz 271 ist

n=1x+1f(n)=n=1xf(n)+f(x+1)n=1xf(n)+f(x+1)Ξ1+f(x+1),\left| \sum_{n=1}^{x+1} \mathfrak{f}(n) \right| = \left| \sum_{n=1}^{x} \mathfrak{f}(n) + \mathfrak{f}(x + 1) \right| \leqq \left| \sum_{n=1}^{x} \mathfrak{f}(n) \right| + |\mathfrak{f}(x + 1)| \leqq \Xi_1 + |\mathfrak{f}(x + 1)|,

also, wenn

Ξ=Ξ1+f(x+1)\Xi = \Xi_1 + |\mathfrak{f}(x + 1)|

gesetzt wird,

n=1x+1f(n)Ξ.\left| \sum_{n=1}^{x+1} \mathfrak{f}(n) \right| \leqq \Xi.

Andererseits ist nach Satz 278

n=1x+1[f(n),0]=n=1x[f(n),0]+[f(x+1),0]=[Ξ1,0]+[f(x+1),0]=[Ξ1+f(x+1),0+0]=[Ξ,0].\sum_{n=1}^{x+1} [|\mathfrak{f}(n)|, 0] = \sum_{n=1}^{x} [|\mathfrak{f}(n)|, 0] + [|\mathfrak{f}(x + 1)|, 0] = [\Xi_1, 0] + [|\mathfrak{f}(x + 1)|, 0] = [\Xi_1 + |\mathfrak{f}(x + 1)|, 0 + 0] = [\Xi, 0].

Ξ\Xi leistet also das Gewünschte bei x+1x + 1; also gehört x+1x + 1 zu M\mathfrak{M}, und der Satz ist bewiesen.

Satz 288: Ist f(n)\mathfrak{f}(n) für nxn \leqq x definiert, so ist

[n=1xf(n),0]=n=1x[f(n),0].\left[ \left| \prod_{n=1}^{x} \mathfrak{f}(n) \right|, 0 \right] = \prod_{n=1}^{x} [|\mathfrak{f}(n)|, 0].

Beweis: M\mathfrak{M} sei die Menge der xx, für die dies gilt.

I) Ist f(1)\mathfrak{f}(1) definiert, so ist

[n=11f(n),0]=[f(1),0]=n=11[f(n),0].\left[ \left| \prod_{n=1}^{1} \mathfrak{f}(n) \right|, 0 \right] = [|\mathfrak{f}(1)|, 0] = \prod_{n=1}^{1} [|\mathfrak{f}(n)|, 0].

Also gehört 1 zu M\mathfrak{M}.

II) xx gehöre zu M\mathfrak{M}. Ist f(n)\mathfrak{f}(n) für nx+1n \leqq x + 1 definiert, so ist nach Satz 278 und Satz 268

n=1x+1[f(n),0]=n=1x[f(n),0][f(x+1),0]=[n=1xf(n),0][f(x+1),0]=[n=1xf(n)f(x+1)00, n=1xf(n)0+0f(x+1)]=[n=1xf(n)f(x+1),0]=[n=1xf(n)f(x+1),0]=[n=1x+1f(n),0],\begin{aligned} \prod_{n=1}^{x+1} [|\mathfrak{f}(n)|, 0] &= \prod_{n=1}^{x} [|\mathfrak{f}(n)|, 0] \cdot [|\mathfrak{f}(x + 1)|, 0] \\ &= \left[ \left| \prod_{n=1}^{x} \mathfrak{f}(n) \right|, 0 \right] \cdot [|\mathfrak{f}(x + 1)|, 0] \\ &= \left[ \left| \prod_{n=1}^{x} \mathfrak{f}(n) \right| \cdot |\mathfrak{f}(x + 1)| - 0 \cdot 0,\ \left| \prod_{n=1}^{x} \mathfrak{f}(n) \right| \cdot 0 + 0 \cdot |\mathfrak{f}(x + 1)| \right] \\ &= \left[ \left| \prod_{n=1}^{x} \mathfrak{f}(n) \right| \cdot |\mathfrak{f}(x + 1)|, 0 \right] = \left[ \left| \prod_{n=1}^{x} \mathfrak{f}(n) \cdot \mathfrak{f}(x + 1) \right|, 0 \right] \\ &= \left[ \left| \prod_{n=1}^{x+1} \mathfrak{f}(n) \right|, 0 \right], \end{aligned}

also x+1x + 1 zu M\mathfrak{M} gehörig, und der Satz ist bewiesen.

Satz 289: Ist f(n)\mathfrak{f}(n) für nxn \leqq x definiert, so ist

n=1xf(n)=n\prod_{n=1}^{x} \mathfrak{f}(n) = \mathfrak{n}

dann und nur dann, wenn ein nxn \leqq x mit

f(n)=n\mathfrak{f}(n) = \mathfrak{n}

vorhanden ist.

Beweis: M\mathfrak{M} sei die Menge der xx, für die dies gilt.

I)

n=11f(n)=n\prod_{n=1}^{1} \mathfrak{f}(n) = \mathfrak{n}

ist mit

f(1)=n\mathfrak{f}(1) = \mathfrak{n}

identisch. Also gehört 1 zu M\mathfrak{M}.

II) xx gehöre zu M\mathfrak{M}.

n=1x+1f(n)=n\prod_{n=1}^{x+1} \mathfrak{f}(n) = \mathfrak{n}

bedeutet

n=1xf(n)f(x+1)=n;\prod_{n=1}^{x} \mathfrak{f}(n) \cdot \mathfrak{f}(x + 1) = \mathfrak{n};

nach Satz 221 ist hierfür notwendig und hinreichend

n=1xf(n)=noderf(x+1)=n,\prod_{n=1}^{x} \mathfrak{f}(n) = \mathfrak{n} \quad \text{oder} \quad \mathfrak{f}(x + 1) = \mathfrak{n},

also (da xx zu M\mathfrak{M} gehört) notwendig und hinreichend

f(n)=nfu¨r ein nx oder fu¨n=x+1.\mathfrak{f}(n) = \mathfrak{n} \quad \text{für ein } n \leqq x \text{ oder für } n = x + 1.

x+1x + 1 gehört also zu M\mathfrak{M}, und der Satz ist bewiesen.

§ 9. Potenzen

In diesem Paragraphen mögen kleine lateinische Buchstaben ganze Zahlen bezeichnen.

Definition 71:

xx={n=1xxfu¨x>0,efu¨xn, x=0,exxfu¨xn, x<0.\mathfrak{x}^x = \begin{cases} \displaystyle\prod_{n=1}^{x} \mathfrak{x} & \text{für } x > 0, \\ \mathfrak{e} & \text{für } \mathfrak{x} \neq \mathfrak{n},\ x = 0, \\ \dfrac{\mathfrak{e}}{\mathfrak{x}^{|x|}} & \text{für } \mathfrak{x} \neq \mathfrak{n},\ x < 0. \end{cases}

(Sprich: x\mathfrak{x} hoch xx.) Nicht definiert ist also xx\mathfrak{x}^x lediglich für

x=n,x0.\mathfrak{x} = \mathfrak{n}, \quad x \leqq 0.

Man beachte, daß für

xn,x<0\mathfrak{x} \neq \mathfrak{n}, \quad x < 0

nach der ersten Zeile der Definition 71 und Satz 289

xxn\mathfrak{x}^{|x|} \neq \mathfrak{n}

ist, so daß dann exx\frac{\mathfrak{e}}{\mathfrak{x}^{|x|}} einen Sinn hat.

Satz 290: Für

xn\mathfrak{x} \neq \mathfrak{n}

ist

xxn.\mathfrak{x}^x \neq \mathfrak{n}.

Beweis: Für x>0x > 0 folgt dies aus Satz 289, für x=0x = 0 aus der Definition und für x<0x < 0 aus

xxxxn.\mathfrak{x}^x \mathfrak{x}^{|x|} \neq \mathfrak{n}.

Satz 291: x1=x\mathfrak{x}^1 = \mathfrak{x}.

Beweis:

x1=n=11x=x.\mathfrak{x}^1 = \prod_{n=1}^{1} \mathfrak{x} = \mathfrak{x}.

Satz 292: Es sei

x>0x > 0

oder

xn,yn.\mathfrak{x} \neq \mathfrak{n}, \quad \mathfrak{y} \neq \mathfrak{n}.

Dann ist

(xy)x=xxyx.(\mathfrak{x}\mathfrak{y})^x = \mathfrak{x}^x \mathfrak{y}^x.

Vorbemerkung: Beide Seiten haben jedenfalls einen Sinn; denn für x0x \leqq 0 ist

xyn.\mathfrak{x}\mathfrak{y} \neq \mathfrak{n}.

Beweis: 1) Bei festen x\mathfrak{x}, y\mathfrak{y} sei M\mathfrak{M} die Menge der x>0x > 0 mit

(xy)x=xxyx.(\mathfrak{x}\mathfrak{y})^x = \mathfrak{x}^x \mathfrak{y}^x.

I) Nach Satz 291 ist

(xy)1=xy=x1y1,(\mathfrak{x}\mathfrak{y})^1 = \mathfrak{x}\mathfrak{y} = \mathfrak{x}^1 \mathfrak{y}^1,

also 1 zu M\mathfrak{M} gehörig.

II) Ist xx zu M\mathfrak{M} gehörig, so ist

(xy)x+1=n=1x+1(xy)=n=1x(xy)(xy)=(xxyx)(xy)=(xxx)(yxy)=(n=1xxx)(n=1xyy)=n=1x+1xn=1x+1y=xx+1yx+1,\begin{aligned} (\mathfrak{x}\mathfrak{y})^{x+1} &= \prod_{n=1}^{x+1} (\mathfrak{x}\mathfrak{y}) = \prod_{n=1}^{x} (\mathfrak{x}\mathfrak{y}) \cdot (\mathfrak{x}\mathfrak{y}) = (\mathfrak{x}^x \mathfrak{y}^x)(\mathfrak{x}\mathfrak{y}) = (\mathfrak{x}^x \mathfrak{x})(\mathfrak{y}^x \mathfrak{y}) \\ &= \left(\prod_{n=1}^{x} \mathfrak{x} \cdot \mathfrak{x}\right)\left(\prod_{n=1}^{x} \mathfrak{y} \cdot \mathfrak{y}\right) = \prod_{n=1}^{x+1} \mathfrak{x} \cdot \prod_{n=1}^{x+1} \mathfrak{y} = \mathfrak{x}^{x+1} \mathfrak{y}^{x+1}, \end{aligned}

also x+1x + 1 zu M\mathfrak{M} gehörig.

Für x>0x > 0 ist also stets

(xy)x=xxyx.(\mathfrak{x}\mathfrak{y})^x = \mathfrak{x}^x \mathfrak{y}^x.
  1. Es sei
x=0,xn,yn.x = 0, \quad \mathfrak{x} \neq \mathfrak{n}, \quad \mathfrak{y} \neq \mathfrak{n}.

Dann ist

(xy)x=e=ee=xxyx.(\mathfrak{x}\mathfrak{y})^x = \mathfrak{e} = \mathfrak{e}\mathfrak{e} = \mathfrak{x}^x \mathfrak{y}^x.
  1. Es sei
x<0,xn,yn.x < 0, \quad \mathfrak{x} \neq \mathfrak{n}, \quad \mathfrak{y} \neq \mathfrak{n}.

Nach 1) ist

(xy)x=xxyx,(\mathfrak{x}\mathfrak{y})^{|x|} = \mathfrak{x}^{|x|} \mathfrak{y}^{|x|}, e(xy)x=exxyx=exxeyx,\frac{\mathfrak{e}}{(\mathfrak{x}\mathfrak{y})^{|x|}} = \frac{\mathfrak{e}}{\mathfrak{x}^{|x|} \mathfrak{y}^{|x|}} = \frac{\mathfrak{e}}{\mathfrak{x}^{|x|}} \cdot \frac{\mathfrak{e}}{\mathfrak{y}^{|x|}}, (xy)x=xxyx.(\mathfrak{x}\mathfrak{y})^x = \mathfrak{x}^x \mathfrak{y}^x.

Satz 293: ex=e\mathfrak{e}^x = \mathfrak{e}.

Beweis: Nach Satz 292 ist

exe=ex=(ee)x=exex,\mathfrak{e}^x \mathfrak{e} = \mathfrak{e}^x = (\mathfrak{e}\mathfrak{e})^x = \mathfrak{e}^x \mathfrak{e}^x, n=exexexe=ex(exe),\mathfrak{n} = \mathfrak{e}^x \mathfrak{e}^x - \mathfrak{e}^x \mathfrak{e} = \mathfrak{e}^x (\mathfrak{e}^x - \mathfrak{e}),

also (nach Satz 290 und Satz 221)

exe=n,\mathfrak{e}^x - \mathfrak{e} = \mathfrak{n}, ex=e.\mathfrak{e}^x = \mathfrak{e}.

Satz 294: Es sei

x>0,y>0x > 0, \quad y > 0

oder

xn.\mathfrak{x} \neq \mathfrak{n}.

Dann ist

xxxy=xx+y.\mathfrak{x}^x \mathfrak{x}^y = \mathfrak{x}^{x+y}.

Beweis: 1) Es sei

x>0,y>0.x > 0, \quad y > 0.

Dann ist nach Satz 281

xxxy=n=1xxn=1yx=n=1x+yx=xx+y.\mathfrak{x}^x \mathfrak{x}^y = \prod_{n=1}^{x} \mathfrak{x} \cdot \prod_{n=1}^{y} \mathfrak{x} = \prod_{n=1}^{x+y} \mathfrak{x} = \mathfrak{x}^{x+y}.
  1. Es sei
xn\mathfrak{x} \neq \mathfrak{n}

und nicht zugleich

x>0,y>0.x > 0, \quad y > 0.

α) Es sei

x<0,y<0.x < 0, \quad y < 0.

Dann ist nach 1)

xxxy=xx+y=xx+y,\mathfrak{x}^{|x|} \mathfrak{x}^{|y|} = \mathfrak{x}^{|x|+|y|} = \mathfrak{x}^{|x+y|}, xxxy=exxexy=exxxy=exx+y=xx+y.\mathfrak{x}^x \mathfrak{x}^y = \frac{\mathfrak{e}}{\mathfrak{x}^{|x|}} \cdot \frac{\mathfrak{e}}{\mathfrak{x}^{|y|}} = \frac{\mathfrak{e}}{\mathfrak{x}^{|x|} \mathfrak{x}^{|y|}} = \frac{\mathfrak{e}}{\mathfrak{x}^{|x+y|}} = \mathfrak{x}^{x+y}.

β) Es sei

x>0,y<0.x > 0, \quad y < 0.

Dann ist

xxxy=xxexy=xxxy.\mathfrak{x}^x \mathfrak{x}^y = \mathfrak{x}^x \frac{\mathfrak{e}}{\mathfrak{x}^{|y|}} = \frac{\mathfrak{x}^x}{\mathfrak{x}^{|y|}}.

A) Für

x>yx > |y|

ist nach 1)

xxxy=xyxxyxy=xxy=xx+y.\frac{\mathfrak{x}^x}{\mathfrak{x}^{|y|}} = \frac{\mathfrak{x}^{|y|} \mathfrak{x}^{x-|y|}}{\mathfrak{x}^{|y|}} = \mathfrak{x}^{x-|y|} = \mathfrak{x}^{x+y}.

B) Für

x=yx = |y|

ist

xxxy=e=x0=xx+y.\frac{\mathfrak{x}^x}{\mathfrak{x}^{|y|}} = \mathfrak{e} = \mathfrak{x}^0 = \mathfrak{x}^{x+y}.

C) Für

x<yx < |y|

ist nach 1)

xxxy=xxexxxyx=exyx=xxy=xx+y.\frac{\mathfrak{x}^x}{\mathfrak{x}^{|y|}} = \mathfrak{x}^x \frac{\mathfrak{e}}{\mathfrak{x}^x \mathfrak{x}^{|y|-x}} = \frac{\mathfrak{e}}{\mathfrak{x}^{|y|-x}} = \mathfrak{x}^{x-|y|} = \mathfrak{x}^{x+y}.

γ) Es sei

x<0,y>0.x < 0, \quad y > 0.

Dann ist nach β)

xxxy=xyxx=xy+x=xx+y.\mathfrak{x}^x \mathfrak{x}^y = \mathfrak{x}^y \mathfrak{x}^x = \mathfrak{x}^{y+x} = \mathfrak{x}^{x+y}.

δ) Es sei

x=0.x = 0.

Dann ist

xxxy=exy=xy=x0+y=xx+y.\mathfrak{x}^x \mathfrak{x}^y = \mathfrak{e} \mathfrak{x}^y = \mathfrak{x}^y = \mathfrak{x}^{0+y} = \mathfrak{x}^{x+y}.

ε) Es sei

x0,y=0.x \neq 0, \quad y = 0.

Dann ist nach δ)

xxxy=xyxx=xy+x=xx+y.\mathfrak{x}^x \mathfrak{x}^y = \mathfrak{x}^y \mathfrak{x}^x = \mathfrak{x}^{y+x} = \mathfrak{x}^{x+y}.

Satz 295: Für

xn\mathfrak{x} \neq \mathfrak{n}

ist

xxxy=xxy.\frac{\mathfrak{x}^x}{\mathfrak{x}^y} = \mathfrak{x}^{x-y}.

Beweis: Nach Satz 294 ist

xxyxy=x(xy)+y=xx;\mathfrak{x}^{x-y} \mathfrak{x}^y = \mathfrak{x}^{(x-y)+y} = \mathfrak{x}^x;

nach Satz 290 ist

xyn,\mathfrak{x}^y \neq \mathfrak{n},

also

xxxy=xxy.\frac{\mathfrak{x}^x}{\mathfrak{x}^y} = \mathfrak{x}^{x-y}.

Satz 296: Für

xn\mathfrak{x} \neq \mathfrak{n}

ist

exx=xx.\frac{\mathfrak{e}}{\mathfrak{x}^x} = \mathfrak{x}^{-x}.

Beweis: Nach Satz 295 ist

exx=x0xx=x0x=xx.\frac{\mathfrak{e}}{\mathfrak{x}^x} = \frac{\mathfrak{x}^0}{\mathfrak{x}^x} = \mathfrak{x}^{0-x} = \mathfrak{x}^{-x}.

Satz 297: Es sei

x>0,y>0x > 0, \quad y > 0

oder

xn.\mathfrak{x} \neq \mathfrak{n}.

Dann ist

(xx)y=xxy.(\mathfrak{x}^x)^y = \mathfrak{x}^{xy}.

Beweis: 1) Es sei

x=n,x>0,y>0.\mathfrak{x} = \mathfrak{n}, \quad x > 0, \quad y > 0.

Dann ist nach Satz 289

(xx)y=(nx)y=ny=n=nxy=xxy.(\mathfrak{x}^x)^y = (\mathfrak{n}^x)^y = \mathfrak{n}^y = \mathfrak{n} = \mathfrak{n}^{xy} = \mathfrak{x}^{xy}.
  1. Es sei
xn.\mathfrak{x} \neq \mathfrak{n}.

a) Bei festen x\mathfrak{x}, xx sei M\mathfrak{M} die Menge der y>0y > 0 mit

(xx)y=xxy.(\mathfrak{x}^x)^y = \mathfrak{x}^{xy}.

I) (xx)1=xx=xx1(\mathfrak{x}^x)^1 = \mathfrak{x}^x = \mathfrak{x}^{x \cdot 1};

1 gehört also zu M\mathfrak{M}.

II) yy gehöre zu M\mathfrak{M}. Dann ist nach Satz 294

(xx)y+1=(xx)y(xx)1=xxyxx=xxy+x=xx(y+1),(\mathfrak{x}^x)^{y+1} = (\mathfrak{x}^x)^y (\mathfrak{x}^x)^1 = \mathfrak{x}^{xy} \mathfrak{x}^x = \mathfrak{x}^{xy+x} = \mathfrak{x}^{x(y+1)},

also y+1y + 1 zu M\mathfrak{M} gehörig.

Für y>0y > 0 ist also die Behauptung wahr.

b) Es sei

y=0.y = 0.

Dann ist

(xx)y=e=xxy.(\mathfrak{x}^x)^y = \mathfrak{e} = \mathfrak{x}^{xy}.

c) Es sei

y<0.y < 0.

Dann ist nach a)

(xx)y=xxy,(\mathfrak{x}^x)^{|y|} = \mathfrak{x}^{x|y|},

also nach Satz 296 und a)

(xx)y=e(xx)y=e(xx)y=exxy=x(xy)=xxy.(\mathfrak{x}^x)^y = \frac{\mathfrak{e}}{(\mathfrak{x}^x)^{-y}} = \frac{\mathfrak{e}}{(\mathfrak{x}^x)^{|y|}} = \frac{\mathfrak{e}}{\mathfrak{x}^{x|y|}} = \mathfrak{x}^{-(x|y|)} = \mathfrak{x}^{xy}.

§ 10. Einordnung der reellen Zahlen

Satz 298:

[Ξ+H,0]=[Ξ,0]+[H,0];[ΞH,0]=[Ξ,0][H,0];[ΞH,0]=[Ξ,0][H,0];[ΞH,0]=[Ξ,0][H,0],falls H0;[Ξ,0]=[Ξ,0];[Ξ,0]=Ξ.\begin{aligned} [\Xi + H, 0] &= [\Xi, 0] + [H, 0]; \\ [\Xi - H, 0] &= [\Xi, 0] - [H, 0]; \\ [\Xi H, 0] &= [\Xi, 0][H, 0]; \\ \left[\frac{\Xi}{H}, 0\right] &= \frac{[\Xi, 0]}{[H, 0]}, \quad \text{falls } H \neq 0; \\ [-\Xi, 0] &= -[\Xi, 0]; \\ |[\Xi, 0]| &= |\Xi|. \end{aligned}

Beweis: 1)

[Ξ,0]+[H,0]=[Ξ+H,0+0]=[Ξ+H,0].[\Xi, 0] + [H, 0] = [\Xi + H, 0 + 0] = [\Xi + H, 0].
[Ξ,0][H,0]=[ΞH,00]=[ΞH,0].[\Xi, 0] - [H, 0] = [\Xi - H, 0 - 0] = [\Xi - H, 0].
[Ξ,0][H,0]=[ΞH00,Ξ0+0H]=[ΞH,0].[\Xi, 0][H, 0] = [\Xi H - 0 \cdot 0, \Xi \cdot 0 + 0 \cdot H] = [\Xi H, 0].
  1. Nach 3) ist, falls H0H \neq 0,
[H,0][ΞH,0]=[HΞH,0]=[Ξ,0],[H, 0]\left[\frac{\Xi}{H}, 0\right] = \left[H \cdot \frac{\Xi}{H}, 0\right] = [\Xi, 0], [Ξ,0][H,0]=[ΞH,0].\frac{[\Xi, 0]}{[H, 0]} = \left[\frac{\Xi}{H}, 0\right].
[Ξ,0]=[Ξ,0]=[Ξ,0].-[\Xi, 0] = [-\Xi, -0] = [-\Xi, 0].
Ξ=ΞΞ=ΞΞ=ΞΞ+00=[Ξ,0].|\Xi| = \sqrt{|\Xi|\,|\Xi|} = \sqrt{\Xi\Xi} = \sqrt{\Xi\Xi + 0 \cdot 0} = |[\Xi, 0]|.

Satz 299: Die komplexen Zahlen der Form [x,0][x, 0] genügen den fünf Axiomen der natürlichen Zahlen, wenn [1,0][1, 0] an Stelle von 1 genommen wird und

[x,0]=[x,0][x, 0]' = [x', 0]

gesetzt wird.

Beweis: [Z][\mathfrak{Z}] sei die Menge der [x,0][x, 0].

  1. [1,0][1, 0] gehört zu [Z][\mathfrak{Z}].

  2. Mit [x,0][x, 0] ist [x,0][x, 0]' in [Z][\mathfrak{Z}] vorhanden.

  3. Stets ist

x1,x' \neq 1,

also

[x,0][1,0],[x', 0] \neq [1, 0], [x,0][1,0].[x, 0]' \neq [1, 0].
  1. Aus
[x,0]=[y,0][x, 0]' = [y, 0]'

folgt

[x,0]=[y,0],[x', 0] = [y', 0], x=y,x' = y', x=y,x = y, [x,0]=[y,0].[x, 0] = [y, 0].
  1. Eine Menge [M][\mathfrak{M}] von Zahlen aus [Z][\mathfrak{Z}] habe die Eigenschaften:

I) [1,0][1, 0] gehört zu [M][\mathfrak{M}].

II) Falls [x,0][x, 0] zu [M][\mathfrak{M}] gehört, so gehört [x,0][x, 0]' zu [M][\mathfrak{M}].

Dann bezeichne M\mathfrak{M} die Menge der xx, für die [x,0][x, 0] zu [M][\mathfrak{M}] gehört. Alsdann ist 1 zu M\mathfrak{M} gehörig und mit jedem xx von M\mathfrak{M} auch xx' zu M\mathfrak{M} gehörig. Also gehört jede positive ganze Zahl xx zu M\mathfrak{M}, also jedes [x,0][x, 0] zu [M][\mathfrak{M}].

Da Summe, Differenz, Produkt und (wofern vorhanden) Quotient zweier [Ξ,0][\Xi, 0] nach Satz 298 den alten Begriffen entsprechen, desgleichen die Zeichen [Ξ,0]-[\Xi, 0] und [Ξ,0]|[\Xi, 0]|; da man

[Ξ,0]>[H,0]fu¨Ξ>H,[\Xi, 0] > [H, 0] \quad \text{für } \Xi > H, [Ξ,0]<[H,0]fu¨Ξ<H[\Xi, 0] < [H, 0] \quad \text{für } \Xi < H

definieren kann, so haben also die komplexen Zahlen [Ξ,0][\Xi, 0] alle Eigenschaften, die wir in Kapitel 4 für reelle Zahlen bewiesen haben, und insbesondere die Zahlen [x,0][x, 0] alle bewiesenen Eigenschaften der positiven ganzen Zahlen.

Daher werfen wir die reellen Zahlen weg, ersetzen sie durch die entsprechenden komplexen Zahlen [Ξ,0][\Xi, 0] und brauchen nur von komplexen Zahlen zu reden. (Die reellen Zahlen verbleiben aber paarweise im Begriff der komplexen Zahl.)

Definition 72: (Das freigewordene Zeichen) Ξ\Xi bezeichnet die komplexe Zahl [Ξ,0][\Xi, 0], auf die auch das Wort reelle Zahl übergeht. Ebenso heißt jetzt [Ξ,0][\Xi, 0] bei ganzem Ξ\Xi ganze Zahl, bei rationalem Ξ\Xi rationale Zahl, bei irrationalem Ξ\Xi irrationale Zahl, bei positivem Ξ\Xi positive Zahl, bei negativem Ξ\Xi negative Zahl.

Also schreiben wir z. B. 0 statt n\mathfrak{n}, 1 statt e\mathfrak{e}.

Nunmehr können wir die komplexen Zahlen mit kleinen oder großen Buchstaben beliebiger Alphabete (auch promiscue) bezeichnen. Für die folgende spezielle Zahl ist aber ein kleiner lateinischer Buchstabe üblich auf Grund der

Definition 73: i=[0,1]i = [0, 1].

Satz 300: ii=1i \cdot i = -1.

Beweis:

ii=[0,1][0,1]=[0011,01+10]=[1,0]=1.i \cdot i = [0, 1][0, 1] = [0 \cdot 0 - 1 \cdot 1, 0 \cdot 1 + 1 \cdot 0] = [-1, 0] = -1.

Satz 301: Für reelle u1u_1, u2u_2 ist

u1+u2i=[u1,u2].u_1 + u_2 i = [u_1, u_2].

Zu jeder komplexen Zahl xx gibt es also genau ein Paar reeller Zahlen u1u_1, u2u_2 mit

x=u1+u2i.x = u_1 + u_2 i.

Beweis: Für reelle u1u_1, u2u_2 ist

u1+u2i=[u1,0]+[u2,0][0,1]=[u1,0]+[u2001,u21+00]=[u1,0]+[0,u2]=[u1,u2].u_1 + u_2 i = [u_1, 0] + [u_2, 0][0, 1] = [u_1, 0] + [u_2 \cdot 0 - 0 \cdot 1, u_2 \cdot 1 + 0 \cdot 0] = [u_1, 0] + [0, u_2] = [u_1, u_2].

Durch Satz 301 ist das Zeichen [ ][\ ] unnötig geworden; die komplexen Zahlen sind eben die Zahlen u1+u2iu_1 + u_2 i, wo u1u_1 und u2u_2 reell sind; gleichen bzw. verschiedenen Paaren u1u_1, u2u_2 entsprechen gleiche bzw. verschiedene Zahlen, und Summe, Differenz, Produkt zweier komplexer Zahlen u1+u2iu_1 + u_2 i, v1+v2iv_1 + v_2 i (wo u1u_1, u2u_2, v1v_1, v2v_2 reell sind) bildet man nach den Formeln

(u1+u2i)+(v1+v2i)=(u1+v1)+(u2+v2)i,(u1+u2i)(v1+v2i)=(u1v1)+(u2v2)i,(u1+u2i)(v1+v2i)=(u1v1u2v2)+(u1v2+u2v1)i.\begin{aligned} (u_1 + u_2 i) + (v_1 + v_2 i) &= (u_1 + v_1) + (u_2 + v_2) i, \\ (u_1 + u_2 i) - (v_1 + v_2 i) &= (u_1 - v_1) + (u_2 - v_2) i, \\ (u_1 + u_2 i)(v_1 + v_2 i) &= (u_1 v_1 - u_2 v_2) + (u_1 v_2 + u_2 v_1) i. \end{aligned}

Man braucht sich nicht einmal diese Formeln zu merken, sondern nur, daß die Gesetze der reellen Zahlen erhalten bleiben und Satz 300 gilt; danach rechnet man einfach so:

(u1+u2i)+(v1+v2i)=(u1+v1)+(u2i+v2i)=(u1+v1)+(u2+v2)i,(u_1 + u_2 i) + (v_1 + v_2 i) = (u_1 + v_1) + (u_2 i + v_2 i) = (u_1 + v_1) + (u_2 + v_2) i, (u1+u2i)(v1+v2i)=(u1v1)+(u2iv2i)=(u1v1)+(u2v2)i,(u_1 + u_2 i) - (v_1 + v_2 i) = (u_1 - v_1) + (u_2 i - v_2 i) = (u_1 - v_1) + (u_2 - v_2) i, (u1+u2i)(v1+v2i)=(u1+u2i)v1+(u1+u2i)v2i=u1v1+u2iv1+u1v2i+u2iv2i=u1v1+u2v1i+u1v2i+u2v2ii=u1v1+u2v1i+u1v2i+u2v2(1)=(u1v1u2v2)+(u1v2+u2v1)i.\begin{aligned} (u_1 + u_2 i)(v_1 + v_2 i) &= (u_1 + u_2 i) v_1 + (u_1 + u_2 i) v_2 i \\ &= u_1 v_1 + u_2 i v_1 + u_1 v_2 i + u_2 i v_2 i \\ &= u_1 v_1 + u_2 v_1 i + u_1 v_2 i + u_2 v_2 i i \\ &= u_1 v_1 + u_2 v_1 i + u_1 v_2 i + u_2 v_2 (-1) \\ &= (u_1 v_1 - u_2 v_2) + (u_1 v_2 + u_2 v_1) i. \end{aligned}

Was die Division betrifft, so ergibt die Rechnung, wenn v1v_1 und v2v_2 nicht beide 0 sind,

u1+u2iv1+v2i=(u1+u2i)(v1v2i)(v1+v2i)(v1v2i)=(u1v1+u2v2)+((u1v2)+u2v1)i(v1v1+v2v2)+((v1v2)+v2v1)i=(u1v1+u2v2)+((u1v2)+u2v1)iv1v1+v2v2=u1v1+u2v2v1v1+v2v2+(u1v2)+u2v1v1v1+v2v2i\begin{aligned} \frac{u_1 + u_2 i}{v_1 + v_2 i} &= \frac{(u_1 + u_2 i)(v_1 - v_2 i)}{(v_1 + v_2 i)(v_1 - v_2 i)} = \frac{(u_1 v_1 + u_2 v_2) + (-(u_1 v_2) + u_2 v_1) i}{(v_1 v_1 + v_2 v_2) + (-(v_1 v_2) + v_2 v_1) i} \\ &= \frac{(u_1 v_1 + u_2 v_2) + (-(u_1 v_2) + u_2 v_1) i}{v_1 v_1 + v_2 v_2} = \frac{u_1 v_1 + u_2 v_2}{v_1 v_1 + v_2 v_2} + \frac{-(u_1 v_2) + u_2 v_1}{v_1 v_1 + v_2 v_2}\, i \end{aligned}

als kanonische Darstellung im Sinne des Satzes 301.