Relativistic spacetime
A relativistic spacetime is a tuple
It consists of a 4-dimensional topological manifold
Note: signature
Motivation: mathematical geodesics vs. physical worldlines
Why do we need this extra "Time Orientation" structure?
Consider the analogy with curved surfaces (Riemannian manifolds). On a surface, any tangent vector at any point generates a valid geodesic. Even the zero vector generates a valid "constant curve" geodesic (
In spacetime, the mathematical definition of a geodesic (
- The "Rest" Problem: A constant curve
is a mathematical geodesic in spacetime, but it represents a particle existing for zero duration. A physical particle "at rest" must actually move through time. - Causality: The metric allows for "spacelike" curves (moving faster than light), which satisfy the geodesic equation but are physically forbidden for massive bodies.
To extract physical worldlines from the set of all mathematical geodesics, we must impose restrictions: the tangent vector must be non-zero, causal (timelike or null), and future-directed. The metric
Time Orientation
The absolute time function in Newtonian spacetime associates to each
\begin{document}
\begin{tikzpicture}
\draw[ultra thick] (0,0) .. controls (3,1) and (5,-1) .. (7,0.8);
\draw[ultra thick] (0,1.5) .. controls (3,2.5) and (5,0.5) .. (7,2.3);
\node at (7.5,0.8) {\Large{$t_1$}};
\node at (7.5,2.3) {\Large{$t_2$}};
\draw[ultra thick, blue, rotate around={10:(1,0.23)}] (-0.5,0.23) -- (2.5,0.23);
\draw[->, ultra thick, red] (1,0.23) -- (1.5, 1.5);
\node[circle, fill, inner sep=1.5pt, label={below:\Large{$p$}}] at (1,0.23) {};
\node at (0.8,1) {\color{red}\Large{$X$}};
\node at (-0.8, 0.2) {\color{blue}\Large{$dt$}};
\end{tikzpicture}
\end{document}
In Relativistic Spacetime, there is no absolute time function. The metric
- Timelike:
(inside the cones) - Lightlike (Null):
(on the cones) - Spacelike:
(outside the cones)
\begin{document}
\begin{tikzpicture}
% Draw light cone
\draw[thick, dashed] (0,0) -- (3,3); % Future light cone
\draw[thick, dashed] (0,0) -- (-3,3);
\draw[thick, dashed] (0,0) -- (3,-3); % Past light cone
\draw[thick, dashed] (0,0) -- (-3,-3);
% Draw the time axis
\draw[->] (0,-3.5) -- (0,3.5) node[anchor=south] {$t$};
% Draw the space axis
\draw[->] (-3.5,0) -- (3.5,0) node[anchor=west] {$x$};
% Timelike vector (within the light cone)
\draw[->, thick, blue] (0,0) -- (1,2) node[midway, above, sloped] {Timelike vector};
% Spacelike vector (outside the light cone)
\draw[->, thick, red] (0,0) -- (2,1) node[midway, above, sloped] {Spacelike vector};
% Lightlike vector (on the light cone)
\draw[->, thick, green] (0,0) -- (1.5,1.5) node[midway, above, sloped] {Lightlike vector};
% Labels for regions
\node at (1.5,2.5) {Future Light Cone};
\node at (1.5,-2.5) {Past Light Cone};
\node at (2.5,0.5) {Spacelike Region};
\end{tikzpicture}
\end{document}
So we need some other way to define what a future-directed vector field is. First, we need to restrict to Lorentzian manifolds which are oriented,
Definition (Time Orientation).
Let
- does not vanish anywhere, and
.
This field
With this, we can finally define a worldline strictly: It is a geodesic
\begin{document}
\begin{tikzpicture}[scale=1.3]
\draw[draw=red, opacity=0.2, fill=red, fill opacity=0.2] (0,2) -- (-0.2,3.4) .. controls (2,4) and (3,1) .. (5,1.5) -- (4,0) .. controls (3,-0.5) and (2,3) .. (0,2);
\node at (-0.5,3.5) {\color{red}\Large{$T_p$}};
\node at (5.2,1.6) {\color{red}\Large{$T_q$}};
\node at (2.2,2.1) {\color{red}\Large{$T$}};
\draw [thick](-1,3) arc (180:0:1cm and 0.15cm);
\draw[->,ultra thick,red] (0,2) -- (-0.2,3.4);
\draw [thick](-1,3) arc (180:360:1cm and 0.15cm) -- (0,2) -- cycle;
\draw [dashed,thick](-1,1) arc (180:360:1cm and 0.15cm) -- (0,2) -- cycle;
\draw [dashed,thick](-1,1) arc (180:0:1cm and 0.15cm);
\draw [thick,rotate around={-30:(4,0)}](3.5,1.5) arc (180:0:0.5cm and 0.1cm);
\draw[->,ultra thick,red] (4,0) -- (5,1.5);
\draw [thick,rotate around={-30:(4,0)}](3.5,1.5) arc (180:360:0.5cm and 0.1cm) -- (4,0) -- cycle;
\draw [dashed,thick,rotate around={-30:(4,0)}](3.5,-1.5) arc (180:360:0.5cm and 0.1cm) -- (4,0) -- cycle;
\draw [dashed,thick,rotate around={-30:(4,0)}](3.5,-1.5) arc (180:0:0.5cm and 0.1cm);
\node[circle, fill, inner sep=1.5pt, label={left:\Large{$p \,\,$}}] at (0,2) {};
\node[circle, fill, inner sep=1.5pt, label={right:\Large{$q$}}] at (4,0) {};
\end{tikzpicture}
\end{document}
Note: We shall now simply refer to relativistic spacetime as just spacetime.
Stationary spacetime
Definition (Stationary Spacetime). A spacetime
In a general spacetime, the time orientation
Claim A stationary spacetime is one where we can find a chart such that the components of the metric do not depend on time.
Proof. Recall a vector field is Killing if
Now imagine we pick a chart such that
which is the statement that the metric components are time-independent in this chart. □