Questions tagged [metric-space]

A metric space characterizes a set of elements by means of one number value for each pair of elements. (Additional conditions may apply.) It formalizes and broadens the idea of geometric distances, as for instance between particular cities.

A metric space (including its various generalizations) is the mathematical concept of characterizing a set $M$ of elements by assigning one particular number value to each pair of elements. That value is called a distance, $d$; or a separation, $s$; or in total generally "the metric".

The idea of a metric space formalizes and broadens the familiar concept of geometric distances, such as distances between particular cities represented in a distance table.

Formally, a metric space is written as "$( M, s )$", where
$$ s : M \times M \rightarrow \mathbb R.$$

Additional conditions may apply: for a metric space in the strictest, most concrete sense, referring to distance $d$ rather than abstract separation $s$, it is required that for any three (not necessarily distinct) elements $\mathbf a, \mathbf b, \mathbf c \in M$ holds

  1. $d[ \mathbf a, \mathbf b ] \ge 0 $, i.e. "non-negativity",
  2. $d[ \mathbf a, \mathbf b ] = 0$ if and only if $ \mathbf a $ and $\mathbf b$ are one and the same element of set $M$,
    i.e. "identity if indiscernibles",
  3. $d[ \mathbf a, \mathbf b ] = d[ \mathbf b, \mathbf a ]$, i.e. "symmetry",
  4. $d[ \mathbf a, \mathbf b ] + d[ \mathbf b, \mathbf c ] \ge d[ \mathbf a, \mathbf c ]$, i.e. the "triangle inequality".

Generalizations arise by dropping one or several of these conditions. If condition 1. is maintained, i.e. in these generalizations, then the metric is still considered and written as a distance $d$. If condition 1. is dropped, however, the metric is more abstractly a separation $s$.

24 questions
7
votes
3 answers

Is spacetime isomorphic to a metric space?

I know that spacetime, as described by General Relativity (GR), is a pseudo-Riemannian manifold. The label "pseudo" is due to the fact that the metric of spacetime entails not only positive distances, but also negative and null distances (resulting…
5
votes
1 answer

Open sets in Minkowski spacetime

I don't know how to imagine open sets in Minkowski spacetime. I have seen that there are many diffrent ways of constructing them — that's OK. But for example. which construction do people mean in the case of the Reeh-Schlieder theorem? In such an…
5
votes
3 answers

Why do we use dual space in some circumstances and inner product in others?

In undergraduate linear algebra, the concept of a dot product, generalized to the inner product on an inner product space, is introduced fairly early as a way to multiply 2 vectors together to get a scalar. As one continues through an undergraduate…
2
votes
3 answers

Is there a standard name for Robb's spacetime invariant equation?

I'm not sure exactly how to categorize Robb's treatment of the spacetime interval. But it seems like a gem of simplicity and insight. The following illustrations are based on MTW Box 1.3. As drawn, we can think of two unaccelerated observers…
2
votes
2 answers

How to identify an Euclidean space?

How do I determine that a certain space is Euclidean space or not? Are Spherical and Cylindrical Coordinates Euclidean too? This question may be be elementary but I need to understand this.
2
votes
1 answer

What is the most general definition of a coordinate system?

What is the most general definition of a coordinate system? Specificly: given a suitably general metric space $(\mathcal S, s)$ consisting of a set $\mathcal S$ of elements (for instance: a set of events) together with a function $s : \mathcal…
2
votes
0 answers

Can isotropy (or anisotropy) be expressed in terms of intervals ($s^2$) between pairs of events?

Considering a set $\mathcal S$ of events and given the values of intervals $s^2[~P, Q~] \in \mathbb R$ for all pairs of events $P, Q \in \mathcal S$ (up to a common non-zero scale factor): how can conditions be expressed for whether $\mathcal S$ is…
user12262
  • 4,360
1
vote
2 answers

Why is $g(v,v)$ the speed in general relativity?

if $v_{\gamma,p}$ is the velocity along a curve at point $p$ on the manifold of space time, and $g$ is the metric tensor, then $g(v_{\gamma,p},v_{\gamma,p})^{1/2}$, calculated in tensor notation by $(g_{ij}v^iv^j)^{1/2}$ gives the speed. I don't…
1
vote
1 answer

How to express in terms of spacetime intervals whether two participants in a flat region were at rest to each other

Given a flat region of spacetime as set $\mathcal S$ of events together with values of spacetime intervals (up to a common non-zero constant) for each pair of events, $s^2 : \mathcal S \times \mathcal S \rightarrow \mathbb R$, and considering two…
1
vote
1 answer

How is the curvature of space measured on earth scale?

How do we measure the curvature of space due to earths gravity since we can't dig a hole through the centre of the earth and measure the actual diameter of earth which is slightly different (1.8cm) from the ratio of circumference and pi. I think I…
user65445
  • 157
1
vote
0 answers

Do three spacelike separated events on the same lightcone satisfy the triangle inequality?

If three events are (pairwise) spacelike related to each other then their interval ratios do not necessarily satisfy the triangle inequality. (For example, consider the case that two of the three event pairs are "almost lightlike".) But what…
user12262
  • 4,360
0
votes
0 answers

Expressing curvature invariants ($K_1, I_1, ... $), at any one event, through Synge's WF $\sigma$ (given of each event pair, in a suitable region)

Considering a set $\mathcal S$ of events such that for each pair $p, q \in \mathcal S$ Synge's world function $\sigma$ is defined and the corresponding value $\sigma[ ~ p, q ~ ]$ is given, and such that a subset $\mathcal D_0 \subseteq \mathcal S$…
0
votes
1 answer

What exactly is A. A. Robb's version of "the result first proved by Robb (1936)"?

Considering four distinct events in a spacetime region in which values of Synge's world function $\sigma$ are defined (up to a common non-zero factor) for each pair of events, and specificly considering three events $\mathcal A$, $\mathcal P$ and…
0
votes
0 answers

Can the image of a spacetime geodesic be characterized through Synge's world function?

Since a geodesic is understood to be a map $\gamma : \text{real number interval} \rightarrow \text{spacetime } \mathcal S$, with certain additional properties, the image of a particular geodesic is some particular subset of spacetime, i.e. some…
user12262
  • 4,360
0
votes
1 answer

Why is the time coordinate different in the metric?

I have been using the metric for quite a while now and I never thought about it. Why does the time coordinate always have an opposite sign to the space one? In other words, why does the metric have this form(in free space)? $$ ds^2=…
1
2