pith. sign in
theorem

lorentzian_signature

proved
show as:
module
IndisputableMonolith.Unification.SpacetimeEmergence
domain
Unification
line
162 · github
papers citing
3 papers (below)

plain-language theorem explainer

lorentzian_signature establishes that the metric η on 4D spacetime has exactly one negative diagonal entry and three positive ones, matching the temporal and spatial dimensions forced by the J-cost chain. Researchers deriving spacetime geometry from recognition principles would cite this to confirm the (1,3) signature. The proof is a one-line wrapper that pairs the negative_eigenvalue_count and positive_eigenvalue_count theorems.

Claim. The metric η satisfies |{i ∈ Fin 4 | η_{ii} < 0}| = temporal dimension and |{i ∈ Fin 4 | η_{ii} > 0}| = spatial dimension, confirming Lorentzian signature (−, +, +, +).

background

The SpacetimeEmergence module derives 4D Lorentzian geometry from J-cost minimization and the T0–T8 forcing chain rather than postulating background spacetime. J(x) = (x + x^{-1})/2 − 1 is the cost functional whose second derivative at 1 fixes positive spatial curvature while the 8-tick operator supplies the unique negative temporal direction. Upstream, negative_eigenvalue_count proves the negative diagonal count equals 1 and positive_eigenvalue_count proves the positive count equals 3; spatial_dim and temporal_dim are the constants 3 and 1 fixed by T8 and T7. The module states: 'The complete structure of 4D Lorentzian spacetime — metric signature (−,+,+,+) … is FORCED by the J-cost functional and the forcing chain T0–T8.'

proof idea

The proof is a one-line wrapper that applies negative_eigenvalue_count and positive_eigenvalue_count to discharge the two cardinality conjuncts directly.

why it matters

This fills SE-004 and supplies the signature_lorentzian field to spacetime_emergence_cert, which certifies the full emergence of Lorentzian spacetime with zero free parameters. It closes the chain segment from Recognition Composition Law through J-uniqueness (T5), 8-tick octave (T7), and D = 3 (T8) to the explicit metric signature diag(−1, +1, +1, +1). No open scaffolding remains.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.