Aufgabe:
Euklidische Norm: Dreiecksungleichung Beweis
Problem/Ansatz:
Ich soll beweisen, dass ||.||1 eine Norm auf dem Rn definiert.
Definitheit und Homogenität habe ich schon gezeigt, aber wie zeige ich die Dreiecksungleichung?
Hallo :-)
Für die p-Norm gilt:
∥x∥p : =(∑i=1n∣xi∣p)1/p.\| x \|_p := \left(\sum_{i=1}^n | x_i |^p\right)^{1/p}.∥x∥p : =(i=1∑n∣xi∣p)1/p.
Speziell für p=1p=1p=1 hast du:
∥x∥1=∑i=1n∣xi∣.\| x \|_1 = \sum_{i=1}^n | x_i |.∥x∥1=i=1∑n∣xi∣.
Nutze ∣v+w∣≤∣v∣+∣w∣,∀v,w∈R|v+w|\leq |v|+|w|,\forall v,w\in \mathbb{R}∣v+w∣≤∣v∣+∣w∣,∀v,w∈R gliedweise aus.
||v+w|| = ∑i=1n∣v+w∣\ \sum_{i=1}^n | v+w | ∑i=1n∣v+w∣ <= ∑i=1n∣v∣\ \sum_{i=1}^n | v | ∑i=1n∣v∣ + ∑i=1n∣w∣\ \sum_{i=1}^n | w | ∑i=1n∣w∣ = ||v|| + ||w||
so?
Nein. Du musst aufpassen, was du einsetzt. Es ist ein Vektor.
Könntest du mir zeigen, wie es richtig ist? Ich blicke es absolut nicht
Für x : =(x1⋮xn)∈Rnx:=\begin{pmatrix}x_1\\\vdots\\x_n\end{pmatrix}\in \mathbb{R}^nx : =⎝⎜⎜⎛x1⋮xn⎠⎟⎟⎞∈Rn
betrachtest du
xix_ixi sind reelle Zahlen.
Und jetzt nochmal: Nutze ∣v+w∣≤∣v∣+∣w∣,∀v,w∈R|v+w|\leq |v|+|w|,\forall v,w\in \mathbb{R}∣v+w∣≤∣v∣+∣w∣,∀v,w∈R gliedweise aus. v,wv,wv,w sind einfach nur andere Variablen, die mit den xix_ixi erstmal nichts zutun haben...
Kannst du mir Literatur empfehlen, in der das behandelt wird? Die Vorlesung geht da überhaupt nicht drauf ein... Ich verstehe nicht, was falsch ist...
Wo hast du hier Schwierigkeiten? Wenn du mein Beitrag liest, ab wo setzen deine Probleme ein?
Ahhh...
Es muss so aussehen:
||v+w|| = ∑i=1n∣v+w∣\ \sum_{i=1}^n | v+w | ∑i=1n∣v+w∣ = |v1+w1| + ... + |vn + wn| <= (|v1|+|w1|) + ... + (|vn|+|wn|)
Macht das nun Sinn?
Fast ;-)
Sage immer, woher du Objekte hernimmst.
Für v : =(v1⋮vn),w : =(w1⋮wn)∈Rnv:=\begin{pmatrix}v_1\\\vdots\\v_n\end{pmatrix},w:=\begin{pmatrix}w_1\\\vdots\\w_n\end{pmatrix}\in \mathbb{R}^nv : =⎝⎜⎜⎛v1⋮vn⎠⎟⎟⎞,w : =⎝⎜⎜⎛w1⋮wn⎠⎟⎟⎞∈Rn hat man:
∥v+w∥1=∥(v1⋮vn)+(w1⋮wn)∥1=∥(v1+w1⋮vn+wn)∥1=∑k=1n∣vi+wi∣=∣v1+w1∣+...+∣vn+wn∣ \|v+w\|_1=\left \|\begin{pmatrix}v_1\\\vdots\\v_n\end{pmatrix}+\begin{pmatrix}w_1\\\vdots\\w_n\end{pmatrix}\right \|_1=\left \|\begin{pmatrix}v_1+w_1\\\vdots\\v_n+w_n\end{pmatrix}\right \|_1\\[20pt]=\sum\limits_{k=1}^n |v_i+w_i|=|v_1+w_1|+...+|v_n+w_n| ∥v+w∥1=∥∥∥∥∥∥∥∥⎝⎜⎜⎛v1⋮vn⎠⎟⎟⎞+⎝⎜⎜⎛w1⋮wn⎠⎟⎟⎞∥∥∥∥∥∥∥∥1=∥∥∥∥∥∥∥∥⎝⎜⎜⎛v1+w1⋮vn+wn⎠⎟⎟⎞∥∥∥∥∥∥∥∥1=k=1∑n∣vi+wi∣=∣v1+w1∣+...+∣vn+wn∣
Und wie zeige ich dann daraus die Ungleichung?
So wie ich es oben schon angefangen habe?
Ja, richtig.
||v+w|| = ∑i=1n∣v+w∣\ \sum_{i=1}^n | v+w | ∑i=1n∣v+w∣ = |v1+w1| + ... + |vn + wn|
<= (|v1|+|w1|) +...+ (|vn|+|wn|) = ∑i=1n∣w∣\ \sum_{i=1}^n | w | ∑i=1n∣w∣ + ∑i=1n∣v∣\ \sum_{i=1}^n | v | ∑i=1n∣v∣ = ||v|| + ||w||
So, oder ist irgendwo ein Fehler?
Nein.
∥v+w∥1=∥(v1⋮vn)+(w1⋮wn)∥1=∥(v1+w1⋮vn+wn)∥1=∑k=1n∣vi+wi∣=∣v1+w1∣+...+∣vn+wn∣≤(∣v1∣+∣w1∣)+...+(∣vn∣+∣wn∣)=(∣v1∣+...+∣vn∣)+(∣w1∣+...+∣wn∣)=(∑k=1n∣vk∣)+(∑l=1n∣wl∣)=∥v∥1+∥w∥1\|v+w\|_1=\left \|\begin{pmatrix}v_1\\\vdots\\v_n\end{pmatrix}+\begin{pmatrix}w_1\\\vdots\\w_n\end{pmatrix}\right \|_1=\left \|\begin{pmatrix}v_1+w_1\\\vdots\\v_n+w_n\end{pmatrix}\right \|_1\\[20pt]=\sum\limits_{k=1}^n |v_i+w_i|=|v_1+w_1|+...+|v_n+w_n|\\\leq (|v_1|+|w_1|)+...+(|v_n|+|w_n|)\\=(|v_1|+...+|v_n|)+(|w_1|+...+|w_n|)\\=\left(\sum\limits_{k=1}^n |v_k|\right)+\left(\sum\limits_{l=1}^n |w_l|\right)=\|v\|_1+\|w\|_1 ∥v+w∥1=∥∥∥∥∥∥∥∥⎝⎜⎜⎛v1⋮vn⎠⎟⎟⎞+⎝⎜⎜⎛w1⋮wn⎠⎟⎟⎞∥∥∥∥∥∥∥∥1=∥∥∥∥∥∥∥∥⎝⎜⎜⎛v1+w1⋮vn+wn⎠⎟⎟⎞∥∥∥∥∥∥∥∥1=k=1∑n∣vi+wi∣=∣v1+w1∣+...+∣vn+wn∣≤(∣v1∣+∣w1∣)+...+(∣vn∣+∣wn∣)=(∣v1∣+...+∣vn∣)+(∣w1∣+...+∣wn∣)=(k=1∑n∣vk∣)+(l=1∑n∣wl∣)=∥v∥1+∥w∥1
Alles klar! Vielen Dank!
Ein anderes Problem?
Willkommen bei der Mathelounge! Stell deine Frage einfach und kostenlos