I am having trouble with a distance formula proof for my linear algebra class.
This is the proof I have written down:
Verify d(v1,v2) < d(v1,v) + d(v,v2)
d(v1,v2) = ||v1-v2|| = ||v1-0-v2|| = ||v1-v+v-v2|| = ||(v1-v)+(v-v2)|| = ||v1-v|| + ||v-v2|| = d(v1,v) + d(v,v2)
The thing that is confusing me is what is "v"??? The values of v1 and v2 are given I'm guessing, but where does the plain "v" come from? Is it just some arbitrary vector with any value. Because I've been trying to calculate these and they aren't coming out equal. Please help... and an example with numbers would be fantastic.