Encyclopedia Gravity Gravity Analysis Regge Bloch Transported All Orbit M2 Eval4 D M2 Transported All
ARTICLE 4 claims 4 theorems
Gravity Analysis Regge Bloch Transported All Orbit M2 Eval4 D M2 Transported All
A machine-checked calculation pins down a weighted average over gravitational orbit slices, and shows which directions stay stubbornly anisotropic.
The distinct-hinge moment
In the Recognition Science framework's study of four-dimensional spacetime geometry, a recognition event is a discrete record of a physical interaction. The declaration m2TransportedAllOrbitMomentDistinctHinge_axisTTCrossNormalized_symbolDir concerns a specific weighted average, called the distinct-hinge moment, over a family of orbit slices in a four-dimensional space. The result it establishes is a number: for the normalized cross-axis configuration on the symbol direction, this moment equals -1/8.
The calculation is not a free-floating numerical coincidence. It is a theorem in the framework's machine-checked library of formal theorems, meaning every step from definitions to the final equality is verified by a computer. The value -1/8 emerges from summing integer certificates over 24 orbit slices and 10 time steps, a process the library checks exhaustively. This matters because it closes a specific evaluation: the raw all-orbit moment on the cross-axis is zero, but when weighted by the distinct-hinge factor (a term proportional to 1/rτ), the result becomes -1/4; after normalization, it becomes -1/8.
The declaration also establishes a comparison between two axis configurations. On the plus-axis, the same normalized distinct-hinge moment on the symbol direction also equals -1/8. So the two configurations, plus and cross, agree on this particular direction. This agreement is a small but concrete isotropy result: for the symbol direction, the weighted moment does not distinguish between the two axis choices.
What the declaration does not claim is broader isotropy. It does not establish that all directions behave alike. In fact, the library explicitly leaves open the question of whether the full four-dimensional continuum is isotropic on the axis mode. The declaration also does not claim that the full two-jet extension repairs earlier anomalies: the full cosine two-jet, written A0*K2 + A2*K0, leaves the e0 anisotropy and plus-axis vanishing unrepaired, with the relevant restoration properties marked false. Finally, it does not flip the gap action recovery status, which remains false.
The practical consequence is a sharper map of where the framework's geometry is well-behaved and where it is not. The symbol direction now has a certified value, and the plus and cross axes agree there. The open question of full isotropy, and the unrepaired anomalies, define the next targets for the framework's analysis.
THEOREM Mat4 · IndisputableMonolith/Gravity/Analysis/ReggeBlochTransportedAllOrbitM2Eval4D.lean
abbrev Mat4 := Matrix (Fin 4) (Fin 4) ℝ
-- decoyGauge lives in ReggeEdgeStencil4D (already opened above)
THEOREM Mat4 · IndisputableMonolith/Gravity/Analysis/ReggeBlochTransportedAllOrbitM2Eval4D.lean
abbrev Mat4 := Matrix (Fin 4) (Fin 4) ℝ
-- decoyGauge lives in ReggeEdgeStencil4D (already opened above)
THEOREM sum_m2SlotCertZ_cross · IndisputableMonolith/Gravity/Analysis/ReggeBlochTransportedAllOrbitM2Eval4D.lean
theorem sum_m2SlotCertZ_cross :
(∑ s : Fin 24, ∑ t : Fin 10, m2SlotCertZ axisTTCrossCoeffZ s t) =
(0 : ℤ) := by
decide
set_option maxRecDepth 12000 in
set_option maxHeartbeats 8000000 in
THEOREM Regge4DFullTwoJetRestoresE0PlusVanishing · IndisputableMonolith/Gravity/Analysis/ReggeBlochTransportedAllOrbitM2Eval4D.lean
/-- Named restoration claim: full two-jet makes `axisTTPlus` on `e0Dir`
leave zero. Status false (plus stays `0` because `A2*K0` vanishes). -/
def Regge4DFullTwoJetRestoresE0PlusVanishing : Prop :=
m2TransportedAllOrbitMomentDistinctHingeFull axisTTPlus e0Dir ≠ (0 : ℝ)
What this page does not claim
The declaration does not establish full isotropy across all directions in four-dimensional space. It does not claim the full two-jet extension repairs the e0 anisotropy or the plus-axis vanishing. It does not claim any change to the gap action recovery status.
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/ReggeBlochTransportedAllOrbitM2Eval4D.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:
- Does the full four-dimensional continuum become isotropic on the axis mode, or does the anisotropy persist?
- What physical interpretation does the distinct-hinge weighting carry in the Recognition Science framework?
- Can the unrepaired e0 anisotropy be repaired by a higher-order jet extension?
- How does the distinct-hinge moment relate to the raw all-orbit moment on other directions?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM Mat4 · IndisputableMonolith/Gravity/Analysis/ReggeBlochTransportedAllOrbitM2Eval4D.lean
abbrev Mat4 := Matrix (Fin 4) (Fin 4) ℝ -- decoyGauge lives in ReggeEdgeStencil4D (already opened above)The normalized distinct-hinge moment on the cross-axis configuration for the symbol direction equals -1/8. Mat4 · IndisputableMonolith/Gravity/Analysis/ReggeBlochTransportedAllOrbitM2Eval4D.leanTHEOREM Mat4 · IndisputableMonolith/Gravity/Analysis/ReggeBlochTransportedAllOrbitM2Eval4D.lean
abbrev Mat4 := Matrix (Fin 4) (Fin 4) ℝ -- decoyGauge lives in ReggeEdgeStencil4D (already opened above)The normalized distinct-hinge moment on the plus-axis configuration for the symbol direction also equals -1/8. Mat4 · IndisputableMonolith/Gravity/Analysis/ReggeBlochTransportedAllOrbitM2Eval4D.leanTHEOREM sum_m2SlotCertZ_cross · IndisputableMonolith/Gravity/Analysis/ReggeBlochTransportedAllOrbitM2Eval4D.lean
theorem sum_m2SlotCertZ_cross : (∑ s : Fin 24, ∑ t : Fin 10, m2SlotCertZ axisTTCrossCoeffZ s t) = (0 : ℤ) := by decide set_option maxRecDepth 12000 in set_option maxHeartbeats 8000000 inThe raw all-orbit moment on the cross-axis is zero. sum_m2SlotCertZ_cross · IndisputableMonolith/Gravity/Analysis/ReggeBlochTransportedAllOrbitM2Eval4D.leanTHEOREM Regge4DFullTwoJetRestoresE0PlusVanishing · IndisputableMonolith/Gravity/Analysis/ReggeBlochTransportedAllOrbitM2Eval4D.lean
/-- Named restoration claim: full two-jet makes `axisTTPlus` on `e0Dir` leave zero. Status false (plus stays `0` because `A2*K0` vanishes). -/ def Regge4DFullTwoJetRestoresE0PlusVanishing : Prop := m2TransportedAllOrbitMomentDistinctHingeFull axisTTPlus e0Dir ≠ (0 : ℝ)The full two-jet leaves the e0 anisotropy and plus-axis vanishing unrepaired. Regge4DFullTwoJetRestoresE0PlusVanishing · IndisputableMonolith/Gravity/Analysis/ReggeBlochTransportedAllOrbitM2Eval4D.lean