pith. machine review for the scientific record. sign in
def definition def or abbrev high

ly_SI

show as:
view Lean formalization →

The declaration supplies the SI value of one light-year as 9.461e15 meters. Cosmologists converting RS-native distances to observable units cite this anchor when reporting comoving radii or Hubble parameters. It is supplied as a direct numerical definition drawn from standard astronomical conversion factors.

claimOne light-year equals $9.461 × 10^{15}$ meters.

background

RS derives all physics in native units with c = ℓ₀ = τ₀ = 1. Comparison with observations requires a calibration seam that maps theoretical ratios to SI units via external experimental anchors such as the Planck length. The module documentation states that SI numerical values are CODATA-sourced and not RS predictions; the theoretical content resides in the ratios R_obs / ℓ_P and t_age / t_P. This definition supplies one such anchor for length conversions.

proof idea

Direct definition assigning the numerical value 9.461e15 without derivation or lemmas.

why it matters in Recognition Science

This definition anchors the conversion of RS predictions to SI units and feeds the meters_to_Gly function used for observed comoving radii in the same module. It completes the reporting seam described in the module documentation, allowing theoretical distances expressed in native units to be stated in meters or Gly. No open questions are touched.

scope and limits

Lean usage

def meters_to_Gly (r_m : ℝ) : ℝ := r_m / (ly_SI * 1e9)

formal statement (Lean)

  61def ly_SI : ℝ := 9.461e15

proof body

Definition body.

  62
  63/-- 1 Gyr (billion years) in seconds. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.