N_tau_galactic
N_tau_galactic assigns the numerical rung 142.4 for the galactic memory timescale tau star on the phi-ladder. Galaxy modelers and gravity phenomenologists cite this value when linking the acceleration scale a0 to radius r0 via the tau-star constraint. The definition is a direct constant assignment whose comment notes proximity to F_12 minus two.
claim$N_{τ,galactic}=142.4$ where the galactic memory timescale satisfies $τ^★=τ_0⋅ϕ^{N_{τ,galactic}}$.
background
The GravityParameters module classifies parameters as derived from phi, possessing an RS basis, or phenomenological. N_tau_galactic supplies the exponent for tau star, the memory timescale that links a0 and r0 through the relation τ★=√(2π r0/a0). The sibling definition N_galactic sets the integer approximation to 142, while F_12 is defined as 144. Upstream rung definitions in Constants and CellularAutomata establish the ladder indexing used throughout the module.
proof idea
This is a direct definition that assigns the real number 142.4. No lemmas or tactics are applied; the declaration consists of the constant together with a comment on its relation to F_12.
why it matters in Recognition Science
The value feeds the downstream galactic_constraint defined as 2 N_tau_galactic minus N_r_galactic. It supplies the memory-timescale exponent required by the phi-ladder treatment of galactic gravity parameters. The accompanying comment flags a possible Fibonacci structure through F_12, consistent with self-similar features in the Recognition framework.
scope and limits
- Does not derive the numerical value 142.4 from the forcing chain or Recognition Composition Law.
- Does not prove any Fibonacci connection to F_12 as a theorem.
- Does not specify the base timescale τ₀ or radius r₀.
- Does not incorporate observational uncertainties on galactic parameters.
Lean usage
def constraint : ℝ := 2 * N_tau_galactic - N_r_galactic
formal statement (Lean)
186def N_tau_galactic : ℝ := 142.4
proof body
Definition body.
187
188/-- The φ-ladder rung for the characteristic galactic radius.
189 r₀ = ℓ₀ · φ^N_r_galactic where N_r_galactic ≈ 126.3.
190
191 This is constrained by the τ★ relation: N_r = 2·N_τ - 158.5 -/