Space and time are not separate containers that events happen “in.” They are one unified four-dimensional fabric: spacetime. This isn’t a metaphor. It is the actual geometry of the universe, and everything we’ve seen so far — time dilation, length contraction, simultaneity disagreement — is a consequence of this geometry.
Take a map and call the top edge “north.” Now rotate the map 45 degrees. What was pointing north now has a component pointing east. The landscape hasn’t changed — rotating simply mixed the two directions.
Relative motion does the same thing to spacetime. Moving at velocity v relative to another observer “rotates” the moving observer’s spacetime coordinates. What one observer calls pure time, the other calls a mix of time and space. What one calls pure space, the other calls a different mix. The rotation is called a Lorentz boost.
In ordinary space, rotating mixes x and y while preserving x^2 + y^2. In spacetime, a Lorentz boost mixes x and t while preserving x^2 - c^2 * t^2. The minus sign changes everything: spacetime geometry is hyperbolic, not Euclidean. Circles become hyperbolas. Rotations become boosts. The invariant isn’t a radius — it’s the spacetime interval.
Hermann Minkowski, Einstein’s former professor, reformulated special relativity as geometry in 1908. His framework: events are points in a four-dimensional space with coordinates (t, x, y, z). The geometry is defined not by the Euclidean distance formula but by the spacetime interval.
The key diagram: a Minkowski diagram with time running vertically and space running horizontally. Light travels along 45-degree lines (in natural units where c = 1). An object’s history through spacetime — its worldline — is a curve on this diagram.
In Minkowski spacetime, the fundamental entity is the event: a point with a specific location and time. Objects are not fundamental — they are worldlines, continuous sequences of events. A stationary object is a vertical line. A moving object is a tilted line. An accelerating object is a curve.
This shift in perspective — from objects to events, from trajectories to worldlines — is the conceptual core of relativistic thinking.
The distance between two points in ordinary space is invariant: all observers agree on it regardless of how their axes are oriented. In spacetime, the invariant is the spacetime interval:
ds^2 = -c^2 * dt^2 + dx^2 + dy^2 + dz^2
Unlike spatial distance, ds^2 can be:
Time is relative. Space is relative. Simultaneity is relative. But the spacetime interval is absolute. Every observer, in every frame of reference, computes the same ds^2 between two events. It is the invariant geometric quantity that anchors all of relativity.
When time dilates and space contracts, they do so in exactly the amounts needed to preserve ds^2. The interval is what’s real; space and time separately are projections.
Physicists argue about sign conventions. Some define ds^2 = c^2 * dt^2 - dx^2 - dy^2 - dz^2, reversing which intervals are positive and negative. The physics is identical. These lessons use the “mostly plus” convention (- + + +) because it keeps spatial distances positive, which aligns with distributed systems intuitions about “distance between nodes.”
An object’s worldline is its complete history through spacetime — every event it participates in, from birth to death, traced as a continuous curve in the four-dimensional manifold.
A straight worldline means constant velocity (inertial motion). A curved worldline means acceleration. The twin paradox resolves by comparing worldline lengths: the twin who stays home follows a straight worldline; the traveling twin follows a bent one. In spacetime geometry, the straight path has more proper time (the opposite of Euclidean geometry, where the straight path is shortest).
In a distributed system, every event has a spacetime coordinate: which node (spatial location) and what local timestamp (temporal position). The complete history of the system is a set of worldlines — one per node — in a spacetime diagram.
The causal structure of the system — which events can influence which — is the invariant. It doesn’t depend on clock synchronization or frame of reference. This is the distributed systems equivalent of the spacetime interval: the topology of causality is absolute, even when clocks disagree.
In event-sourced architectures, the event log IS the worldline. Each service has its own log — its own path through the system’s spacetime. Projections (read models) are observers slicing through these worldlines at particular angles. Different projections of the same event history can disagree about ordering and grouping, just as different relativistic observers disagree about simultaneity — but the causal structure of the log is invariant.
This lesson establishes: