I am reading "Linear Algebra Done Right 3rd Edition" by Sheldon Axler.
On p.173 in this book, the author wrote as follows:
Note that the Triangle Inequality implies that the shortest path between two points is a line segment.
I have not read a proof of the above fact yet.
Does a typical proof of the above fact use the Triangle Inequality?
When we prove the above fact by calculus or something, do we need the Triangle Inequality?
Is it true that we cannot prove the above fact without the Triangle Inequality?
Parametrize an arbitrary path by $r(t)$ on $t\in[a,b]$ that is differentiable a.e. on $(a,b)$. Then by triangle inequality
$$\big\|r(b)-r(a) \big\|=\big\|\int_a^br'(t)dt \big\|\leq\int_a^b\big\|r'(t) \big\|dt.$$
LHS is distance of a line segment connecting two points; RHS is distance of an arbitrary path.