Mampac
New member
- Joined
- Nov 20, 2019
- Messages
- 49
Hi,
Given a vector x=(x1,x2,...,xn) the vector norm
max{∣2x1−x2∣,∣x3∣,...,∣xn∣}I verified that ∣∣x∣∣≥0,∣∣x∣∣=0 iff x=0, also that ∣∣αx∣∣=∣α∣∣∣x∣∣, now I need to prove the triangle inequality, i.e. ∣∣x+y∣∣<∣∣x∣∣+∣∣y∣∣, as the last property of a vector norm.
However, I feel like my proof is low-key incomplete. I first state that,
x=(x1,x2,...,xn)y=(y1,y2,...,yn)x+y=(x1+y1,x2+y2,...,xn+yn)Then
∣∣x∣∣=max{∣2x1−x2∣,∣x3∣,...,∣xn∣}∣∣y∣∣=max{∣2y1−y2∣,∣y3∣,...,∣yn∣}∣∣x+y∣∣=max{∣2(x1+y1)−(x2+y2)∣,∣x3+y3∣,...,∣xn+yn∣}By triangle inequality, we can show that everything except for the first term in max, is indeed upper-bounded, since ∣x+y∣≤∣x∣+∣y∣.
For the first term, if we expand, ∣2(x1+y1)−(x2+y2)∣=∣2x1+2y1−x2−y2∣=∣2x1−x2+2y1−y2∣≤∣2x1−x2∣+∣2y1−y2∣.
The fact that I compare only respective terms makes me feel off. Is that all?
I'm just unsure how to work with the max functions and how to prove upper bounds on them:/
Thanks for help
Given a vector x=(x1,x2,...,xn) the vector norm
max{∣2x1−x2∣,∣x3∣,...,∣xn∣}I verified that ∣∣x∣∣≥0,∣∣x∣∣=0 iff x=0, also that ∣∣αx∣∣=∣α∣∣∣x∣∣, now I need to prove the triangle inequality, i.e. ∣∣x+y∣∣<∣∣x∣∣+∣∣y∣∣, as the last property of a vector norm.
However, I feel like my proof is low-key incomplete. I first state that,
x=(x1,x2,...,xn)y=(y1,y2,...,yn)x+y=(x1+y1,x2+y2,...,xn+yn)Then
∣∣x∣∣=max{∣2x1−x2∣,∣x3∣,...,∣xn∣}∣∣y∣∣=max{∣2y1−y2∣,∣y3∣,...,∣yn∣}∣∣x+y∣∣=max{∣2(x1+y1)−(x2+y2)∣,∣x3+y3∣,...,∣xn+yn∣}By triangle inequality, we can show that everything except for the first term in max, is indeed upper-bounded, since ∣x+y∣≤∣x∣+∣y∣.
For the first term, if we expand, ∣2(x1+y1)−(x2+y2)∣=∣2x1+2y1−x2−y2∣=∣2x1−x2+2y1−y2∣≤∣2x1−x2∣+∣2y1−y2∣.
The fact that I compare only respective terms makes me feel off. Is that all?
I'm just unsure how to work with the max functions and how to prove upper bounds on them:/
Thanks for help