Encyclopedia Gravity Gravity Seven Gaps Path Sum Measure Status Substrate Measure Open
ARTICLE 4 claims 3 theorems 1 open
Gravity Seven Gaps Path Sum Measure Status Substrate Measure Open
A machine-checked flag records that one proposed route from a discrete ledger to a quantum-gravity measure is not derived, and names the missing premise.
The open substrate measure
A ledger, a discrete record of events, sits at the base of the Recognition Science account of gravity. The framework's library, a machine-checked collection of formal theorems, contains a declaration called status_substrate_measure_open. Its plain content is a single boolean flag: the substrate measure, the quantity that would assign weights to spacetime configurations from ledger structure alone, is not derived. The flag is set to false, and the declaration proves that it is false by reflexivity, the simplest kind of proof. This is not a statement about the physical world; it is a statement about the state of the framework's own formal development.
The flag exists because a previous attempt to derive the measure was retracted. In an earlier version of the library, a theorem appeared to show that counting ledger histories produced the required gauge volume. A review found that the theorem, though true, was a presentation of the same ratio already present, and that it survived replacing the ledger data by a constant. No ledger information selected the measure. The theorem was retained, but the claim that it derived anything was withdrawn. The declaration status_substrate_measure_open records that withdrawal permanently.
What the flag does not claim is equally precise. It does not assert that the substrate measure is impossible, nor that the framework has failed. It names the missing premise: deriving the measure from substrate structure genuinely richer than counting remains open. Two natural cost-based routes have been refuted. One computes the gauge volume in closed form as a product of factorials, showing that the counting principle is label indifference. The other proves that the recognition-ledger cost function cannot supply the needed weights, because site-symmetry counts are cost-blind on two sites and any target function is realizable by some encoding. These refutations narrow the search but do not close it.
The practical consequence for a reader is a clear map of what is known. The finite path-sum measure itself, a weighted sum over bounded triangulations with a symmetry factor, is proved to be well-defined, finite, and relabeling-invariant. The continuum limit as the bound grows is also open. The substrate measure sits in a third, separate category: not proved, not refuted, but explicitly flagged as a target. The flag is the framework's way of maintaining an honest record, marking exactly where derivation stops and open questions begin.
THEOREM status_substrate_measure_open · IndisputableMonolith/Gravity/SevenGaps/PathSumMeasure.lean
/-- OPEN (retracted 2026-07-26): the measure is not derived from the
substrate. The Wave C1 R6 witness is a presentation of the same orbit/pair
ratio and carries no ledger information; see the module header. -/
theorem status_substrate_measure_open :
pathSumMeasureStatus.substrate_measure_derived = false := rfl
THEOREM status_substrate_measure_open · IndisputableMonolith/Gravity/SevenGaps/PathSumMeasure.lean
/-- OPEN (retracted 2026-07-26): the measure is not derived from the
substrate. The Wave C1 R6 witness is a presentation of the same orbit/pair
ratio and carries no ledger information; see the module header. -/
theorem status_substrate_measure_open :
pathSumMeasureStatus.substrate_measure_derived = false := rfl
THEOREM Z_norm_le_card · mu_congr · IndisputableMonolith/Gravity/SevenGaps/PathSumMeasure.lean
/-- **THEOREM (UV-finiteness bound).** For any weight of modulus at most 1,
`‖Z‖ ≤ card (BoundedComplex B)`: the path sum is finite with an explicit
proved bound, replacing the assumed `growthBase^N` count. -/
theorem Z_norm_le_card (B : ℕ) (w : BoundedComplex B → ℂ)
(hw : ∀ K, ‖w K‖ ≤ 1) :
‖Z B w‖ ≤ (Fintype.card (BoundedComplex B) : ℝ) := by
unfold Z
calc ‖∑ K : BoundedComplex B, (mu K : ℂ) * w K‖
≤ ∑ K : BoundedComplex B, ‖(mu K : ℂ) * w K‖ := norm_sum_le _ _
_ ≤ ∑ _K : BoundedComplex B, (1 : ℝ) := by
refine Finset.sum_le_sum fun K _ => ?_
rw [norm_mul, Complex.norm_real, Real.norm_eq_abs, abs_of_pos (mu_pos K)]
calc mu K * ‖w K‖
≤ 1 * 1 := mul_le_mul (mu_le_one K) (hw K) (norm_nonneg _) zero_le_one
_ = 1 := one_mul 1
_ = (Fintype.card (BoundedComplex B) : ℝ) := by
rw [Finset.sum_const, Finset.card_univ, nsmul_eq_mul, mul_one]
/-- **THEOREM (measure respects the equivalence).** μ is a relabeling
invariant: equivalent complexes have equal measure. -/
theorem mu_congr {B : ℕ} {K K' : BoundedComplex B} (h : Equivalent K K') :
mu K = mu K' := by
obtain ⟨r⟩ := h
unfold mu
rw [Nat.card_congr r.autCongr]
OPEN status_continuum_open · IndisputableMonolith/Gravity/SevenGaps/PathSumMeasure.lean
/-- OPEN: the continuum limit of `Z B` as `B → ∞` is not derived here. -/
theorem status_continuum_open : pathSumMeasureStatus.continuum_limit_derived = false := rfl
What this page does not claim
The substrate measure is impossible or refuted. The framework derives the fine-structure constant or any physical coupling from the substrate measure. The declaration makes any statement about the physical world; it only records the state of the formal 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/PathSumMeasure.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 substrate structure richer than counting could supply the gauge volume?
- Does the continuum limit of the path sum exist and, if so, what does it converge to?
- How do the refuted cost-based routes constrain the search for a genuine derivation?
- What role does the retracted theorem still play in the framework's development?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM status_substrate_measure_open · IndisputableMonolith/Gravity/SevenGaps/PathSumMeasure.lean
/-- OPEN (retracted 2026-07-26): the measure is not derived from the substrate. The Wave C1 R6 witness is a presentation of the same orbit/pair ratio and carries no ledger information; see the module header. -/ theorem status_substrate_measure_open : pathSumMeasureStatus.substrate_measure_derived = false := rflThe declaration proves that the substrate measure is not derived by reflexivity. status_substrate_measure_open · IndisputableMonolith/Gravity/SevenGaps/PathSumMeasure.leanTHEOREM status_substrate_measure_open · IndisputableMonolith/Gravity/SevenGaps/PathSumMeasure.lean
/-- OPEN (retracted 2026-07-26): the measure is not derived from the substrate. The Wave C1 R6 witness is a presentation of the same orbit/pair ratio and carries no ledger information; see the module header. -/ theorem status_substrate_measure_open : pathSumMeasureStatus.substrate_measure_derived = false := rflA previous theorem was retracted because it survived replacing the ledger data by a constant, meaning no ledger information selected the measure. status_substrate_measure_open · IndisputableMonolith/Gravity/SevenGaps/PathSumMeasure.leanTHEOREM Z_norm_le_card · mu_congr · IndisputableMonolith/Gravity/SevenGaps/PathSumMeasure.lean
/-- **THEOREM (UV-finiteness bound).** For any weight of modulus at most 1, `‖Z‖ ≤ card (BoundedComplex B)`: the path sum is finite with an explicit proved bound, replacing the assumed `growthBase^N` count. -/ theorem Z_norm_le_card (B : ℕ) (w : BoundedComplex B → ℂ) (hw : ∀ K, ‖w K‖ ≤ 1) : ‖Z B w‖ ≤ (Fintype.card (BoundedComplex B) : ℝ) := by unfold Z calc ‖∑ K : BoundedComplex B, (mu K : ℂ) * w K‖ ≤ ∑ K : BoundedComplex B, ‖(mu K : ℂ) * w K‖ := norm_sum_le _ _ _ ≤ ∑ _K : BoundedComplex B, (1 : ℝ) := by refine Finset.sum_le_sum fun K _ => ?_ rw [norm_mul, Complex.norm_real, Real.norm_eq_abs, abs_of_pos (mu_pos K)] calc mu K * ‖w K‖ ≤ 1 * 1 := mul_le_mul (mu_le_one K) (hw K) (norm_nonneg _) zero_le_one _ = 1 := one_mul 1 _ = (Fintype.card (BoundedComplex B) : ℝ) := by rw [Finset.sum_const, Finset.card_univ, nsmul_eq_mul, mul_one]/-- **THEOREM (measure respects the equivalence).** μ is a relabeling invariant: equivalent complexes have equal measure. -/ theorem mu_congr {B : ℕ} {K K' : BoundedComplex B} (h : Equivalent K K') : mu K = mu K' := by obtain ⟨r⟩ := h unfold mu rw [Nat.card_congr r.autCongr]The finite path-sum measure is proved to be well-defined, finite, and relabeling-invariant. Z_norm_le_card · mu_congr · IndisputableMonolith/Gravity/SevenGaps/PathSumMeasure.leanOPEN status_continuum_open · IndisputableMonolith/Gravity/SevenGaps/PathSumMeasure.lean
/-- OPEN: the continuum limit of `Z B` as `B → ∞` is not derived here. -/ theorem status_continuum_open : pathSumMeasureStatus.continuum_limit_derived = false := rflThe continuum limit of the path sum as the bound grows is open. status_continuum_open · IndisputableMonolith/Gravity/SevenGaps/PathSumMeasure.lean