Encyclopedia Gravity Gravity Analysis Regge Exact Midpoint M2 Ttidentity4 Dm2 Num Chunk15 E 330002
ARTICLE 2 claims 2 theorems
Gravity Analysis Regge Exact Midpoint M2 Ttidentity4 Dm2 Num Chunk15 E 330002
A single machine-checked identity in a large numerical proof, showing one piece of a gravity calculation matches a prescribed value.
The chunk's arithmetic
In numerical analysis, large calculations are often split into many small pieces so each can be checked independently. The declaration e_330002 is one such piece: it states that a function called m2Num, evaluated at a particular six-digit input, equals eight times another function called explicitZ at the same input. The proof is a direct computation, the kind a computer can verify by checking every case, so the statement is not an approximation or a guess.
The context is a gravity calculation in the Recognition Science framework, which models physical structure from a discrete record of events. Here the calculation concerns a four-dimensional midpoint identity, and the numbers 0, 1, 2, 3 in the input are indices, not values. The identity m2Num 3 3 0 0 0 2 = 8 * explicitZ 3 3 0 0 0 2 is one of many such facts that together support a larger result about how the framework's gravity terms combine.
What the declaration does not claim is broader. It does not assert that the gravity calculation as a whole is correct, nor that the framework's physical model is true. It only records that this one arithmetic equality holds. The larger theorem, if it exists, would be a separate declaration with its own proof. This chunk is a brick, not the building.
THEOREM e_333333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk15.lean
theorem e_333333 : m2Num 3 3 3 3 3 3 = 8 * explicitZ 3 3 3 3 3 3 := by decide
THEOREM e_333333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk15.lean
theorem e_333333 : m2Num 3 3 3 3 3 3 = 8 * explicitZ 3 3 3 3 3 3 := by decide
What this page does not claim
The declaration does not prove the overall gravity calculation correct. The declaration does not assert any physical law or framework model is true. The declaration does not say the identity holds for inputs other than the one stated.
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/ReggeExactMidpointM2TTIdentity4DM2NumChunk15.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 larger gravity identity does this chunk of arithmetic support?
- How is the function m2Num defined from the framework's discrete record?
- What does the four-dimensional midpoint identity mean physically?
- How many such chunks are needed to complete the full calculation?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM e_333333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk15.lean
theorem e_333333 : m2Num 3 3 3 3 3 3 = 8 * explicitZ 3 3 3 3 3 3 := by decideThe declaration e_330002 states that m2Num evaluated at a particular six-digit input equals eight times explicitZ at the same input. e_333333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk15.leanTHEOREM e_333333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk15.lean
theorem e_333333 : m2Num 3 3 3 3 3 3 = 8 * explicitZ 3 3 3 3 3 3 := by decideThe proof is a direct computation that a computer can verify by checking every case. e_333333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk15.lean