A proof of a claim I made in my previous entry.
At the end of my previous entry I wrote the following sentence (emphasis mine):
And exactly this is the reason why a norm function ||·|| of a normed vector space (V, ||·||) always induces a metric[...]
This is quite a bold statement to make, and as it is with such a mathematical statement, you need to mathematically proof it.
And so, as an excercise I set myself to work and wrote a proof of the statement on paper (see bottom of this entry), and typed it out afterwards because of possible readability issues.
The statement has been already proven, mind you, and it is not one of the more complicated proofs, but still, it was a nice exercise.
Let (V, ||·||) be a normed vector space, with ||·||: V x V → R being the norm and R being the set of real numbers.
By definition of a norm, ||·|| satisfies the following properties:
We define DV: V x V → R as DV(x,y) = ||x - y||.
DV is a metric if and only if it satisfies the following properties:
In the following steps we will proof that DV satisfies the properties of a metric.
||v|| ≥ 0 ⇒ (Let v = x - y) ||x - y|| ≥ 0
DV(x,y) = 0 ⇔ (Def. of DV) ||x-y|| = 0 ⇔ (Def. of norm, 3.)) x-y is the zero vector ⇔ x - y = 0 ⇔ x = y
(Note: While going through my notes again I realized that I can simplify the proof for this step; the proof on paper is a little bit longer)
It follows that DV is positive definite.
DV(x,y) = ||x-y|| = ||(-1) · (y - x)|| = (Def. of norm, 1.)) |(-1)| · ||y - x|| = ||y - x|| = DV(y,x)
It follows that DV is symmetric.
DV(x,z) = ||x - z|| = ||x - y + y - z|| ⇒ (Def. of norm, triangle inequality) ||x - y + y - z|| ≤ ||x - y|| + ||y - z|| ⇒ ||x - z|| ≤ ||x - y|| + ||y - z|| ⇒ DV(x,y) ≤ DV(x,y) + DV(y,z)
It follows that DV satisfies the triangle inequality.
By having proofed all the three properties of a metric for DV, it follows that DV is a metric, and more importantly, that every norm ||·|| defines a metric DV.
Q.E.D.