pith. sign in
def

Q_lock

definition
show as:
module
IndisputableMonolith.Physics.CouplingLockIn
domain
Physics
line
18 · github
papers citing
none yet

plain-language theorem explainer

Q_lock defines the lock-in scale as effective_scale applied to ell0. It marks the fundamental recognition scale where RG flow halts and couplings lock to the geometric value. Researchers modeling renormalization group flows in Recognition Science cite it as the boundary for the eight-beat plateau. The definition is a direct one-line abbreviation pulling ell0 from the constants module.

Claim. The lock-in scale is defined by $Q_{lock} = $ effective scale at the fundamental length unit $ell_0$, where $ell_0$ is the base voxel length in RS-native units.

background

The Coupling Lock-in Mechanism module formalizes the transition from continuous RG flow to discrete geometric locking at the eight-beat plateau. ell0 is the fundamental length unit in RS-native units (voxel). alphaLock is the canonical locked fine-structure constant: α_lock = (1 − 1/φ)/2. Upstream, the of structure in NucleosynthesisTiers organizes nuclear densities and photon fluxes on phi-tiers, with nuclear density ρ_nuc ~ φ^{n_nuclear} × ρ_Planck. The LedgerFactorization structure handles the J-cost and calibration of J.

proof idea

This is a one-line wrapper that applies the effective_scale function to ell0.

why it matters

Q_lock supplies the boundary scale used by alpha_inv_phys to switch between running and locked regimes for the physical coupling, and by alpha_lock_at_scale to establish that the running coupling matches the geometric alphaLock at this point. It fills the coupling lock-in step in the Recognition Science framework, anchoring the eight-tick octave (T7) where the discrete cycle prevents further running. It touches the open question of continuity at the boundary, as addressed in alpha_inv_phys_continuous.

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