Encyclopedia Gravity Gravity Analysis Regge Exact Flat Hessian Bloch M2 Rayleigh4 D Mat4
ARTICLE 2 claims 1 theorem 1 model
Gravity Analysis Regge Exact Flat Hessian Bloch M2 Rayleigh4 D Mat4
Mat4 is the type of 4 by 4 matrices used in a gravity calculation, and its main theorem pins down two exact numerical outcomes.
The matrix type
Mat4 is the name for a 4 by 4 matrix in the Recognition Science framework's gravity analysis. It is a definitional abbreviation: it simply points to an existing matrix type in the framework's continuum preflight module, so any matrix that fits the earlier definition is a Mat4. The name exists to keep the later theorems readable, not to introduce a new kind of object.
The declaration's real content sits in a theorem about a quantity called the exact midpoint Bloch m² Rayleigh quotient. For a matrix H and a wavevector k, this quotient is the value of a certain function divided by the squared norm of k. The theorem states two exact results. First, when H has unit Frobenius norm and k satisfies a transversality condition, the quotient equals the algebraic constant -1/8. Second, for a pure gauge family of wavevectors, the quotient is exactly 0. Both equalities hold for all inputs meeting the stated conditions, and the proof is checked by the framework's machine-checked library of formal theorems.
These two results are packaged together in a single theorem, typedResidual_m2_rayleigh_eq_algebraic_face, which the framework uses as a ledger-facing statement of a residual identity. The theorem does not claim that the quotient takes any other value, nor does it say what happens when the conditions fail. It does not assert that the -1/8 or 0 values are physically measured; they are algebraic facts derived from the definitions. The declaration also does not claim that the framework derives the fine-structure constant, the Riemann Hypothesis, or any other result outside this specific gravity calculation. It is a narrow, exact statement about one quotient under precise hypotheses.
MODEL Mat4 · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochM2Rayleigh4D.lean
/-- Disambiguate shared aliases after multi-module opens. -/
abbrev Mat4 := Regge4DContinuumPreflight.Mat4
THEOREM exactMidpointBlochM2_rayleigh_eq_algebraic_face · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochM2Rayleigh4D.lean
/-- Packaged algebraic faces matching residual R3. -/
theorem exactMidpointBlochM2_rayleigh_eq_algebraic_face :
(∀ (H : Mat4) (k : Wave4),
IsTT k H →
frobeniusNormSq H = 1 →
waveNormSq k ≠ 0 →
exactMidpointBlochM2 H k / waveNormSq k =
exactHessianM2UnitFrobeniusTTCoeff) ∧
(∀ (m : Wave4) (v : Wave4),
waveNormSq m ≠ 0 →
exactMidpointBlochM2 (pureGaugeFamily m v) m / waveNormSq m =
exactHessianM2GaugeCoeff) :=
⟨exactMidpointBlochM2_rayleigh_eq_unitFrobeniusTTCoeff,
exactMidpointBlochM2_rayleigh_eq_gaugeCoeff⟩
What this page does not claim
The theorem does not claim the quotient takes any value other than -1/8 or 0 under the given conditions. It does not assert that the -1/8 or 0 values are measured physical constants. It does not claim any result about the fine-structure constant or the Riemann Hypothesis.
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/ReggeExactFlatHessianBlochM2Rayleigh4D.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:
- What physical interpretation does the exact value -1/8 carry for the gravity residual?
- How does the pure gauge zero result connect to gauge invariance in the broader framework?
- What conditions on H and k make the quotient undefined or different from the stated values?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
MODEL Mat4 · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochM2Rayleigh4D.lean
/-- Disambiguate shared aliases after multi-module opens. -/ abbrev Mat4 := Regge4DContinuumPreflight.Mat4Mat4 is the name for a 4 by 4 matrix in the Recognition Science framework's gravity analysis. Mat4 · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochM2Rayleigh4D.leanTHEOREM exactMidpointBlochM2_rayleigh_eq_algebraic_face · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochM2Rayleigh4D.lean
/-- Packaged algebraic faces matching residual R3. -/ theorem exactMidpointBlochM2_rayleigh_eq_algebraic_face : (∀ (H : Mat4) (k : Wave4), IsTT k H → frobeniusNormSq H = 1 → waveNormSq k ≠ 0 → exactMidpointBlochM2 H k / waveNormSq k = exactHessianM2UnitFrobeniusTTCoeff) ∧ (∀ (m : Wave4) (v : Wave4), waveNormSq m ≠ 0 → exactMidpointBlochM2 (pureGaugeFamily m v) m / waveNormSq m = exactHessianM2GaugeCoeff) := ⟨exactMidpointBlochM2_rayleigh_eq_unitFrobeniusTTCoeff, exactMidpointBlochM2_rayleigh_eq_gaugeCoeff⟩The theorem states two exact results: for a unit-Frobenius transversality condition the quotient equals -1/8, and for a pure gauge family it equals 0. exactMidpointBlochM2_rayleigh_eq_algebraic_face · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochM2Rayleigh4D.lean