Encyclopedia Gravity Gravity Analysis Regge4 Dcontinuum Preflight Axis Ttcross Normalized Is Ttpolari

ARTICLE 3 claims 2 models 1 open

Gravity Analysis Regge4 Dcontinuum Preflight Axis Ttcross Normalized Is Ttpolari

A polarization state is a pattern of distortion in a passing wave; this declaration fixes one such pattern, the cross mode, and scales it to unit strength.

The normalized cross polarization

In the study of gravitational waves, a polarization describes how the wave distorts space as it passes. The cross polarization is one of the two basic distortion patterns, along with the plus polarization. A ring of test particles in the plane perpendicular to the wave's travel. The plus mode squeezes the ring along the horizontal and vertical axes; the cross mode squeezes it along the diagonal axes, at 45 degrees to the plus mode. Together they form the two independent transverse, traceless (TT) polarizations that general relativity allows for a wave in vacuum.

The declaration axisTTCrossNormalized fixes a specific mathematical object: a 4 by 4 matrix representing the cross polarization, scaled so that its Frobenius norm, a measure of the matrix's overall size, equals exactly 1. This normalization, dividing by the square root of 2, makes the polarization a unit vector in the space of matrices. The declaration also asserts that this normalized matrix is indeed a valid TT polarization for a chosen wave direction, meaning it is transverse to that direction and traceless, as a physical gravitational wave polarization must be.

This is a definitional step within the framework's program to recover the Einstein-Hilbert action of general relativity from a discrete lattice model. The normalized cross polarization, along with its plus counterpart, provides the test states on which the lattice action's continuum limit is to be compared against the known continuum result. The declaration is part of a preflight module that freezes the targets and definitions before any computation of convergence is attempted.

What the declaration does not claim is any physical result. It does not assert that the lattice model successfully reproduces general relativity, nor that this polarization state is observed in nature. The convergence of the discrete action to the continuum Einstein-Hilbert action on these polarization states remains an open target, explicitly named as such in the framework's own documentation. The declaration is a piece of bookkeeping, a fixed reference point for future work, not a statement about the physics of gravitational waves themselves.

MODEL axisTTCrossNormalized · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.lean
/-- Axis cross polarization normalized to Frobenius 1. -/
def axisTTCrossNormalized : Mat4 :=
  (Real.sqrt 2)⁻¹ • axisTTCross
MODEL edge_tt_decomposition · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.lean
/-- Packaged OPEN name for the ledger edge closer: algebraic TT split
attached to all 15 Regge edge classes of the true-weight Hessian, with
two independent TT polarizations and gauge/trace annihilation. -/
def edge_tt_decomposition : Prop :=
  (∀ (m : Wave4) (H : Mat4),
      IsSymmetric H → waveNormSq m ≠ 0 →
        H = ttProject m H + gaugePart m (gaugeVector m H) +
            residualTrace m H • transverseProjector m ∧
              IsTT m (ttProject m H)) ∧
    IsTTPolarization4D axisWave axisTTPlusNormalized ∧
      IsTTPolarization4D axisWave axisTTCrossNormalized ∧
        (¬ IsTransverse axisWave decoyGauge)

What this page does not claim

This declaration does not prove that the discrete lattice model recovers general relativity. This declaration does not make any empirical prediction about gravitational waves observed in nature. This declaration does not define the cross polarization for waves traveling in a direction not covered by the chosen axis wave.

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/Regge4DContinuumPreflight.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