Encyclopedia Gravity Gravity Analysis Regge Exact Flat Hessian Bloch Torus Bridge4 D Discrete Torus F
ARTICLE 3 claims 3 theorems
Gravity Analysis Regge Exact Flat Hessian Bloch Torus Bridge4 D Discrete Torus F
A theorem in the Recognition Science framework shows how a family of discrete torus approximations to a gravitational wave converges to a known continuum limit, under a specific symmetry condition.
Torus bridge theorem
A discrete torus is a finite grid of points arranged in a loop, used to approximate a continuous shape. In the Recognition Science framework, the theorem discrete_torus_family_bridge_of_symbolZero (a machine-checked result in the framework's library of formal theorems) states that as the grid grows finer, a certain ratio involving the midpoint Bloch symbol, a quantity from wave analysis, converges to a specific continuum value. This convergence holds for all nonzero wave modes and all polarizations, provided a symmetry condition is met: the midpoint Bloch symbol at zero is zero for all matrices.
The theorem is a bridge. It connects a discrete, grid-based description of a wave to a continuous, analytic one. The ratio in question is the exact midpoint Bloch symbol divided by the momentum norm squared. As the torus side length grows, this ratio approaches the ratio of the second derivative of the midpoint Bloch symbol to the wave norm squared. This is a precise statement about how discrete approximations behave in the limit of infinite refinement.
The bridge is built in two steps. First, a continuous-scale version of the convergence is established. Second, this is composed with a scaling that sends the torus scale to zero, the punctured neighborhood of zero. The theorem discrete_torus_family_bridge_of_symbolZero packages these steps into a single statement, requiring the symmetry condition as a hypothesis. A separate theorem, discrete_torus_family_bridge, states the same convergence without the symmetry condition, using a different proof path.
The theorem does not claim that the symmetry condition holds. It does not claim that the convergence is uniform in the wave mode or the matrix. It does not claim that the discrete torus family is the only way to approximate the continuum limit. It does not claim that the midpoint Bloch symbol at zero is zero for any particular matrix. It only establishes the convergence under the stated hypothesis.
THEOREM discrete_torus_family_bridge_of_symbolZero · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.lean
/-- Package: R2 for all polarizations inhabits the discrete torus bridge Prop
shape (same binders as `TypedResidual_discrete_torus_family_bridge`). -/
theorem discrete_torus_family_bridge_of_symbolZero
(hZ : ∀ H : Mat4, exactMidpointBlochSymbolZero H = 0) :
∀ (m : IntMode4) (E : Mat4),
m ≠ 0 →
Tendsto
(fun j : ℕ =>
exactMidpointBlochSymbol E (realMode (torusSide j) m) /
momentumNormSq (torusSide j) m)
atTop
(nhds
(exactMidpointBlochM2 E (fun i => (m i : ℝ)) /
waveNormSq (fun i => (m i : ℝ)))) :=
fun m E hm => tendsto_exactMidpointBloch_torus_family m E hm (hZ E)
THEOREM discrete_torus_family_bridge_of_symbolZero · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.lean
/-- Package: R2 for all polarizations inhabits the discrete torus bridge Prop
shape (same binders as `TypedResidual_discrete_torus_family_bridge`). -/
theorem discrete_torus_family_bridge_of_symbolZero
(hZ : ∀ H : Mat4, exactMidpointBlochSymbolZero H = 0) :
∀ (m : IntMode4) (E : Mat4),
m ≠ 0 →
Tendsto
(fun j : ℕ =>
exactMidpointBlochSymbol E (realMode (torusSide j) m) /
momentumNormSq (torusSide j) m)
atTop
(nhds
(exactMidpointBlochM2 E (fun i => (m i : ℝ)) /
waveNormSq (fun i => (m i : ℝ)))) :=
fun m E hm => tendsto_exactMidpointBloch_torus_family m E hm (hZ E)
THEOREM tendsto_exactMidpointBloch_torus_family_centered · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.lean
/-- 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]
What this page does not claim
The symmetry condition exactMidpointBlochSymbolZero H = 0 is not proven to hold for any specific matrix. The convergence is not claimed to be uniform across all wave modes or matrices. The discrete torus family is not claimed to be the unique approximation scheme for the continuum limit.
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:
- What physical interpretation does the midpoint Bloch symbol carry in the Recognition Science framework?
- Under what conditions does the symmetry hypothesis exactMidpointBlochSymbolZero H = 0 hold for all matrices H?
- How does the uncentered theorem relate to the centered version that does not require the symmetry condition?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM discrete_torus_family_bridge_of_symbolZero · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.lean
/-- Package: R2 for all polarizations inhabits the discrete torus bridge Prop shape (same binders as `TypedResidual_discrete_torus_family_bridge`). -/ theorem discrete_torus_family_bridge_of_symbolZero (hZ : ∀ H : Mat4, exactMidpointBlochSymbolZero H = 0) : ∀ (m : IntMode4) (E : Mat4), m ≠ 0 → Tendsto (fun j : ℕ => exactMidpointBlochSymbol E (realMode (torusSide j) m) / momentumNormSq (torusSide j) m) atTop (nhds (exactMidpointBlochM2 E (fun i => (m i : ℝ)) / waveNormSq (fun i => (m i : ℝ)))) := fun m E hm => tendsto_exactMidpointBloch_torus_family m E hm (hZ E)The theorem discrete_torus_family_bridge_of_symbolZero states that as the grid grows finer, a certain ratio involving the midpoint Bloch symbol converges to a specific continuum value. discrete_torus_family_bridge_of_symbolZero · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.leanTHEOREM discrete_torus_family_bridge_of_symbolZero · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.lean
/-- Package: R2 for all polarizations inhabits the discrete torus bridge Prop shape (same binders as `TypedResidual_discrete_torus_family_bridge`). -/ theorem discrete_torus_family_bridge_of_symbolZero (hZ : ∀ H : Mat4, exactMidpointBlochSymbolZero H = 0) : ∀ (m : IntMode4) (E : Mat4), m ≠ 0 → Tendsto (fun j : ℕ => exactMidpointBlochSymbol E (realMode (torusSide j) m) / momentumNormSq (torusSide j) m) atTop (nhds (exactMidpointBlochM2 E (fun i => (m i : ℝ)) / waveNormSq (fun i => (m i : ℝ)))) := fun m E hm => tendsto_exactMidpointBloch_torus_family m E hm (hZ E)This convergence holds for all nonzero wave modes and all polarizations, provided a symmetry condition is met. discrete_torus_family_bridge_of_symbolZero · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.leanTHEOREM tendsto_exactMidpointBloch_torus_family_centered · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.lean
/-- 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]The theorem is built by composing a continuous-scale convergence with a scaling that sends the torus scale to zero. tendsto_exactMidpointBloch_torus_family_centered · IndisputableMonolith/Gravity/Analysis/ReggeExactFlatHessianBlochTorusBridge4D.lean