2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Viele kleine Verbesserungen; Lösungen ausführlicher beschrieben

This commit is contained in:
Martin Thoma 2013-09-21 14:21:30 +02:00
parent ddc2f95b9a
commit 5ec44b1554
6 changed files with 79 additions and 33 deletions

View file

@ -1,8 +1,6 @@
\section*{Aufgabe 2}
\subsection*{Lösungsalternative 1:}
\textbf{Voraussetzung:}
\paragraph{Voraussetzung:}
Gegeben sei eine Funktion $F$:
\begin{align*}
F: \mathbb{R} &\rightarrow [-1, 1]\\
@ -11,7 +9,7 @@ Gegeben sei eine Funktion $F$:
sowie eine Folge $(x)_k$ mit $x_{k+1} := F(x_k)$.
\textbf{Behauptung:} $\displaystyle \exists! x^*: \forall x \in \mathbb{R}: \lim_{k \rightarrow \infty} x_k = x^*$
\paragraph{Behauptung:} $\displaystyle \exists! x^*: \forall x \in \mathbb{R}: \lim_{k \rightarrow \infty} x_k = x^*$
\paragraph{Beweis:} über den Banachschen Fixpunktsatz.
\begin{proof}