theorem
proved
lorentzian_signature
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Unification.SpacetimeEmergence on GitHub at line 162.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
159 simp [Finset.mem_filter, η_00, η_11, η_22, η_33, Fin.ext_iff]
160
161/-- **SE-004: The metric signature is (1, 3) — Lorentzian.** -/
162theorem lorentzian_signature :
163 (Finset.univ.filter (fun i : Fin 4 => η i i < 0)).card = temporal_dim ∧
164 (Finset.univ.filter (fun i : Fin 4 => 0 < η i i)).card = spatial_dim :=
165 ⟨negative_eigenvalue_count, positive_eigenvalue_count⟩
166
167/-- The trace of the metric: Tr(η) = −1 + 1 + 1 + 1 = 2. -/
168theorem η_trace : ∑ i : Fin 4, η i i = 2 := by
169 simp only [Fin.sum_univ_four]; rw [η_00, η_11, η_22, η_33]; norm_num
170
171/-- The determinant of the metric: det(η) = −1. -/
172theorem η_det : ∏ i : Fin 4, η i i = -1 := by
173 simp only [Fin.prod_univ_four]; rw [η_00, η_11, η_22, η_33]; norm_num
174
175/-- Negative determinant confirms Lorentzian signature. -/
176theorem lorentzian_from_det : ∏ i : Fin 4, η i i < 0 := by
177 rw [η_det]; norm_num
178
179/-! ## §5 The Spacetime Interval and Causal Classification -/
180
181/-- A spacetime displacement: 4-vector (Δt, Δx₁, Δx₂, Δx₃). -/
182abbrev Displacement := Fin 4 → ℝ
183
184/-- The spacetime interval for a displacement vector. -/
185def interval (v : Displacement) : ℝ := ∑ i : Fin 4, η i i * v i ^ 2
186
187/-- The spatial norm squared. -/
188def spatial_norm_sq (v : Displacement) : ℝ :=
189 v (1 : Fin 4) ^ 2 + v (2 : Fin 4) ^ 2 + v (3 : Fin 4) ^ 2
190
191/-- The temporal component squared. -/
192def temporal_sq (v : Displacement) : ℝ := v (0 : Fin 4) ^ 2
papers checked against this theorem (showing 3 of 3)
-
Lattice Weyl fermion gets an exact chiral symmetry, no doubling
"a single Weyl fermion ... protected by an emanant U(1) chiral symmetry which is also ultralocally generated but not quantized in the UV"
-
Neural net reads a holographic metric off the lattice quark potential
"f(r) = 1 − (1/r_h^4 + μ²/r_h²) r^4 + (μ²/r_h^4) r^6; AdS/RN background with deformation factor"
-
Pre-geometric gravity has three modes: graviton plus one scalar
"the pre-geometric field content of this formulation consists of the gauge field A^{AB}_µ of the group SO(1,4) or SO(3,2) and a Higgs-like scalar field ϕ^A. Once the latter acquires a nonzero vacuum expectation value... the ensuing SSB reduces the gauge group of spacetime to the Lorentz group SO(1,3)"