Let $P_1,P_2\in\mathbb{R}^3$ and consider all the paths from $P_1$ to $P_2$, I wish to prove that the euclidean distance (that is the length of the line connecting them) is the distanse of the shortest of all paths connecting $P_1$ to $P_2$.
My strategy is to prove that the straight line is a path (trivial) and the for path that is not the straight line connecting $P_1$ to $P_2$ the straight line is shorter, but I am having difficulty with proving the last part.
Can someone please help ?
Edit: for samplicity I edited for the case $n=3$
I think it's easier to work with the basic definition of arc-length ie. $$ l(f)= \sup_{P}\sum_{i=0}^k |f(t_{i+1})-f(t_i)| $$ where $f:[0,1]\to \mathbb{R}^3$, $f(0)=a$, $f(0)=b$ and the $\sup$ is taken over all partitions $P$ of $[0,1]$. Now by the triangle inequality we have $|a-b|=|f(t_0)-f(t_k)|\leq |f(t_0)-f(t_{k-1})|+|f(t_{k-1})-f(t_k)|$, now apply the triangle inequality to the first term, and continue to arrive at $|f(t_0)-f(t_k)|\leq \sum_{i=0}^k |f(t_{i+1})-f(t_i)| \leq l(f)$.