Theorem
- With V as a vector space, and d a Nice Metric
- This means λ∈F⟹d(λx,λy)=∣λ∣d(x,y)
- This means x∈V⟹d(x+z,y+z)≤d(x,y)
- Then, ∣∣x∣∣=d(x,0) is a Norm for V
Proof
Showing ∣∣x∣∣≥0
- Let x∈V
- Then, ∣∣x∣∣=d(x,0)≥0
Showing ∣∣x∣∣=0⟺x=0
- Let x∈V
- Then, ∣∣x∣∣=0⟺d(x,0)=0⟺λ=0
Showing ∣∣λx∣∣+∣∣λ∣∣∗∣∣x∣∣
- Let λ∈F
- Let x∈V
- Then, ∣∣λx∣∣=d(λx,0)
- =d(λx,λ0)=∣λ∣d(x,0) by nice metric property
- =∣λ∣∗∣∣x∣∣
Showing ∣∣x+y∣∣≤∣∣x∣∣+∣∣y∣∣
- Let x,y∈V
- ∣∣x+y∣∣=d(x+y,0)
- =d(x+y−y,−y) by adding −y to both terms, assuming this is allowed
- ≤d(x,0)+d(0,−y)
- ≤d(x,0)+d(y,y−y)
- ≤d(x,0)+d(y,0) (Note we could also use ∣λ∣∣y∣ symmetry)
- ≤d(x,0)+d(y,0)
- ≤∣∣x∣∣+∣∣y∣∣