pith. sign in
def

N_galactic

definition
show as:
module
IndisputableMonolith.Gravity.GalacticTimescale
domain
Gravity
line
27 · github
papers citing
none yet

plain-language theorem explainer

N_galactic gives the phi-ladder rung count separating the fundamental RS tick from the galactic memory timescale. Galaxy dynamics modelers using Recognition Science to predict the acceleration scale a0 would cite this when calibrating the forcing chain. The definition is a direct application of the logarithm base phi to the ratio of the two timescales.

Claim. $N = log_φ(τ★ / τ₀)$ where τ★ is the galactic memory timescale in seconds and τ₀ is the fundamental RS tick in seconds.

background

The module GalacticTimescale sets tau_star_s to 133 million years converted to seconds and tau0_SI to the SI value 7.3e-15 seconds. Phi is the self-similar fixed point imported from PhiForcing. The definition extracts the continuous rung count on the phi-ladder between these two calibrated timescales.

proof idea

One-line definition that applies the change-of-base formula for logarithms to the ratio tau_star_s / tau0_SI.

why it matters

N_galactic supplies the exact rung count used by the downstream theorem N_galactic_approx to establish the integer bounds 140 < N < 145. It also feeds galactic_status and the amplitude bounds in GravityParameters. This realizes the timescale constraint linking a0 and r0, consistent with the phi-forcing chain.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.