Encyclopedia Gravity Gravity Analysis Regge Exact Midpoint M2 Ttidentity4 Dm2 Num Chunk03 E 030002
ARTICLE 2 claims 2 theorems
Gravity Analysis Regge Exact Midpoint M2 Ttidentity4 Dm2 Num Chunk03 E 030002
A machine-checked theorem confirms one entry in a large table of gravity calculations, nothing more.
A single arithmetic check
In numerical analysis, a large calculation is often split into many small pieces, each of which can be checked on its own. The declaration e_030002 is one such piece. It states that for a particular set of six input numbers, the value of a function called m2Num equals eight times the value of another function called explicitZ. The proof is a direct computation: the Lean kernel evaluates both sides and confirms they are equal. This is a single arithmetic fact, verified by machine, with no additional assumptions.
The context of this check is a broader project in the Recognition Science framework. The framework derives physical structure from a ledger, a discrete record of recognition events, and uses machine-checked libraries to verify its formal theorems. This particular declaration belongs to a chunk of 256 similar checks, each confirming that m2Num equals eight times explicitZ for a different set of inputs. The number 8 is not a coincidence: it reflects a structural factor in the framework's gravity analysis, but the declaration itself only verifies the arithmetic for this one case.
What the declaration does not claim is important. It does not assert that the equality holds for all inputs, nor does it explain why the factor 8 appears. It does not derive the functions m2Num or explicitZ from first principles, and it does not connect them to any physical measurement. The theorem is a local check, not a global law. Its value is in the cumulative assurance it provides: if every piece of a large calculation is verified, the whole calculation rests on firmer ground.
For a reader, the practical takeaway is modest but real. This declaration is a verified brick in a larger wall. It shows that for this specific set of inputs, the two functions agree up to the expected factor. It does not show that the wall stands, only that this brick is sound. The broader claims of the framework, such as the derivation of physical constants, rest on many such bricks, each individually checked, but the strength of the whole structure is a separate question.
THEOREM e_033333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk03.lean
theorem e_033333 : m2Num 0 3 3 3 3 3 = 8 * explicitZ 0 3 3 3 3 3 := by decide
THEOREM e_033333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk03.lean
theorem e_033333 : m2Num 0 3 3 3 3 3 = 8 * explicitZ 0 3 3 3 3 3 := by decide
What this page does not claim
The declaration does not prove the equality holds for all possible inputs. The declaration does not derive the functions m2Num or explicitZ from first principles. The declaration does not connect the arithmetic fact to any physical measurement or prediction.
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/ReggeExactMidpointM2TTIdentity4DM2NumChunk03.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 definition of the function m2Num and what does it represent in the framework?
- What is the definition of the function explicitZ and how is it derived?
- Why does the factor 8 appear in the equality between m2Num and explicitZ?
- How do the 256 checks in this chunk together support a larger claim about gravity?
- What is the physical interpretation of the inputs to these functions, such as the numbers 0 and 3?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM e_033333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk03.lean
theorem e_033333 : m2Num 0 3 3 3 3 3 = 8 * explicitZ 0 3 3 3 3 3 := by decideThe declaration e_030002 states that for a particular set of six input numbers, the value of a function called m2Num equals eight times the value of another function called explicitZ. e_033333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk03.leanTHEOREM e_033333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk03.lean
theorem e_033333 : m2Num 0 3 3 3 3 3 = 8 * explicitZ 0 3 3 3 3 3 := by decideThe proof is a direct computation: the Lean kernel evaluates both sides and confirms they are equal. e_033333 · IndisputableMonolith/Gravity/Analysis/ReggeExactMidpointM2TTIdentity4DM2NumChunk03.lean