Encyclopedia Gravity Gravity Analysis Regge4 Dcontinuum Preflight Frobenius Norm Sq Axis Ttcross Norm
ARTICLE 4 claims 1 theorem 3 models
Gravity Analysis Regge4 Dcontinuum Preflight Frobenius Norm Sq Axis Ttcross Norm
In four-dimensional gravity, a specific wave polarization has a squared size of exactly one, a normalization that lets physicists compare different wave shapes on equal footing.
The normalized cross polarization
In the study of gravitational waves, a polarization describes a specific pattern of stretching and squeezing that the wave imposes on space. The cross polarization is one of the two basic patterns, the one that acts at 45 degrees to the plus pattern. In the Recognition Science framework, the declaration frobeniusNormSq_axisTTCrossNormalized concerns the squared size of this cross polarization after it has been scaled by one over the square root of two. The squared size is computed by summing the squares of all sixteen entries of the 4 by 4 matrix that represents the polarization, a quantity known as the Frobenius norm squared. The declaration establishes that this normalized cross polarization has a squared size of exactly one.
The scaling by one over the square root of two is what makes the size equal to one. Without that scaling, the raw cross polarization matrix would have a squared size of two, because it contains two entries of magnitude one. Dividing by the square root of two before squaring reduces the squared size from two to one. This normalization is a definitional choice, not a derived result. The framework models the cross polarization this way so that it can serve as a unit-sized test object in a larger program.
That larger program is the framework's four-dimensional continuum preflight, a preparatory step before attempting to recover the full Einstein-Hilbert action from a discrete lattice. The normalized cross polarization is one of two test polarizations, the other being the normalized plus polarization. Both are declared to be transverse and traceless, meaning they have no component along the wave's direction of travel and leave volumes unchanged. These properties make them suitable probes for checking whether a discrete approximation to gravity reproduces the correct continuum behavior.
In Recognition Science, the declaration is part of a module that freezes the independent continuum target, the canonical mesh carrier, and the normalized transverse-traceless data before further computation. The module explicitly states that nothing here proves continuum recovery. The normalization of the cross polarization is a groundwork step, not a result about the physical world. It gives the framework a clean, unit-sized object to use in later checks, but it does not by itself say anything about whether the discrete lattice reproduces the Einstein-Hilbert action.
What the declaration does not claim is equally important. It does not claim that the cross polarization is the only possible normalized polarization, nor that this normalization is physically preferred over any other. It does not claim that the cross polarization has any particular physical meaning beyond being a transverse, traceless pattern. And it does not claim that the framework has succeeded in recovering continuum gravity from the lattice. The declaration is a definition, a choice of units for a test object, not an empirical or derivational statement.
MODEL axisTTCrossNormalized · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.lean
/-- Axis cross polarization normalized to Frobenius 1. -/
def axisTTCrossNormalized : Mat4 :=
(Real.sqrt 2)⁻¹ • axisTTCross
MODEL inv_sqrt_two_sq · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.lean
theorem inv_sqrt_two_sq : ((Real.sqrt 2)⁻¹) ^ 2 = (2 : ℝ)⁻¹ := by
rw [inv_pow, Real.sq_sqrt (by norm_num : (0 : ℝ) ≤ 2)]
MODEL axisTTCrossNormalized · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.lean
/-- Axis cross polarization normalized to Frobenius 1. -/
def axisTTCrossNormalized : Mat4 :=
(Real.sqrt 2)⁻¹ • axisTTCross
THEOREM S_RS_converges_EH_4d · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.lean
/-- Packaged OPEN name for the ledger closer. Weak-field quadratic action
convergence only; not nonlinear strong-field GR and not sourced EFE. -/
def S_RS_converges_EH_4d : Prop :=
Regge4DContinuumEHTarget ∧ Regge4DContinuumGaugeZeroTarget
What this page does not claim
The declaration does not claim that the cross polarization is the only possible normalized polarization. The declaration does not claim that the framework has recovered continuum gravity from the lattice. The declaration does not claim that this normalization is physically preferred over any other.
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:
- How does the normalized cross polarization behave when the discrete lattice action is computed on it?
- What role does the plus polarization play in the same normalization scheme?
- What is the physical significance of the transverse-traceless condition for gravitational wave polarizations?
- What would it mean for the framework if the discrete lattice action did not reproduce the Einstein-Hilbert coefficient on the normalized polarizations?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
MODEL axisTTCrossNormalized · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.lean
/-- Axis cross polarization normalized to Frobenius 1. -/ def axisTTCrossNormalized : Mat4 := (Real.sqrt 2)⁻¹ • axisTTCrossThe declaration establishes that this normalized cross polarization has a squared size of exactly one. axisTTCrossNormalized · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.leanMODEL inv_sqrt_two_sq · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.lean
theorem inv_sqrt_two_sq : ((Real.sqrt 2)⁻¹) ^ 2 = (2 : ℝ)⁻¹ := by rw [inv_pow, Real.sq_sqrt (by norm_num : (0 : ℝ) ≤ 2)]The scaling by one over the square root of two is what makes the size equal to one. inv_sqrt_two_sq · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.leanMODEL axisTTCrossNormalized · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.lean
/-- Axis cross polarization normalized to Frobenius 1. -/ def axisTTCrossNormalized : Mat4 := (Real.sqrt 2)⁻¹ • axisTTCrossThis normalization is a definitional choice, not a derived result. axisTTCrossNormalized · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.leanTHEOREM S_RS_converges_EH_4d · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.lean
/-- Packaged OPEN name for the ledger closer. Weak-field quadratic action convergence only; not nonlinear strong-field GR and not sourced EFE. -/ def S_RS_converges_EH_4d : Prop := Regge4DContinuumEHTarget ∧ Regge4DContinuumGaugeZeroTargetThe module explicitly states that nothing here proves continuum recovery. S_RS_converges_EH_4d · IndisputableMonolith/Gravity/Analysis/Regge4DContinuumPreflight.lean