power
The power definition evaluates the primordial power spectrum at wavenumber k for a PowerSpectrum record holding amplitude, spectral index, and pivot scale. Cosmologists working on CMB fluctuations seeded by J-cost quantum fluctuations would cite this when linking the phi-ladder to the observed tilt. It is a direct one-line algebraic instantiation of the standard form P(k) = A_s (k/k_*)^(n_s - 1).
claimLet P be a primordial power spectrum record with amplitude A_s > 0, spectral index n_s, and pivot scale k_* > 0. The power at wavenumber k > 0 is A_s (k / k_*)^(n_s - 1).
background
Module COS-009 targets derivation of the primordial power spectrum from Recognition Science, with fluctuations arising from J-cost quantum fluctuations during inflation and the phi-ladder fixing the spectral tilt. The referenced PowerSpectrum structure parametrizes the standard form P(k) = A_s (k/k_)^(n_s - 1), where k is wavenumber (inverse length), k_ is the pivot scale, A_s the amplitude at pivot, and n_s the spectral index near 0.965.
proof idea
One-line definition that multiplies the amplitude field by the power-law term (k / pivot_scale) raised to the exponent (spectral_index - 1).
why it matters in Recognition Science
This supplies the concrete evaluation map for the primordial spectrum, feeding downstream results such as costCompose_power_assoc and powerMap in RecognitionCategory. It realizes the COS-009 target of a PRL paper deriving the CMB spectral index from the golden ratio, connecting to the phi-ladder and T5 J-uniqueness landmarks. Open questions remain on exact phi-prediction for the tilt value.
scope and limits
- Does not derive the spectral index from first principles.
- Does not incorporate tensor modes or r predictions.
- Does not enforce positivity beyond the input PowerSpectrum fields.
- Does not compute the amplitude from explicit J-cost fluctuations.
formal statement (Lean)
70noncomputable def power (ps : PowerSpectrum) (k : ℝ) (hk : k > 0) : ℝ :=
proof body
Definition body.
71 ps.amplitude * (k / ps.pivot_scale)^(ps.spectral_index - 1)
72
73/-- The observed best-fit spectrum. -/
used by (40)
-
costCompose_no_identity -
costCompose_power_assoc -
CostAlgObjKappa -
costAlgPlusInitial_cost_eq_J -
costFamily_unit -
powerMap -
powerMap_mul -
powerMap_pos -
SystemStability -
eV_to_J_pos -
ml_stellar_value -
lj_minimum_approx -
lj_phi_connection_approx -
phi_irrational -
phi_squared_bounds -
config_space_complete -
curvature_power_family_eq_canonical_iff -
pi6_excess -
pi_power_eq_pi5_iff -
mondAcceleration -
observationalEvidence -
monopole_problem_solved -
amplitude_derivation -
tensor_to_scalar_upper_bound -
twoSixteen_is_six_cubed -
offDiagEntries_eq -
halfRowSum_eq -
ml_is_derived_not_input -
ml_uncertainty_is_discrete -
phi_13_bounds