Encyclopedia Gravity Gravity Seven Gaps Ledger Bridge No Go No Bridge Matches Negative Deficit Spec
ARTICLE 2 claims 2 theorems
Gravity Seven Gaps Ledger Bridge No Go No Bridge Matches Negative Deficit Spec
A machine-checked theorem rules out a proposed link between a recognition ledger and spacetime geometry, by showing the ledger can never produce a negative deficit.
The sign obstruction
The declaration no_bridge_matches_negative_deficit_spec is a formal theorem inside the Recognition Science framework's machine-checked library of formal theorems. It concerns a proposed bridge between two very different kinds of objects: a recognition ledger, a discrete record of events where each event carries a nonnegative cost, and a geometric hinge, a local piece of curvature in a triangulated spacetime. The bridge would match the ledger's deficit at each cell to a geometric deficit at the corresponding hinge.
The theorem states a simple impossibility. If a specification demands that some hinge have a strictly negative geometric deficit, then no such bridge can exist, for any recognition ledger whatsoever. The proof is short and relies on a prior result: the ledger deficit is always a sum of nonnegative costs, so it can never be negative. A bridge that forces the geometric deficit to equal the ledger deficit would therefore force the geometric deficit to be nonnegative, contradicting the specification. The formal statement is no_bridge_matches_negative_deficit_spec, and it is proved in the framework's library without any unproved assumptions.
This result is the sign obstruction, the first of two no-go theorems in the Seven Gaps lane. Its companion, the parity obstruction, shows that a ledger built from J-costs of comparison ratios responds to deformation only in even powers of the deformation parameter, so it can never match the signed linear response of a weak-field Regge deficit. Together they rule out the assumed raw-deficit bridge form on two-sided weak-field deformation classes, under a geometric premise that such classes contain negative deficits and odd responses. That premise is stated in prose, not formalized in the library.
What the theorem does not claim is important. It does not prove that no bridge of any kind can connect the ledger to geometry. It rules out only bridges that match a negative deficit specification. It also does not establish that real spacetime hinges have negative deficits; that is a geometric input, not a theorem. The corrected target suggested by the framework is a nonnegative curvature-quadratic energy, built in a separate module. The sign obstruction is a precise, narrow result: it closes one proposed bridge form, and points toward a different one.
THEOREM no_bridge_matches_negative_deficit_spec · IndisputableMonolith/Gravity/SevenGaps/LedgerBridgeNoGo.lean
/-- **THEOREM (sign obstruction, nonexistence form).** Given any hinge
specification (comparison map `x` and deficit assignment `δ`) for which some
cell `i` sees a strictly negative geometric deficit `δ (x i) < 0`, there is
NO `LedgerToHingeBridge` realizing that specification, for any recognition
ledger `L` whatsoever. Combined with the geometric premise that two-sided
(signed) weak-field deformation classes place negative deficits in the image
of any faithful comparison map (prose tier, not formalized here), this
excludes the assumed bridge form on such classes. -/
theorem no_bridge_matches_negative_deficit_spec
{Λ : Type*} [Fintype Λ] [DecidableEq Λ] {H : Type*}
(L : RecognitionLedger.RecognitionLedger Λ)
(x : Λ → H) (δ : H → ℝ) (i : Λ) (hneg : δ (x i) < 0) :
¬ ∃ B : LedgerToHingeBridge H L, B.x_sigma = x ∧ B.geometricDeficit = δ := by
rintro ⟨B, hx, hd⟩
have h := bridge_forces_nonneg_geometricDeficit L B i
rw [hx, hd] at h
exact absurd h (not_le.mpr hneg)
THEOREM bridge_forces_nonneg_geometricDeficit · IndisputableMonolith/Gravity/SevenGaps/LedgerBridgeNoGo.lean
/-- **THEOREM (sign obstruction, positive form).** Any bridge satisfying the
assumed deficit-matching condition forces the geometric deficit to be
nonnegative at every hinge in the image of the comparison map `x_sigma`.
Direct consequence of `RecognitionLedger.deficit_nonneg`: ledger deficits
are sums of nonnegative J-costs. -/
theorem bridge_forces_nonneg_geometricDeficit
{Λ : Type*} [Fintype Λ] [DecidableEq Λ] {H : Type*}
(L : RecognitionLedger.RecognitionLedger Λ)
(B : LedgerToHingeBridge H L) (i : Λ) :
0 ≤ B.geometricDeficit (B.x_sigma i) := by
rw [← B.bridge_assumed i]
exact RecognitionLedger.deficit_nonneg L i
What this page does not claim
No bridge of any kind can connect the recognition ledger to spacetime geometry. Real spacetime hinges have strictly negative deficits. The geometric premise about two-sided weak-field deformation classes is formalized in the library.
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/SevenGaps/LedgerBridgeNoGo.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 geometric premise is needed to apply the sign obstruction to real spacetime?
- What is the corrected curvature-quadratic energy bridge, and how does it avoid the sign and parity obstructions?
- How does the parity obstruction generalize to ratio families that are not parity-covariant?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM no_bridge_matches_negative_deficit_spec · IndisputableMonolith/Gravity/SevenGaps/LedgerBridgeNoGo.lean
/-- **THEOREM (sign obstruction, nonexistence form).** Given any hinge specification (comparison map `x` and deficit assignment `δ`) for which some cell `i` sees a strictly negative geometric deficit `δ (x i) < 0`, there is NO `LedgerToHingeBridge` realizing that specification, for any recognition ledger `L` whatsoever. Combined with the geometric premise that two-sided (signed) weak-field deformation classes place negative deficits in the image of any faithful comparison map (prose tier, not formalized here), this excludes the assumed bridge form on such classes. -/ theorem no_bridge_matches_negative_deficit_spec {Λ : Type*} [Fintype Λ] [DecidableEq Λ] {H : Type*} (L : RecognitionLedger.RecognitionLedger Λ) (x : Λ → H) (δ : H → ℝ) (i : Λ) (hneg : δ (x i) < 0) : ¬ ∃ B : LedgerToHingeBridge H L, B.x_sigma = x ∧ B.geometricDeficit = δ := by rintro ⟨B, hx, hd⟩ have h := bridge_forces_nonneg_geometricDeficit L B i rw [hx, hd] at h exact absurd h (not_le.mpr hneg)If a specification demands that some hinge have a strictly negative geometric deficit, then no such bridge can exist, for any recognition ledger whatsoever. no_bridge_matches_negative_deficit_spec · IndisputableMonolith/Gravity/SevenGaps/LedgerBridgeNoGo.leanTHEOREM bridge_forces_nonneg_geometricDeficit · IndisputableMonolith/Gravity/SevenGaps/LedgerBridgeNoGo.lean
/-- **THEOREM (sign obstruction, positive form).** Any bridge satisfying the assumed deficit-matching condition forces the geometric deficit to be nonnegative at every hinge in the image of the comparison map `x_sigma`. Direct consequence of `RecognitionLedger.deficit_nonneg`: ledger deficits are sums of nonnegative J-costs. -/ theorem bridge_forces_nonneg_geometricDeficit {Λ : Type*} [Fintype Λ] [DecidableEq Λ] {H : Type*} (L : RecognitionLedger.RecognitionLedger Λ) (B : LedgerToHingeBridge H L) (i : Λ) : 0 ≤ B.geometricDeficit (B.x_sigma i) := by rw [← B.bridge_assumed i] exact RecognitionLedger.deficit_nonneg L iThe ledger deficit is always a sum of nonnegative costs, so it can never be negative. bridge_forces_nonneg_geometricDeficit · IndisputableMonolith/Gravity/SevenGaps/LedgerBridgeNoGo.lean