Pith. sign in
module module moderate

IndisputableMonolith.Gravity.Analysis.EdgeTTDecompositionLorentz4D

show as:
view Lean formalization →

Algebraic layer for the Lorentzian transverse-traceless (TT) decomposition of symmetric 4×4 matrices in signature (−,+,+,+). Defines Minkowski raise/trace/dot, traceless and transverse predicates, and the gauge outer-product pieces that split a symmetric tensor into TT plus pure-gauge. Gravity analysts cite it when matching local Clausius balances to Einstein form. Structure is definition-heavy linear algebra over ℝ⁴ with predicate lemmas.

claimOn $\mathbb{R}^{4}$ with Minkowski metric $\eta=\mathrm{diag}(-1,1,1,1)$, equip $\mathrm{Mat}_{4}(\mathbb{R})$ with index raising (negate the time component), Minkowski contraction and trace, and the predicates Lorentz-traceless, Lorentz-transverse, and Lorentz-TT. Introduce the gauge pieces built from symmetrized outer products so that a symmetric tensor decomposes into a TT part plus pure-gauge terms.

background

Jacobson's thermodynamic route to Einstein's equation reduces, at the algebraic hinge, to comparing two symmetric quadratic forms on every Minkowski-null direction. The upstream Clausius–Einstein bridge isolates that finite-dimensional fact: equality on all null vectors fixes the difference only up to a multiple of the metric, so a local all-null Clausius balance has the shape of Einstein's equation with the metric term free.

This module supplies the 4D Lorentzian toolkit for that hinge. Matrices are plain $4\times 4$ real arrays. Index raising for $(-,+,+,+)$ negates the time component. Minkowski dot and trace are the $\eta$-contractions. A symmetric matrix is Lorentz-traceless if its $\eta$-trace vanishes, Lorentz-transverse if it annihilates a chosen null (or timelike) direction after raising, and Lorentz-TT if both hold. Gauge pieces are built from outer squares and symmetrized outer products of vectors, the algebraic pure-gauge directions one must quotient by to reach the TT sector.

proof idea

Definition module with supporting predicate lemmas, not a single deep theorem. It introduces Mat4, symmetry, raise, Minkowski dot/trace, $\eta$, and the three Lorentz predicates (traceless, transverse, TT), then the gauge constructors (outer square, symmetrized outer, gauge part). Proofs are routine matrix algebra: unfolding definitions, component arithmetic under signature $(-,+,+,+)$, and verifying that gauge pieces are symmetric and that TT means the residual after subtracting gauge. No analytic estimates or continuum limits.

why it matters in Recognition Science

Feeds the axiom-audit module EdgeTTDecompositionLorentz4DAudit, which #print axioms every public theorem of this Lorentzian 4D TT layer and expects only [propext, Classical.choice, Quot.sound]. In the broader gravity stack it is the algebraic substrate under the Clausius–Einstein bridge: once null-direction balance is known up to a metric multiple, one still needs a clean TT-versus-gauge split of symmetric tensors to identify the curvature side with the Einstein tensor's TT content. Without this layer, the finite-dimensional hinge stays informal. It does not itself derive Einstein's equation or fix $G$; it only makes the 4D Lorentzian decomposition machine-checkable for downstream thermodynamic and Recognition-gravity arguments.

scope and limits

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (1)

Lean names referenced from this declaration's body.

declarations in this module (118)

… and 38 more