Encyclopedia Gravity Gravity Analysis Regge Exact Midpoint M2 Ttidentity4 D

ARTICLE 3 claims 3 theorems

Gravity Analysis Regge Exact Midpoint M2 Ttidentity4 D

A machine-checked proof in the framework's library shows that a certain gravitational expression collapses to a simple form for a special class of waves.

The four-dimensional identity

In the Recognition Science framework, gravity is studied through a discrete ledger: a record of events where the cost of recognition is forced. The module named in the question, gravity analysis regge exact midpoint m2 ttidentity4 d, is a machine-checked library of formal theorems. It proves a specific identity about a four-dimensional gravitational expression, and the proof is carried out in the framework's own formal system, with no unverified steps.

The central object is a ledger, a discrete record of recognition events. The module works with a four-dimensional version of a gravitational quantity called the exact midpoint Bloch m² TT identity. In plain terms, it concerns a mathematical expression built from a 4x4 matrix and a four-component wave vector. The expression is a sum over many terms, each involving products of the matrix entries and wave components, weighted by coefficients that come from a table of couplings.

The main theorem, named exactMidpointBlochM2_eq_neg_eighth_frobenius_tt, states that for a special class of waves, the expression simplifies dramatically. When the matrix is symmetric and the wave satisfies a condition called TT, the whole complicated sum collapses to a single term: negative one eighth times the squared norm of the matrix times the squared norm of the wave. A second theorem, exactMidpointBlochM2_rayleigh_eq_neg_eighth_of_TT, adds that if the matrix has unit norm, then the ratio of the expression to the wave norm squared equals exactly negative one eighth.

The proof is not a hand-waving argument. The library verifies the identity by checking every coefficient explicitly. The coefficients are defined as rational numbers, and the proof shows they equal a closed form. The library also proves that the expression vanishes for gauge parts, which are transformations that do not change the physical content. This is a structural fact about the framework's model of gravity: certain degrees of freedom are pure gauge and carry no weight.

What this establishes, in plain language, is that a particular gravitational expression in four dimensions has a clean, exact form for TT waves. This is not an approximation. It is a proved identity, and it holds for all matrices and waves in the defined class. The result is a building block for further analysis in the framework, a precise statement that can be used in larger proofs about the structure of gravity.

THEOREM exactMidpointBlochM2_eq_neg_eighth_frobenius_tt · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4D.lean
exactMidpointBlochM2_eq_neg_eighth_frobenius_tt · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4D.lean:450
/-- **Typed blocker `exact_midpoint_m2_tt_identity`, closed.**  For TT pairs
the exact midpoint Bloch m^2 equals `-(1/8) |H|_F^2 |k|^2`. -/
theorem exactMidpointBlochM2_eq_neg_eighth_frobenius_tt
    (H : Mat4) (k : Wave4) (hTT : IsTT k H) :
    exactMidpointBlochM2 H k =
      (-(1 / 8) : ℝ) * frobeniusNormSq H * waveNormSq k := by
  rw [exactMidpointBlochM2_eq_closedForm_of_symmetric H k hTT.1,
    closedForm_eq_neg_eighth_of_TT H k hTT]
THEOREM exactMidpointBlochM2_rayleigh_eq_neg_eighth_of_TT · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4D.lean
exactMidpointBlochM2_rayleigh_eq_neg_eighth_of_TT · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4D.lean:460
/-- Unit-Frobenius TT Rayleigh face `-1/8`. -/
theorem exactMidpointBlochM2_rayleigh_eq_neg_eighth_of_TT
    (H : Mat4) (k : Wave4) (hTT : IsTT k H)
    (hF : frobeniusNormSq H = 1) (hk : waveNormSq k ≠ 0) :
    exactMidpointBlochM2 H k / waveNormSq k = (-(1 / 8) : ℝ) := by
  rw [exactMidpointBlochM2_eq_neg_eighth_frobenius_tt H k hTT, hF]
  field_simp [hk]
THEOREM exactMidpointM2TTIdentityProved_true · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4D.lean
theorem exactMidpointM2TTIdentityProved_true :
    ExactMidpointM2TTIdentityProved = true := rfl

What this page does not claim

This module does not prove the full Einstein field equations. This module does not derive the value of Newton's constant G. This module does not claim that the TT condition holds for all 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/ReggeExactMidpointM2TTIdentity4D.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