corrections

This commit is contained in:
salagne
2020-06-10 14:53:52 +02:00
parent ec9b7c692d
commit a8d317235c
19 changed files with 51 additions and 48 deletions
+3 -3
View File
@@ -48,9 +48,9 @@
\begin{definition}
(normierter Raum) Sei $V$ irgendein Vektorraum über $\K$ ($\K = \R$ oder $\K = \C$). Eine Abbildung $\norm{\cdot}: V \to \R$ heißt Norm (auf V), wenn folgende Bedingungen erfüllt sind:
\begin{enumerate}[N1]
\item (Definitheit) $\norm{x} \geq 0$, $\norm{x} = 0 \Leftrightarrow x=0$.
\item (Homogenität) $\norm{ \alpha x} = |\alpha| \cdot \norm{x}, \alpha \in \K$.
\item (Dreiecksungleichung) $\norm{x+y} \leq \norm{x} + \norm{y}$.
\item (Definitheit) $\norm{x} \geq 0$, $\norm{x} = 0 \Leftrightarrow x=0$. \label{def:N1}
\item (Homogenität) $\norm{ \alpha x} = |\alpha| \cdot \norm{x}, \alpha \in \K$. \label{def:N2}
\item (Dreiecksungleichung) $\norm{x+y} \leq \norm{x} + \norm{y}$. \label{def:N3}
\end{enumerate}
Das Paar $(V, \norm{\cdot})$ heißt normierter Raum.
\end{definition}