Encyclopedia Gravity Gravity Analysis Edge Ttdecomposition Lorentz4 D Exists Null Lorentz Ttdecomposi

ARTICLE 3 claims 3 theorems

Gravity Analysis Edge Ttdecomposition Lorentz4 D Exists Null Lorentz Ttdecomposi

In four-dimensional spacetime, a symmetric matrix can be split into a wave part and a gauge part, even when the wave travels at the speed of light.

The null TT decomposition

In general relativity, the metric perturbation that describes a gravitational wave is often analyzed by splitting it into pieces: a transverse-traceless (TT) part that carries the physical wave degrees of freedom, and a gauge part that can be removed by a coordinate choice. The classical TT decomposition works cleanly for a wave moving in a fixed direction with a non-null wave vector, meaning a direction where the squared length is nonzero. But a gravitational wave travels at the speed of light, and its wave vector is null: the Minkowski squared length is exactly zero. The standard projector formula divides by that squared length, so it breaks down precisely in the physically relevant case.

In 1916, Albert Einstein predicted gravitational waves as ripples in the curvature of spacetime, traveling at the speed of light. The mathematical description of their two polarization states, often called plus and cross, relies on the TT gauge. The null case is not a minor technical corner: it is the case that corresponds to actual radiation. The Recognition Science framework's machine-checked library of formal theorems addresses this gap with a Lorentzian algebraic layer, specializing a four-dimensional Euclidean TT decomposition to the Minkowski metric with signature (-,+,+,+). The library defines the objects explicitly: a symmetric 4×4 real matrix H, a wave covector m, and for the null case an auxiliary null covector l with minkowskiDot m l ≠ 0.

The central declaration, exists_nullLorentzTTDecomposition, establishes that for any symmetric matrix H and any null wave covector m (with m ≠ 0 and an auxiliary l satisfying minkowskiDot m l ≠ 0), there exists a decomposition H = H_TT + H_gauge, where H_TT is symmetric, traceless with respect to the Minkowski metric, and transverse to the wave direction, and H_gauge is a pure gauge part of the form m_i v_j + v_i m_j for some vector v. This is a theorem in the library, kernel-checked with no axioms beyond the standard three: propositional extensionality, choice, and quotient soundness. The projector used is P_{ij} = η_{ij} - (m_i l_j + l_i m_j) / (m·l), which avoids the division by zero that plagues the naive formula.

In Recognition Science, this decomposition is a step in a larger program that derives physical structure from a discrete ledger of recognition events. The framework models the TT decomposition as a linear-algebra operation on the ledger's closing data, not as a direct statement about physical spacetime. The declaration does not claim that the decomposition applies to Regge edge perturbations on a 4D lattice, does not prove that the RS action converges to the Einstein-Hilbert action in four dimensions, and does not attach any physical polarization normalization. It is a purely algebraic statement about matrices and covectors, with the physical interpretation left for further layers.

What the theorem changes is the toolkit: it provides a well-defined TT projector for null wave vectors, the case that matters for radiation. The classical non-null projector fails there, and this fills the gap with a construction that is machine-checked. The decomposition is unique up to the choice of auxiliary l, and the library proves the key properties: the projector is symmetric, the gauge part is symmetric, and the trace and transversality conditions hold. This gives a rigorous foundation for discussing gravitational wave polarizations in the null case, within the framework's algebraic setting.

The honesty pass: this is a theorem about matrices, not a physical law. The library does not claim that the TT decomposition is the correct description of gravitational waves in nature, nor that the framework's derivation of general relativity is complete. The physical bridge from the algebraic ledger to spacetime geometry remains open. The declaration is a tool, not a conclusion.

THEOREM nullTTProject · IndisputableMonolith/Gravity/Analysis/EdgeTTDecompositionLorentz4D.lean
def nullTTProject (m l : Fin 4 → ℝ) (H : Mat4) : Mat4 :=
  nullPhp m l H - nullTraceCoeff m l H • nullProjector m l
THEOREM nullProjector · IndisputableMonolith/Gravity/Analysis/EdgeTTDecompositionLorentz4D.lean
/-- Null-frame transverse projector against null `m` with auxiliary null `l`. -/
def nullProjector (m l : Fin 4 → ℝ) : Mat4 :=
  minkowskiEta - (minkowskiDot m l)⁻¹ • symmetrizedOuter m l
THEOREM nullAxisWave_dot · IndisputableMonolith/Gravity/Analysis/EdgeTTDecompositionLorentz4D.lean
theorem nullAxisWave_dot : minkowskiDot nullAxisWave nullAxisWave = 0 := by
  unfold minkowskiDot nullAxisWave; simp [vec4]

What this page does not claim

The declaration does not apply to Regge edge perturbations on a 4D lattice. The theorem does not attach any physical polarization normalization. The decomposition is not claimed to be the unique physical description of gravitational waves.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Gravity/Analysis/EdgeTTDecompositionLorentz4D.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND