Encyclopedia Gravity Gravity Analysis Regge Exact Flat Hessian Bloch Symbol4 Daudit Bloch Symbol Audi
ARTICLE 2 claims 2 theorems
Gravity Analysis Regge Exact Flat Hessian Bloch Symbol4 Daudit Bloch Symbol Audi
A machine-checked theorem records the exact status of a large computation in the framework's gravity analysis, separating what is proved from what is not.
Audit package
In numerical work, a computation is only as trustworthy as the audit that surrounds it. The Recognition Science framework's machine-checked library of formal theorems contains a declaration named bloch_symbol_audit_package that records, in one place, the precise status of a large symbolic computation related to gravity. The theorem states five facts together: the coupling table has 1208 entries; a property called specialized tendsto is proved; two other properties, srsInhabited and gapActionRecovery, are explicitly false; and a normalization gate passes.
The declaration is a theorem, not a definition. Its proof is a conjunction of simpler proofs: one for the table size, three reflexivity proofs for the boolean flags, and one for the normalization gate. Because the library is machine-checked, these five facts are not asserted from memory or by hand; each is derived from prior definitions and theorems in the framework's formal system. The word "audit" in the name is accurate: the declaration is a compact certificate of what the surrounding code has and has not established.
What the declaration does not claim is as important as what it claims. The false flags mean the framework explicitly does not assert that srsInhabited holds or that gapActionRecovery holds. These are not omissions; they are recorded negations. The theorem does not say anything about the physical meaning of the coupling table, nor does it claim that the 1208 entries correspond to observable quantities. It does not assert that the normalization gate's passing implies any physical prediction. The declaration is a status report, not a physical result.
For a reader, the practical consequence is that the framework's gravity analysis carries its own bookkeeping: a formal record of which computational steps are proved, which are deliberately not proved, and which checks pass. This makes the boundary between established fact and open target explicit inside the library itself, rather than left to a prose description.
THEOREM bloch_symbol_audit_package · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochSymbol4DAudit.lean
theorem bloch_symbol_audit_package :
couplingTable.size = 1208 ∧
exactBlochSymbolStatus.specializedTendstoProved = true ∧
exactBlochSymbolStatus.srsInhabited = false ∧
exactBlochSymbolStatus.gapActionRecovery = false ∧
NormalizationGatePass = true :=
⟨couplingTable_size, rfl, rfl, rfl, normalizationGatePass_true⟩
THEOREM bloch_symbol_audit_package · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochSymbol4DAudit.lean
theorem bloch_symbol_audit_package :
couplingTable.size = 1208 ∧
exactBlochSymbolStatus.specializedTendstoProved = true ∧
exactBlochSymbolStatus.srsInhabited = false ∧
exactBlochSymbolStatus.gapActionRecovery = false ∧
NormalizationGatePass = true :=
⟨couplingTable_size, rfl, rfl, rfl, normalizationGatePass_true⟩
What this page does not claim
The declaration does not assert any physical meaning for the coupling table entries. The declaration does not claim that the normalization gate's passing implies a physical prediction. The declaration does not say that srsInhabited or gapActionRecovery are open targets; it records them as false.
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/ReggeExactFlatHessianBlochSymbol4DAudit.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 coupling table and what do its 1208 entries represent?
- What does the specialized tendsto property assert about the computation?
- What would it mean for srsInhabited or gapActionRecovery to be true?
- What is the normalization gate and what does its passing check?
- How does this audit package relate to the framework's derivation of three spatial dimensions?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM bloch_symbol_audit_package · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochSymbol4DAudit.lean
theorem bloch_symbol_audit_package : couplingTable.size = 1208 ∧ exactBlochSymbolStatus.specializedTendstoProved = true ∧ exactBlochSymbolStatus.srsInhabited = false ∧ exactBlochSymbolStatus.gapActionRecovery = false ∧ NormalizationGatePass = true := ⟨couplingTable_size, rfl, rfl, rfl, normalizationGatePass_true⟩The declaration states five facts together: the coupling table has 1208 entries; a property called specialized tendsto is proved; two other properties, srsInhabited and gapActionRecovery, are explicitly false; and a normalization gate passes. bloch_symbol_audit_package · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochSymbol4DAudit.leanTHEOREM bloch_symbol_audit_package · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochSymbol4DAudit.lean
theorem bloch_symbol_audit_package : couplingTable.size = 1208 ∧ exactBlochSymbolStatus.specializedTendstoProved = true ∧ exactBlochSymbolStatus.srsInhabited = false ∧ exactBlochSymbolStatus.gapActionRecovery = false ∧ NormalizationGatePass = true := ⟨couplingTable_size, rfl, rfl, rfl, normalizationGatePass_true⟩The declaration is a theorem, not a definition. bloch_symbol_audit_package · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochSymbol4DAudit.lean