I've been re-reading my linear algebra book and a definition is given of the norm of a vector in $\mathbb{R}^n$ to be:
||v|| $= \sqrt{v_1^2 + v_2^2 + \cdots + v_n^2}$.
For $\mathbb{R}^2$ and $\mathbb{R}^3$ this can be trivially verified by applying the Pythagorean theorem. I struggle, however, to see how this is a definition we can assert to be true in $n$ space.
I think I can see a way that this could be proven inductively, but I'm not sure if induction even really makes sense to use here. The way I see it, when we extend the case from $\mathbb{R}^2$ to $\mathbb{R}^3$, we essentially create one leg of a right triangle in the $xy$ plane by projecting our $z$ coordinate orthogonally into the plane and finding that distance, while the other leg is precisely the length of that orthogonal projection of the $z$ component onto its shadow in $\mathbb{R}^2$. If this line of thinking is correct, couldn't we could find the length of a vector in $\mathbb{R}^4$ by again projecting the fourth component, let's call it $w$ into $\mathbb{R}^3$, where that distance becomes one leg of our right triangle.
Then, since this newly added fourth dimension introduces a fourth orthogonal axis, we know our initial projection was orthogonal and then the length of the other leg of this (hyper?) triangle is precisely the $w$ component that was projected, thus from this we are applying some type of four dimensional case of the pythagorean theorem to find our vector's norm. If we accept that approach as valid, for any vector of length $n$ we could continually construct the norm of that vector by building up to the length in dimension $n-1$ and the $n$th component consequentially will be our other leg of the (hyper?) triangle. That would be because the distance of the orthogonal projection of the $n$th component into $n-1$ space would again be precisely the value of said $n$th component.
I am trying to find a way to relate what the definition of the Euclidean norm is saying to something constructive and concrete. Has what I said made any sense at all, or does this come from a failure to understand the way we extend the notion of "distance" in higher dimensions?
If I had to summarize my question, it would be: "Is the Euclidean norm simply an agreed-upon convention to define distance in $n$ space that assumes the way we calculate magnitude is dimension invariant, or is there a more concrete way to prove that this definition really is tied to something concrete and can be rigorously verified?"