My boss claims that distance in $\Bbb{R}^n$ between two vectors, $a=[a_1, a_2, \dots a_n]$ and $b=[b_1,b_2,\dots b_n]$ is defined as:
$$d = \sqrt{\sum (b_i-a_i)^2}$$
I claim that no, under a geometric treatment one only needs to define length in one dimension. From there, one can apply Pythagoras theorem to get derive the Euclidean distance in $\Bbb{R}^2$ and inductively from there to $\Bbb{R}^n$. My question is two-fold:
- Is it true that Euclidean distance in $\Bbb{R}^n$ must be defined and can't be derived once we define it in $\Bbb{R}^1$ and just apply Pythagoras theorem repeatedly (and the definition of $\Bbb{R}^n$ as the space spanned by orthogonal vectors)?
- In modern geometry, how is distance/ length in $\Bbb{R}^1$ defined? I understand everything is built on Euclid's five postulates. The first postulate talks about being able to draw a line segment between two points. But I see nothing defining length in $\Bbb{R}^1$.
Also, is there a textbook on Geometry that covers these concepts?