I am trying to understand what metric space is (I need it to understand what Minkowski space is, as one of the key to understand why Twins paradox is not a paradox (if it is not indeed)).
I understood that metric space is described by a set and a metric.
First confusion
A set, as I understand is just a bunch of numbers, that space consists of. Here I already have doubts. Is it some specifically described bunch of numbers (by a function, for example, or manually), or it meant a group of numbers from the hierarchy, like Natural, Rational, Complex, etc.?
Second confusion
A metric, as I understand, is just a function, that defines how to calculate the distance between … and here I also have confusion.
Distance between points (which can be vectors entities, i.e. be described by two or more numbers) made up from numbers from the Set, or “distance” between directly two (or more?) numbers from the Set.
The second one actually means some fundamental stuff, i.e. it should describe, what is the distance between numbers, like between 5 and 3, so it rule can be, that it wouldn’t be 2.
I always see in literature, that metric is written as
$$d(x,y)$$ $$d(x,x)=0$$
What does x, and y mean there?
Third confusion
Probably, more general, a metric $d$ of some set $M$ is described as
$$d: M \times M -> R$$
What does it mean? Does $\times$ mean cross product? Why $M$ is twice?