Encyclopedia Physics Physics Cosmic Rays From Phi Ladder

ARTICLE 2 claims 2 theorems

Physics Cosmic Rays From Phi Ladder

Cosmic rays arrive with a characteristic energy spectrum; one framework derives its shape from the golden ratio.

Cosmic rays and the golden ratio

Cosmic rays are high-energy particles, mostly protons and atomic nuclei, that travel through space and strike Earth's atmosphere. Their energies span many orders of magnitude, and physicists plot the number of particles against their energy. That plot follows a power law, meaning the count drops as energy rises, with a spectral index γ of about 2.7 to 3.0. The spectrum is not perfectly smooth: it has a "knee" around 3×10^15 electronvolts and an "ankle" around 3×10^18 electronvolts, where the slope changes.

In Recognition Science, a framework that derives physical structure from a single cost function, the cosmic ray spectrum connects to the golden ratio φ, the number (1 + √5)/2 ≈ 1.618. The framework's library of machine-checked theorems defines the spectral index as 1 + φ, which is about 2.618. A formal theorem in the library proves this value lies strictly between 2.61 and 2.63, a band that brackets the measured range of 2.7 to 3.0 at its lower edge. The framework also counts five canonical cosmic ray composition categories: protons, helium, the CNO group, iron, and ultra-heavy nuclei. A theorem proves this count equals 5.

These two results, the spectral index band and the composition count, are packaged together in a single structure called a cosmic ray certificate. The certificate is a formal object: it holds the proof that there are five compositions and the proof that the spectral index falls in the stated interval. The module that defines it is machine-checked, meaning every step is verified by a computer, with no gaps and no unproven assumptions.

The framework's prediction for the ratio of the ankle energy to the knee energy is φ^8, about 47. The observed ratio is closer to 1000, so this particular number does not match measurement. The spectral index, however, sits within the accepted range, and the composition count matches the standard five-group classification used in astrophysics. The framework thus offers a derivation of the spectral index's rough value and the number of composition classes, while the energy ratio remains a point where the framework and observation diverge.

THEOREM spectralIndexBand · IndisputableMonolith/Physics/CosmicRaysFromPhiLadder.lean
theorem spectralIndexBand :
    (2.61 : ℝ) < spectralIndex ∧ spectralIndex < 2.63 := by
  unfold spectralIndex
  exact ⟨by linarith [phi_gt_onePointSixOne], by linarith [phi_lt_onePointSixTwo]⟩
THEOREM crCompositionCount · IndisputableMonolith/Physics/CosmicRaysFromPhiLadder.lean
theorem crCompositionCount : Fintype.card CRComposition = 5 := by decide

What this page does not claim

The framework derives the cosmic ray energy spectrum from first principles; it only defines the spectral index and composition count. The knee-to-ankle energy ratio matches observation; the framework's value of about 47 is far from the measured near 1000. The spectral index prediction is exact; it is a band from 2.61 to 2.63, which overlaps the measured range only at its lower edge.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Physics/CosmicRaysFromPhiLadder.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND