Encyclopedia Gravity Gravity Analysis Regge Exact Flat Hessian Bloch Torus Bridge4 D Tendsto Exact Mi

ARTICLE 3 claims 3 theorems

Gravity Analysis Regge Exact Flat Hessian Bloch Torus Bridge4 D Tendsto Exact Mi

A machine-checked theorem shows that a discrete grid of wave modes approaches a continuous limit, connecting two descriptions of gravitational analysis.

The torus bridge

In the Recognition Science framework's machine-checked library of formal theorems, a new result connects a discrete grid of wave modes to a continuous limit. The theorem, named tendsto_exactMidpointBloch_torus_family_centered, concerns a family of wave modes arranged on a torus, a shape like the surface of a donut. As the grid spacing shrinks toward zero, the behavior of these discrete modes approaches the behavior described by a continuous formula. The statement is a limit statement: the discrete family converges to a continuous value as the grid becomes infinitely fine.

The theorem applies to any nonzero wave mode and any polarization matrix. It states that the ratio of a certain symbol difference to the squared momentum norm converges to a specific continuous expression. This expression is the second derivative of the symbol at the zero point, divided by the squared norm of the wave mode. The proof composes a previously established continuous limit with a scaling factor that tends to zero, ensuring the discrete family tracks the continuous behavior.

In Recognition Science, this result is part of a bridge between discrete and continuous descriptions. The framework models physical reality as a ledger, a discrete record of recognition events. This theorem shows that a particular discrete structure, the torus family, has a well-defined continuous limit. This is a step toward reconciling the discrete ledger with continuous geometric descriptions used in classical physics.

The theorem is a formal statement about limits. It does not claim that the discrete and continuous descriptions are identical, only that they agree in the limit of infinitely fine grids. It does not establish any physical law or measurement. It is a mathematical result about the convergence of a specific construction within the framework's library.

THEOREM tendsto_exactMidpointBloch_torus_family_centered · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.lean
tendsto_exactMidpointBloch_torus_family_centered · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.lean:104
/-- Centered discrete torus family: banked continuous Tendsto along `t(j)`. -/
theorem tendsto_exactMidpointBloch_torus_family_centered
    (m : IntMode4) (E : Mat4) (hm : m ≠ 0) :
    Tendsto
      (fun j : ℕ =>
        (exactMidpointBlochSymbol E (realMode (torusSide j) m) -
            exactMidpointBlochSymbolZero E) /
          momentumNormSq (torusSide j) m)
      atTop
      (nhds
        (exactMidpointBlochM2 E (fun i => (m i : ℝ)) /
          waveNormSq (fun i => (m i : ℝ)))) := by
  let dir : Wave4 := fun i => (m i : ℝ)
  let n : ℝ := waveNormSq dir
  have hn : n ≠ 0 := waveNormSq_intMode_ne_zero m hm
  have hcont := tendsto_exactMidpointBloch_m2_div E dir n hn
  have hcomp := hcont.comp tendsto_torusScale_nhdsWithin_ne_zero
  refine hcomp.congr' ?_
  filter_upwards with j
  dsimp only [Function.comp_apply]
  rw [realMode_eq_scale, momentumNormSq_eq_scale_sq]
THEOREM tendsto_exactMidpointBloch_torus_family_centered · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.lean
tendsto_exactMidpointBloch_torus_family_centered · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.lean:104
/-- Centered discrete torus family: banked continuous Tendsto along `t(j)`. -/
theorem tendsto_exactMidpointBloch_torus_family_centered
    (m : IntMode4) (E : Mat4) (hm : m ≠ 0) :
    Tendsto
      (fun j : ℕ =>
        (exactMidpointBlochSymbol E (realMode (torusSide j) m) -
            exactMidpointBlochSymbolZero E) /
          momentumNormSq (torusSide j) m)
      atTop
      (nhds
        (exactMidpointBlochM2 E (fun i => (m i : ℝ)) /
          waveNormSq (fun i => (m i : ℝ)))) := by
  let dir : Wave4 := fun i => (m i : ℝ)
  let n : ℝ := waveNormSq dir
  have hn : n ≠ 0 := waveNormSq_intMode_ne_zero m hm
  have hcont := tendsto_exactMidpointBloch_m2_div E dir n hn
  have hcomp := hcont.comp tendsto_torusScale_nhdsWithin_ne_zero
  refine hcomp.congr' ?_
  filter_upwards with j
  dsimp only [Function.comp_apply]
  rw [realMode_eq_scale, momentumNormSq_eq_scale_sq]
THEOREM tendsto_torusScale_nhdsWithin_ne_zero · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.lean
theorem tendsto_torusScale_nhdsWithin_ne_zero :
    Tendsto torusScale atTop (𝓝[≠] (0 : ℝ)) := by
  refine tendsto_nhdsWithin_of_tendsto_nhds_of_eventually_within _ tendsto_torusScale_nhds_zero ?_
  filter_upwards [eventually_torusScale_ne_zero] with j hj
  simp only [Set.mem_compl_iff, Set.mem_singleton_iff]
  exact hj

What this page does not claim

The theorem does not establish any physical law or measurement. The theorem does not claim the discrete and continuous descriptions are identical, only that they agree in the limit. The theorem does not apply to the zero wave mode.

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/ReggeExactFlatHessianBlochTorusBridge4D.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:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND