Encyclopedia Gravity Gravity Analysis Regge4 Dalgebraic Closer Full Moment Orbit Contribution Eq Bili

ARTICLE 2 claims 1 theorem 1 open

Gravity Analysis Regge4 Dalgebraic Closer Full Moment Orbit Contribution Eq Bili

A machine-checked theorem shows a gravity calculation is bilinear, but the full recovery of Einstein's theory remains open.

A bilinear identity

In the Recognition Science framework's campaign to recover general relativity from a discrete, ledger-like model of spacetime, the declaration fullMomentOrbitContribution_eq_bilinear proves a structural fact about how one piece of the calculation behaves. The piece is the full-moment orbit contribution, a number attached to each type of hinge in a four-dimensional Regge calculus, a discrete approximation to spacetime made of flat simplices. The theorem states that this contribution, which is defined as a quadratic form, is in fact a bilinear form: it depends on the metric-like matrix H in two separate linear slots, written as orbitZeroMomBilinear ty H H, rather than through any cross terms that would break linearity in each argument.

This is a technical but meaningful result. Bilinearity is the algebraic property that makes the contribution tractable: it means the function respects addition and scaling in each of its two arguments separately, so the whole object can be studied one linear factor at a time. The theorem is proved in the framework's machine-checked library of formal theorems, with no unproved assumptions beyond the standard axioms of the ambient type theory. It is one of several "banked witnesses," identities that are established and stored even though the larger goal they serve is not yet reached.

What the theorem does not claim is just as important as what it proves. It does not establish that the full-moment contribution matches the Einstein-Hilbert coefficient of -1/4, nor that the sum over all hinge orbits recovers the continuum Einstein tensor. Those targets, named Regge4DFullTTIsotropyTarget and S_RS_converges_EH_4d, remain open, with status flags set to false. The bilinear identity is a stepping stone, not the destination: it shows the algebraic shape of one term, while the question of whether the whole discrete sum converges to general relativity stays unresolved.

THEOREM fullMomentOrbitContribution_eq_bilinear · IndisputableMonolith/Gravity/Analysis/Regge4DAlgebraicCloser.lean
fullMomentOrbitContribution_eq_bilinear · IndisputableMonolith/Gravity/Analysis/Regge4DAlgebraicCloser.lean:132
theorem fullMomentOrbitContribution_eq_bilinear (ty : HingeOrbitType)
    (H : Mat4) :
    fullMomentOrbitContribution ty H = orbitZeroMomBilinear ty H H :=
  orbitZeroMomQuadratic_eq_bilinear ty H
OPEN Regge4DFullTTIsotropyTarget · IndisputableMonolith/Gravity/Analysis/Regge4DAlgebraicCloser.lean
/-- **OPEN**: algebraic packaging of the preflight continuum EH target.
For every nonzero integer mode and Frobenius-normalized TT polarization,
the `|k|²`-normalized **concrete transported** continuum symbol equals
`einsteinHilbertTTCoefficient4D = -1/4`. -/
def Regge4DFullTTIsotropyTarget : Prop :=
  Regge4DContinuumEHTarget

What this page does not claim

This theorem does not prove that the discrete model converges to Einstein's equations. It does not establish that the plus and cross polarization symbols agree. It does not show that the pure-gauge moment vanishes for every direction.

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/Regge4DAlgebraicCloser.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:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND