Encyclopedia Gravity Gravity Analysis Recognition Mesh Exact Jbridge4 D Frobenius Norm Sq Preflight E
ARTICLE 3 claims 2 theorems 1 model
Gravity Analysis Recognition Mesh Exact Jbridge4 D Frobenius Norm Sq Preflight E
A small formal lemma in a machine-checked library says two different ways of writing the squared size of a 4x4 matrix agree, a bookkeeping step that keeps a larger gravity calculation honest.
The preflight identity
The Frobenius norm is a standard way to measure the size of a matrix: take every entry, square it, add the squares, and take the square root. Its square, the sum of the squares of all entries, is a convenient quantity because it avoids the root. In the framework's machine-checked library of formal theorems, a declaration named frobeniusNormSq_preflight_eq_identity proves that two definitions of this squared norm, written in two different parts of the library, are equal for every 4x4 matrix of real numbers. The proof is by definitional equality: the two expressions unfold to the same thing, so the theorem is a bookkeeping identity, not a substantive physical law.
The point of the identity is consistency. The larger project, the Recognition mesh exact-J bridge, builds a discrete model of a four-dimensional torus and attaches an action to it. The action's Hessian, the matrix of second derivatives, is computed using one convention for the norm; a separate file uses another. The preflight lemma guarantees the two conventions agree, so a later theorem that mixes them does not rest on a silent mismatch. It is a hygiene check, the kind of small lemma that makes a large formal development trustworthy.
What the identity does not claim is more important than what it does. It says nothing about physics: it does not assert that the action is correct, that the torus model describes gravity, or that any continuum limit exists. It does not establish the exact-J action itself, which is a separate definition with its own status flags. It does not prove the amplitude Hessian exists, though a different theorem in the same file does prove that. It does not show that the iterated N to infinity limit converges to the Einstein-Hilbert face; that is a separate theorem with its own hypotheses. The identity is a local equality between two notations for the same algebraic quantity, and its scope ends there.
In the framework's own honesty ledger, this distinction matters. The file marks the exact-J action as a MODEL: a definitional choice, not a derived law. The preflight identity supports that model by ensuring internal consistency, but it does not elevate the model to a theorem. The status structure in the file records which claims are closed and which remain open, and the preflight identity is a closed bookkeeping claim, not a physical one.
The practical consequence for a reader is simple. When later results in the bridge use the squared norm, they can do so without worrying which definition was meant. The identity removes a class of potential errors before they arise. That is its job, and it does it completely.
THEOREM frobeniusNormSq_preflight_eq_identity · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.lean
private theorem frobeniusNormSq_preflight_eq_identity (H : Mat4) :
Regge4DContinuumPreflight.frobeniusNormSq H =
ReggeExactMidpointM2TTIdentity4D.frobeniusNormSq H :=
rfl
THEOREM frobeniusNormSq_preflight_eq_identity · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.lean
private theorem frobeniusNormSq_preflight_eq_identity (H : Mat4) :
Regge4DContinuumPreflight.frobeniusNormSq H =
ReggeExactMidpointM2TTIdentity4D.frobeniusNormSq H :=
rfl
MODEL exactJActionOnMesh · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.lean
/-- Recognition exact-J action on the mesh at amplitude `ε`.
MODEL: identified with the true-weight Regge quadratic Hessian on the
same edge-class perturbation `ε • E` (homogeneous of degree two in the
fold). Not an ArbitraryPullback / TestVariationPullback substitute.
Schläfli elevation remains OPEN. -/
def exactJActionOnMesh (M : RecognitionFreudenthalMesh4D)
(m : IntMode4) (E : Mat4) (ε : ℝ) : ℝ :=
(1 / 2) * ε ^ 2 * meshTrueReggeQuadraticHessian M m E
What this page does not claim
The identity does not assert that the exact-J action describes gravity. The identity does not prove that any continuum limit exists. The identity does not establish the amplitude Hessian exists.
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/RecognitionMeshExactJBridge4D.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 does the exact-J action on the mesh represent physically?
- How does the amplitude Hessian existence theorem differ from the preflight identity?
- What conditions are needed for the iterated N to infinity limit to converge to the Einstein-Hilbert face?
- What is the status of the Schläfli elevation claim in the framework's honesty ledger?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM frobeniusNormSq_preflight_eq_identity · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.lean
private theorem frobeniusNormSq_preflight_eq_identity (H : Mat4) : Regge4DContinuumPreflight.frobeniusNormSq H = ReggeExactMidpointM2TTIdentity4D.frobeniusNormSq H := rflThe declaration proves that two definitions of the squared Frobenius norm agree for every 4x4 matrix of real numbers. frobeniusNormSq_preflight_eq_identity · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.leanTHEOREM frobeniusNormSq_preflight_eq_identity · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.lean
private theorem frobeniusNormSq_preflight_eq_identity (H : Mat4) : Regge4DContinuumPreflight.frobeniusNormSq H = ReggeExactMidpointM2TTIdentity4D.frobeniusNormSq H := rflThe identity is a bookkeeping consistency check, not a substantive physical law. frobeniusNormSq_preflight_eq_identity · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.leanMODEL exactJActionOnMesh · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.lean
/-- Recognition exact-J action on the mesh at amplitude `ε`. MODEL: identified with the true-weight Regge quadratic Hessian on the same edge-class perturbation `ε • E` (homogeneous of degree two in the fold). Not an ArbitraryPullback / TestVariationPullback substitute. Schläfli elevation remains OPEN. -/ def exactJActionOnMesh (M : RecognitionFreudenthalMesh4D) (m : IntMode4) (E : Mat4) (ε : ℝ) : ℝ := (1 / 2) * ε ^ 2 * meshTrueReggeQuadraticHessian M m EThe exact-J action on the mesh is a MODEL definitional choice, not a derived law. exactJActionOnMesh · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.lean