In two dimensional space, the length of a vector is $$\sqrt{x^2+y^2}$$
In three dimensional space, the length of a vector is $$\sqrt{x^2+y^2+z^2}$$
How can one prove that in n th dimensional space the length of a vector is
$$\sqrt{d_1^2+d_1^2+\cdots +d_n^2}$$
where $d_n$ represents the n dimensional axis, like $n_1=x, n_2=y, n_3=z, etc$
https://en.wikipedia.org/wiki/Norm_(mathematics)#Euclidean_norm
The multidimensional definition satisfies the requirements of a norm: https://en.wikipedia.org/wiki/Norm_(mathematics)#Definition
– Alex R. Mar 16 '16 at 22:02