Encyclopedia Gravity Gravity Analysis Regge4 Dexact Action Symbol Exact Star Member Offsets Incomplet
ARTICLE 4 claims 2 theorems 2 models
Gravity Analysis Regge4 Dexact Action Symbol Exact Star Member Offsets Incomplet
Inside a machine-checked library, a theorem that simply records a piece of unfinished work has a precise meaning: the work is unfinished.
A status flag, not a result
In a formal library, where every statement is checked by a computer, a declaration can sometimes be a bookkeeping flag rather than a mathematical discovery. The declaration exact_star_member_offsets_incomplete_closed is exactly that. It states that the proposition exact_star_member_offsets_incomplete is false. That proposition, in turn, is defined as the constant False. So the theorem proves, by definition, that a certain named goal has not been achieved: the star-member offsets for the exact flat cross-term symbol are incomplete.
The context is a specific piece of gravity research. The framework works with a discrete model of spacetime called a Regge action, where the smooth manifold of general relativity is replaced by a flat, piecewise-linear approximation. The work concerns the Hessian, the second derivative, of this action on a particular torus. The goal is to compute a symbol, a kind of spectrum, for this Hessian on plane-wave-like strain fields. The symbol depends on how you transport the origins of the star-shaped neighborhoods of the hinges, the edges of the triangulation. The declaration records that this transport, for the distinct-hinge orbits, is not yet correctly defined for all cases. The t11 and t12 orbit types have their offsets defined, but the others do not.
This is not a failure of the framework. It is an honest status report. The library has a structure, ExactActionSymbolStatus, with boolean fields for each part of the project. The field otherOrbitOffsetsIncomplete is set to false, meaning the offsets are indeed incomplete. The theorem exact_action_srs_still_open further records that the full recovery of the Einstein-Hilbert action from the discrete one remains open. These declarations are the library's way of saying: this specific piece of the puzzle is not done, and we are not pretending it is.
What the declaration does not claim is any mathematical content about the symbol itself. It does not prove that the symbol is wrong, or that it cannot be completed, or that the approach is invalid. It is a meta-statement about the state of the formalization. It is the difference between saying "this theorem is false" and saying "this theorem has not been proved yet." The declaration is the latter, encoded with the precision that a proof assistant demands.
THEOREM exact_star_member_offsets_incomplete_closed · IndisputableMonolith/Gravity/Analysis/Regge4DExactActionSymbol.lean
theorem exact_star_member_offsets_incomplete_closed :
exact_star_member_offsets_incomplete = False := rfl
/- Legacy fold retained for comparison; after `H_fold` it is not the
continuum symbol. Continuum Props bind to `finiteExactReggeSymbol`.
Former `fold_retained_as_legacy_only` concluded `True` from an inequality
hypothesis: that is a repository status note, not a math claim. Status is
recorded by `exactActionSymbolStatus.foldRetainedAsLegacy`. -/
MODEL exact_star_member_offsets_incomplete · IndisputableMonolith/Gravity/Analysis/Regge4DExactActionSymbol.lean
/-- Closed: non-`t11` orbits now use per-edge transported origins
(`ReggeBlochStarEdgeOrigins4D`). Residual e0 isotropy of the fold face
remains OPEN (MEASURED; not this flag). -/
def exact_star_member_offsets_incomplete : Prop := False
MODEL exactActionSymbolStatus · IndisputableMonolith/Gravity/Analysis/Regge4DExactActionSymbol.lean
def exactActionSymbolStatus : ExactActionSymbolStatus where
continuumReboundToExact := true
foldRetainedAsLegacy := true
t11t12StarOffsetsDefined := true
otherOrbitOffsetsIncomplete := false
edgeOriginsM2Banked := true
srsInhabited := false
gapActionRecovery := false
THEOREM exact_action_srs_still_open · IndisputableMonolith/Gravity/Analysis/Regge4DExactActionSymbol.lean
/-- Local status flags remain open; geometric ContinuumSymbolIs Tendsto
is the Preflight ledger gate. Edge-origin m² decide-certs are banked
elsewhere and do not inhabit `S_RS`. -/
theorem exact_action_srs_still_open :
exactActionSymbolStatus.srsInhabited = false ∧
exactActionSymbolStatus.gapActionRecovery = false := by
decide
What this page does not claim
The declaration does not claim that the exact flat cross-term symbol is incorrect. The declaration does not claim that the star-member offsets cannot be completed. The declaration does not claim that the full Einstein-Hilbert action recovery is impossible.
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/Regge4DExactActionSymbol.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 precise definition of the star-member offsets for the t11 and t12 orbit types?
- What is the geometric meaning of the transport of origins for the distinct-hinge orbits?
- What is the dictionary sequence that the geometric fold is compared against in GeometricFoldVsDictionary4D?
- What is the relationship between the discrete bookkeeping factor of 2 and the 3D ttSecondDifference parallel?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM exact_star_member_offsets_incomplete_closed · IndisputableMonolith/Gravity/Analysis/Regge4DExactActionSymbol.lean
theorem exact_star_member_offsets_incomplete_closed : exact_star_member_offsets_incomplete = False := rfl /- Legacy fold retained for comparison; after `H_fold` it is not the continuum symbol. Continuum Props bind to `finiteExactReggeSymbol`. Former `fold_retained_as_legacy_only` concluded `True` from an inequality hypothesis: that is a repository status note, not a math claim. Status is recorded by `exactActionSymbolStatus.foldRetainedAsLegacy`. -/The declaration exact_star_member_offsets_incomplete_closed states that the proposition exact_star_member_offsets_incomplete is false. exact_star_member_offsets_incomplete_closed · IndisputableMonolith/Gravity/Analysis/Regge4DExactActionSymbol.leanMODEL exact_star_member_offsets_incomplete · IndisputableMonolith/Gravity/Analysis/Regge4DExactActionSymbol.lean
/-- Closed: non-`t11` orbits now use per-edge transported origins (`ReggeBlochStarEdgeOrigins4D`). Residual e0 isotropy of the fold face remains OPEN (MEASURED; not this flag). -/ def exact_star_member_offsets_incomplete : Prop := FalseThat proposition, in turn, is defined as the constant False. exact_star_member_offsets_incomplete · IndisputableMonolith/Gravity/Analysis/Regge4DExactActionSymbol.leanMODEL exactActionSymbolStatus · IndisputableMonolith/Gravity/Analysis/Regge4DExactActionSymbol.lean
def exactActionSymbolStatus : ExactActionSymbolStatus where continuumReboundToExact := true foldRetainedAsLegacy := true t11t12StarOffsetsDefined := true otherOrbitOffsetsIncomplete := false edgeOriginsM2Banked := true srsInhabited := false gapActionRecovery := falseThe t11 and t12 orbit types have their offsets defined, but the others do not. exactActionSymbolStatus · IndisputableMonolith/Gravity/Analysis/Regge4DExactActionSymbol.leanTHEOREM exact_action_srs_still_open · IndisputableMonolith/Gravity/Analysis/Regge4DExactActionSymbol.lean
/-- Local status flags remain open; geometric ContinuumSymbolIs Tendsto is the Preflight ledger gate. Edge-origin m² decide-certs are banked elsewhere and do not inhabit `S_RS`. -/ theorem exact_action_srs_still_open : exactActionSymbolStatus.srsInhabited = false ∧ exactActionSymbolStatus.gapActionRecovery = false := by decideThe theorem exact_action_srs_still_open further records that the full recovery of the Einstein-Hilbert action from the discrete one remains open. exact_action_srs_still_open · IndisputableMonolith/Gravity/Analysis/Regge4DExactActionSymbol.lean