Encyclopedia Gravity Gravity Analysis Regge Exact Midpoint M2 Ttidentity4 Dm2 Num Chunk14 E 320002
ARTICLE 2 claims 2 theorems
Gravity Analysis Regge Exact Midpoint M2 Ttidentity4 Dm2 Num Chunk14 E 320002
A single line in a machine-checked library confirms a specific arithmetic identity in a large gravity calculation, nothing more and nothing less.
The identity at one point
In a large formal calculation, one often needs to verify that a complicated expression equals a simpler one at many individual points. The declaration e_320002 is one such check. It states that for a particular set of six indices, the value of a function called m2Num equals eight times the value of another function called explicitZ. The proof is by decide, meaning the machine checked the arithmetic directly and found the two sides equal.
The context is a chunk of a bigger project on gravity analysis. The name of the file, ReggeExactMidpointM2TTIdentity4D, suggests this is part of verifying an identity in a four-dimensional setting. The chunk contains hundreds of similar theorems, each covering a different combination of indices. Together they form a table of verified equalities, a kind of lookup table that the larger proof can rely on without redoing the arithmetic.
What e_320002 does not claim is any physical law, any new mathematical theorem, or any statement about the nature of gravity. It is a computational fact about two defined functions at one point. It does not say why the identity holds, only that it does. It does not generalize to other indices or to a continuous range of values. It is a brick in a wall, not the wall itself.
In Recognition Science, the framework's library of formal theorems is built from many such small, verified steps. This declaration is one of those steps. Its value is in the aggregate: when thousands of these checks pass, the larger structure they support can be trusted. But taken alone, e_320002 is just a single confirmed arithmetic equality, a fact that is true and useful but not remarkable on its own.
THEOREM e_323333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk14.lean
theorem e_323333 : m2Num 3 2 3 3 3 3 = 8 * explicitZ 3 2 3 3 3 3 := by decide
THEOREM e_323333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk14.lean
theorem e_323333 : m2Num 3 2 3 3 3 3 = 8 * explicitZ 3 2 3 3 3 3 := by decide
What this page does not claim
No physical law or new mathematical theorem is established by this declaration alone. No statement about the nature of gravity or the structure of spacetime is made. No generalization to other indices or to a continuous range of values is implied.
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/ReggeExactMidpointM2TTIdentity4DM2NumChunk14.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 is the full identity that this chunk of theorems is verifying?
- How do the functions m2Num and explicitZ relate to the physical quantities in the gravity analysis?
- What larger theorem does this table of verified equalities support?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM e_323333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk14.lean
theorem e_323333 : m2Num 3 2 3 3 3 3 = 8 * explicitZ 3 2 3 3 3 3 := by decideIt states that for a particular set of six indices, the value of a function called m2Num equals eight times the value of another function called explicitZ. e_323333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk14.leanTHEOREM e_323333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk14.lean
theorem e_323333 : m2Num 3 2 3 3 3 3 = 8 * explicitZ 3 2 3 3 3 3 := by decideThe proof is by decide, meaning the machine checked the arithmetic directly and found the two sides equal. e_323333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk14.lean