Encyclopedia Gravity Gravity Analysis Regge Bloch Local Incidence4 D Orbit Mean Local Kernel T11 Eq A
ARTICLE 3 claims 3 theorems
Gravity Analysis Regge Bloch Local Incidence4 D Orbit Mean Local Kernel T11 Eq A
A machine-checked theorem shows that one way of averaging a gravity kernel over its symmetries equals a direct sum, but the harder physical question stays open.
A local average, made explicit
In the Recognition Science framework's machine-checked library of formal theorems, a kernel is a table of numbers describing how one point in a discrete space influences another. The declaration orbitMeanLocalKernel_t11_eq_assembled_mean proves a specific equality about one such kernel, called t11, which belongs to a family of four-dimensional gravity-like models. The theorem states that for every entry in the table, the t11 kernel's orbit-averaged form equals one sixth of the full star-class kernel assembled from its six members. In plainer terms: if you take the six possible orientations of a fundamental building block, average them together, and then compare that average to the sum of the six blocks themselves, the two procedures give identical results.
The equality is a theorem, not a guess. It is proved by unfolding definitions and rewriting, with no additional axioms beyond the standard three that the framework's kernel already uses. The proof relies on the fact that the t11 orbit has six members, so the averaging factor of one sixth exactly cancels the sixfold sum. This is a purely algebraic statement about the kernel tables themselves; it does not depend on any physical input such as a metric or a field equation. The theorem is a consistency check: it confirms that the mean-local construction, which averages over orbit symmetries, does not lose information when compared to the direct assembled form.
What the theorem does not claim is just as important. It does not say that this averaged kernel solves the Einstein-Hilbert action, the central target of the framework's gravity program. The library's own status flags record that the position-resolved version of this path does not close the Einstein-Hilbert gap, and that no recovery of the gap action has been found. The theorem also does not claim that the mean-local kernel is physically realized; it is a definitional choice, not a derived physical law. The equality holds for the t11 orbit only, not for all orbit types, and it says nothing about whether the corresponding second-moment quantities, which involve squared phases, share the same property.
For a reader, the practical consequence is a clear separation of concerns. The algebraic identity is settled and machine-checked; the physical question of whether this construction reproduces general relativity remains open. The theorem earns its place by making the algebraic floor explicit, so that subsequent work can focus on the genuinely unresolved step without re-litigating what is already proved.
THEOREM orbitMeanLocalKernel_t11_eq_assembled_mean · IndisputableMonolith/Gravity/Analysis/ReggeBlochLocalIncidence4D.lean
theorem orbitMeanLocalKernel_t11_eq_assembled_mean (d : Fin 15) :
orbitMeanLocalKernel .t11 d =
(6 : ℝ)⁻¹ * ReggeHinge4DStarKernel.fullStarClassKernelAssembled d := by
rw [orbitMeanLocalKernel_t11, ReggeHinge4DStarKernel.fullStarClassKernel_eq]
THEOREM orbitMeanLocalKernel_t11_eq_assembled_mean · IndisputableMonolith/Gravity/Analysis/ReggeBlochLocalIncidence4D.lean
theorem orbitMeanLocalKernel_t11_eq_assembled_mean (d : Fin 15) :
orbitMeanLocalKernel .t11 d =
(6 : ℝ)⁻¹ * ReggeHinge4DStarKernel.fullStarClassKernelAssembled d := by
rw [orbitMeanLocalKernel_t11, ReggeHinge4DStarKernel.fullStarClassKernel_eq]
THEOREM reggeBlochLocalIncidence4DStatus_flags · IndisputableMonolith/Gravity/Analysis/ReggeBlochLocalIncidence4D.lean
theorem reggeBlochLocalIncidence4DStatus_flags :
reggeBlochLocalIncidence4DStatus.meanLocalEqualsDistinctHinge = true ∧
reggeBlochLocalIncidence4DStatus.positionResolvedT11Defined = true ∧
reggeBlochLocalIncidence4DStatus.pathBClosesEH = false ∧
reggeBlochLocalIncidence4DStatus.gapActionRecovery = false := by
decide
What this page does not claim
The theorem does not claim that the averaged kernel solves the Einstein-Hilbert action. The theorem does not claim that the mean-local kernel is physically realized, only that it is a definitional choice. The equality does not extend to all orbit types or to the second-moment quantities without further proof.
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/ReggeBlochLocalIncidence4D.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 physical input, if any, would make the mean-local kernel close the Einstein-Hilbert gap?
- Does the position-resolved t11 kernel agree with distinct-hinge beyond the tested TT rays?
- What distinguishes the t11 orbit from other orbit types that do not satisfy the same equality?
- Can the second-moment quantities be shown to inherit the same equality as the kernel itself?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM orbitMeanLocalKernel_t11_eq_assembled_mean · IndisputableMonolith/Gravity/Analysis/ReggeBlochLocalIncidence4D.lean
theorem orbitMeanLocalKernel_t11_eq_assembled_mean (d : Fin 15) : orbitMeanLocalKernel .t11 d = (6 : ℝ)⁻¹ * ReggeHinge4DStarKernel.fullStarClassKernelAssembled d := by rw [orbitMeanLocalKernel_t11, ReggeHinge4DStarKernel.fullStarClassKernel_eq]The theorem states that for every entry in the table, the t11 kernel's orbit-averaged form equals one sixth of the full star-class kernel assembled from its six members. orbitMeanLocalKernel_t11_eq_assembled_mean · IndisputableMonolith/Gravity/Analysis/ReggeBlochLocalIncidence4D.leanTHEOREM orbitMeanLocalKernel_t11_eq_assembled_mean · IndisputableMonolith/Gravity/Analysis/ReggeBlochLocalIncidence4D.lean
theorem orbitMeanLocalKernel_t11_eq_assembled_mean (d : Fin 15) : orbitMeanLocalKernel .t11 d = (6 : ℝ)⁻¹ * ReggeHinge4DStarKernel.fullStarClassKernelAssembled d := by rw [orbitMeanLocalKernel_t11, ReggeHinge4DStarKernel.fullStarClassKernel_eq]The equality is a theorem, not a guess. orbitMeanLocalKernel_t11_eq_assembled_mean · IndisputableMonolith/Gravity/Analysis/ReggeBlochLocalIncidence4D.leanTHEOREM reggeBlochLocalIncidence4DStatus_flags · IndisputableMonolith/Gravity/Analysis/ReggeBlochLocalIncidence4D.lean
theorem reggeBlochLocalIncidence4DStatus_flags : reggeBlochLocalIncidence4DStatus.meanLocalEqualsDistinctHinge = true ∧ reggeBlochLocalIncidence4DStatus.positionResolvedT11Defined = true ∧ reggeBlochLocalIncidence4DStatus.pathBClosesEH = false ∧ reggeBlochLocalIncidence4DStatus.gapActionRecovery = false := by decideThe library's own status flags record that the position-resolved version of this path does not close the Einstein-Hilbert gap, and that no recovery of the gap action has been found. reggeBlochLocalIncidence4DStatus_flags · IndisputableMonolith/Gravity/Analysis/ReggeBlochLocalIncidence4D.lean