Encyclopedia Gravity Gravity Analysis Regge Exact Midpoint M2 Ttidentity4 D Exact Midpoint Bloch M2 R

ARTICLE 3 claims 3 theorems

Gravity Analysis Regge Exact Midpoint M2 Ttidentity4 D Exact Midpoint Bloch M2 R

A machine-checked identity pins down a gravitational quantity to exactly negative one-eighth, but only under precise symmetry and normalization conditions.

The Rayleigh identity

In the Recognition Science framework's machine-checked library of formal theorems, a new identity has been proved about a quantity called the exact midpoint Bloch m² term. This quantity, written as exactMidpointBlochM2, is a real number that arises from a 4x4 matrix H and a 4-component wave vector k. The theorem establishes that when certain conditions hold, this quantity divided by the squared norm of the wave vector equals exactly negative one-eighth: exactMidpointBlochM2 H k / waveNormSq k = -(1/8).

The conditions are precise. First, the pair (k, H) must satisfy a property called IsTT, which means the wave vector is transverse and traceless with respect to the matrix, a standard condition in gravitational wave analysis. Second, the Frobenius norm of H must equal 1, meaning the matrix is normalized. Third, the squared norm of the wave vector must be nonzero, so the division is well-defined. The theorem also requires H to be symmetric, which is a separate condition that is part of the IsTT property. Under these exact conditions, the identity holds as a theorem, not as an approximation.

The proof chain is instructive. The theorem follows from a more general identity, exactMidpointBlochM2_eq_neg_eighth_frobenius_tt, which states that the same quantity equals negative one-eighth times the Frobenius norm squared of H times the wave norm squared, under the IsTT condition alone. The Rayleigh version then divides both sides by the wave norm squared and substitutes the normalization condition that the Frobenius norm squared equals 1. The final step uses field_simp to handle the division, which requires the wave norm to be nonzero. This is a clean, kernel-checked derivation.

What this identity does not claim is equally important. It does not say that the exact midpoint Bloch m² term is always negative one-eighth; it only holds under the stated conditions. It does not claim anything about the physical meaning of this quantity in the Recognition Science framework, such as whether it represents a specific gravitational observable or a fundamental constant. The theorem is a mathematical identity about a defined quantity, not a statement about the physical world. It also does not claim that the IsTT condition is always satisfied; it is a hypothesis of the theorem, not a consequence.

In the broader context of the framework, this identity is part of a larger effort to derive gravitational structure from first principles. The exact midpoint Bloch m² term appears in a specific analysis of gravitational waves, and this identity pins down its value in a special case. The fact that it reduces to a simple rational number, negative one-eighth, is a notable result, but the framework does not yet claim that this number has a direct physical interpretation. That remains an open question for future work within the framework.

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 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]

What this page does not claim

The exact midpoint Bloch m² term is always equal to negative one-eighth; it only holds under the stated conditions. The quantity has a known physical meaning in the framework; no such interpretation is claimed. The IsTT condition is always satisfied for any matrix and wave vector.

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