Why do we use the Euclidean metric on $\mathbb{R}^2$?

On the train home, I thought I would try to prove $\pi$ is irrational. I needed a definition, so I used:

$\pi$ is the area of the unit circle.

But what is a circle?

A circle is the set of tuples $(x,y)$ satisfying "$x^2 + y^2 \leq 1$".

That seems a little awkward - is there a more natural way to say it?

The standard distance metric on $\mathbb{R}^2$ is "$\sqrt{(x1-x2)^2 + (y1-y2)^2}$". A circle is the unit ball of this metric, and $\pi$ is its area.

But why do we use this metric in the first place? Why not use the Taxicab metric - it's linear so it'd seem to satisfy even more nice mathematical properties.

Because of the Pythagorean theorem.

And what property of $\mathbb{R}^2$ lets us prove the Pythagorean theorem?

This one took a little more thought. I think it comes about because we want to associate lengths to lines that are equivalent under translations and rotations. Translations seem pretty natural - but I'm having trouble defining rotations without being circular:

  • If you multiply a coordinate tuple by the appropriate matrix, you get a rotation - but the matrix's entries involve $\sin$ and $\cos$, which I would define as the coordinates on the unit circle(which is circular).

  • I can define the set of all infinite lines that go through the origin. Except for the vertical line, you might assume they all have the form $L_m = \{(x,y)|y = mx\}$ for some $m \in \mathbb{R}$. Given an $m \in \mathbb{R}$, I can't find an obvious way to get the point on the unit circle corresponding to it.

  • The complex number route just gives $\sin$ and $\cos$. Circular, again.

  • We can determine whether two vectors are orthogonal using the dot product. That reduces defining the entire unit circle to defining just a single quadrant(if we also assume the length of $-1 * x$ is the same as $x$).

  • A quick Google search shows circles were a primitive notion in Euclid's Elements.

  • There is another question/answer given here, but I was still left confused as to what a rotation actually is in $\mathbb{R}^2$: Why is the Euclidean metric the natural choice?

So my questions are:

  1. Out of all the possible metrics, why choose the Euclidean metric as the natural one? I think it's rotation that's the root cause, but that might end up being a red herring.
  2. How do we define a natural equivalence of points up to rotation from first principles?
  3. This is related to #1. If we define the set of infinite lines through the origin, you can choose a representative element from each one and form a perimeter curve(assuming a continuous choice function). What properties does the circle have that would make it a natural choice?

The Euclidean metric is special because it comes from what is called an inner product, and up to scaling it is the only metric that does so. This allows you to talk about angles between vectors in a sensible way, which you cannot do with other metrics.

So really we don't choose to use the Euclidean metric, so much as we choose to use the dot product (the only inner product on $\mathbb R^2$, up to scaling) and we get the Euclidean metric as a result.


The obvious reason why the euclidean metric is standard is that this is how distances appear to behave in nature. I would think in any universe the "Standard" metric aliens would talk about (if they talk about such a concept) is the one that most obviously conforms to actual physical distance in their universe. There are of course nice mathematical reasons for the euclidean metric.