Encyclopedia Astrophysics Astrophysics Ultra High Energy Cosmic Ray

ARTICLE 2 claims 1 theorem 1 model

Astrophysics Ultra High Energy Cosmic Ray

The Greisen-Zatsepin-Kuzmin limit is the energy ceiling for cosmic rays from distant sources; Recognition Science models it as a rung on a ladder of powers of the golden ratio.

The GZK cutoff in the framework

An ultra-high-energy cosmic ray is an atomic nucleus, usually a proton, arriving from outside our galaxy with an energy above about 10^18 electronvolts. The most energetic ever detected carried roughly 3 x 10^20 eV, about the kinetic energy of a fast baseball concentrated into a single particle. The Greisen-Zatsepin-Kuzmin (GZK) cutoff, predicted in 1966, sets a practical ceiling: a proton traveling more than about 100 million light-years through the cosmic microwave background loses energy by producing pions, so protons from farther away arrive with less than about 5 x 10^19 eV. This is the standard astrophysical picture.

In Recognition Science, the framework models the GZK cutoff as a specific rung on a ladder of powers of the golden ratio, phi, which is about 1.618. The framework's library, a machine-checked collection of formal theorems, defines a cost function J(x) = (x + 1/x)/2 - 1 that measures the recognition cost of a ratio between two quantities. For a proton of mass m and an electron of mass e, the module defines domainCost(m, e) as J(m/e). The library proves three general facts about this cost: it is zero when the two masses are equal, it is never negative for positive masses, and the number phi - 3/2 is positive. These are theorems about the cost function itself, not about cosmic rays.

The framework's research note identifies the GZK energy as E_GZK = phi^n times the proton mass, where n is approximately 110. This makes the GZK cutoff the phi^110 rung in proton mass units. The framework proves the general properties of the cost function, but it does not prove that this identification is correct. What would turn the module into a theorem about its subject is a definition of m and e in the subject's own terms, which the module does not provide. The module is a template shared with many other subjects, stating universal facts about the cost function, not a derivation specific to cosmic rays.

The consequence for a reader is a clear boundary. The framework offers a vocabulary for expressing the GZK cutoff as a structural rung, and it proves the formal properties of the cost that underlies that vocabulary. But the physical bridge, the definition of m and e that would make the identification a derived result, remains open. The GZK cutoff itself is measured astrophysics; the framework's contribution is a candidate mathematical shape for it, not a proof of that shape.

THEOREM domainCost_at_eq · domainCost_nonneg · canonicalThreshold_pos · IndisputableMonolith/Astrophysics/UltraHighEnergyCosmicRay.lean
theorem domainCost_at_eq (r : ℝ) (h : r ≠ 0) : domainCost r r = 0 := by
  unfold domainCost; rw [div_self h]; exact Jcost_unit0
theorem domainCost_nonneg (m e : ℝ) (hm : 0 < m) (he : 0 < e) : 0 ≤ domainCost m e := by
  unfold domainCost; exact Jcost_nonneg (div_pos hm he)
theorem canonicalThreshold_pos : 0 < canonicalThreshold := by
  unfold canonicalThreshold; linarith [phi_gt_onePointFive]
MODEL domainCost · IndisputableMonolith/Astrophysics/UltraHighEnergyCosmicRay.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)

What this page does not claim

The framework proves that the GZK cutoff is phi^110 times the proton mass. The module derives any property specific to ultra-high-energy cosmic rays beyond the universal cost facts. The GZK cutoff itself is a measured astrophysical phenomenon, not a framework theorem.

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/Astrophysics/UltraHighEnergyCosmicRay.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