Encyclopedia Gravity Gravity Track1 Bcstructural Discrete Bianchi Canonical Witness
ARTICLE 3 claims 3 theorems
Gravity Track1 Bcstructural Discrete Bianchi Canonical Witness
A machine-checked proof shows that a discrete version of Einstein's field equations holds on a flat, trivial lattice, but not yet on a realistic curved one.
The structural Bianchi witness
In general relativity, the Bianchi identity is a constraint that the curvature of spacetime must satisfy. It is built into Einstein's field equations, ensuring that energy and momentum are conserved automatically. On a discrete lattice, where spacetime is approximated by a grid or triangulation, this identity does not hold automatically; it must be checked at every vertex. The declaration discrete_bianchi_canonical_witness is a machine-checked proof that such a discrete Bianchi identity does hold, but only for the simplest possible case: a flat, featureless substrate with no curvature.
The proof works by constructing a specific example, called a canonical witness. It uses a triangulation where every vertex is identical and the geometry is completely flat, the mathematical equivalent of an empty room. In this setting, the abstract Regge action (a discrete version of the Einstein-Hilbert action) is zero, and the Bianchi identity holds trivially. The declaration shows that the framework's definition of a discrete Bianchi identity is not vacuous: there exists at least one consistent example. It does not show that the identity holds for any physically interesting curved spacetime, such as the space around a star or a black hole.
In Recognition Science, this witness is a structural theorem, not a physical one. It is part of a larger effort to derive general relativity from discrete principles. The declaration establishes that the mathematical machinery for a discrete Bianchi identity is coherent and can be inhabited. The unconditional version, proving the identity for a realistic, curved triangulation, requires proving the Schläfli identity (a geometric relation between the angles and volumes of a simplex) for that specific case. That remains future work, explicitly noted in the framework's own documentation.
What this means for a reader is a clear distinction between a proof of consistency and a proof of physical applicability. The declaration proves that the framework's definitions are sound and that a discrete Bianchi identity can exist. It does not prove that gravity, as we observe it, emerges from this discrete structure. The gap between the flat, trivial witness and a curved, physical triangulation is the gap between a proof that a machine works and a proof that it can solve a real problem.
THEOREM discrete_bianchi_canonical_witness · IndisputableMonolith/Gravity/Track1BCStructural.lean
theorem discrete_bianchi_canonical_witness :
discrete_bianchi_structural_prop :=
⟨Unit, Unit, inferInstance,
Geometry.DiscreteBianchi.SchlafliReggeData_inhabited Unit Unit⟩
THEOREM discrete_bianchi_canonical_witness · IndisputableMonolith/Gravity/Track1BCStructural.lean
theorem discrete_bianchi_canonical_witness :
discrete_bianchi_structural_prop :=
⟨Unit, Unit, inferInstance,
Geometry.DiscreteBianchi.SchlafliReggeData_inhabited Unit Unit⟩
THEOREM discrete_bianchi_canonical_witness · IndisputableMonolith/Gravity/Track1BCStructural.lean
theorem discrete_bianchi_canonical_witness :
discrete_bianchi_structural_prop :=
⟨Unit, Unit, inferInstance,
Geometry.DiscreteBianchi.SchlafliReggeData_inhabited Unit Unit⟩
What this page does not claim
The declaration does not prove that the discrete Bianchi identity holds for any curved or physically realistic triangulation. The declaration does not establish that the Regge action converges to the Einstein-Hilbert action; that is a separate structural proposition. The declaration does not derive general relativity from discrete principles; it only provides a consistent example.
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/Track1BCStructural.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 discrete Bianchi identity hold for a triangulation that approximates a curved spacetime, such as the Schwarzschild metric?
- What is the Schläfli identity, and why is it necessary for the unconditional version of the discrete Bianchi theorem?
- How does the discrete Regge action converge to the Einstein-Hilbert action as the lattice spacing shrinks to zero?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM discrete_bianchi_canonical_witness · IndisputableMonolith/Gravity/Track1BCStructural.lean
theorem discrete_bianchi_canonical_witness : discrete_bianchi_structural_prop := ⟨Unit, Unit, inferInstance, Geometry.DiscreteBianchi.SchlafliReggeData_inhabited Unit Unit⟩The declaration discrete_bianchi_canonical_witness is a machine-checked proof that a discrete Bianchi identity holds for a flat, featureless substrate. discrete_bianchi_canonical_witness · IndisputableMonolith/Gravity/Track1BCStructural.leanTHEOREM discrete_bianchi_canonical_witness · IndisputableMonolith/Gravity/Track1BCStructural.lean
theorem discrete_bianchi_canonical_witness : discrete_bianchi_structural_prop := ⟨Unit, Unit, inferInstance, Geometry.DiscreteBianchi.SchlafliReggeData_inhabited Unit Unit⟩The proof works by constructing a canonical witness using a triangulation where every vertex is identical and the geometry is completely flat. discrete_bianchi_canonical_witness · IndisputableMonolith/Gravity/Track1BCStructural.leanTHEOREM discrete_bianchi_canonical_witness · IndisputableMonolith/Gravity/Track1BCStructural.lean
theorem discrete_bianchi_canonical_witness : discrete_bianchi_structural_prop := ⟨Unit, Unit, inferInstance, Geometry.DiscreteBianchi.SchlafliReggeData_inhabited Unit Unit⟩The declaration does not prove the identity holds for any physically interesting curved spacetime. discrete_bianchi_canonical_witness · IndisputableMonolith/Gravity/Track1BCStructural.lean