Encyclopedia Astrophysics Astrophysics Stellar Imfstructure Stellar Imf Implies Uhecr

ARTICLE 1 claim 1 theorem

Astrophysics Stellar Imfstructure Stellar Imf Implies Uhecr

A formal theorem connects the mass distribution of newborn stars to the highest-energy particles in the universe, but only inside a specific framework.

The structural bridge

The initial mass function (IMF) describes how many stars form at each mass, from red dwarfs to blue giants. In classical astrophysics, it is an observed distribution, not a derived law. The Recognition Science framework treats it differently: the framework models the IMF as a structural consequence of its underlying ledger, a discrete record of recognition events. The declaration stellar_imf_implies_uhecr states that if the IMF has the structure the framework assigns to it, then the framework's description of ultra-high-energy cosmic rays (UHECRs), the most energetic particles ever detected, also holds. The theorem is a formal implication: one structural assumption entails another.

The proof is trivial in the machine-checked library of formal theorems. The definition stellar_imf_from_ledger is literally the same proposition as uhecr_from_ledger, so the implication is an identity. The theorem stellar_imf_implies_uhecr simply unwraps the definition and returns the assumption. This is not a physical derivation of cosmic rays from star formation. It is a statement about the internal consistency of two descriptions within the framework: if the IMF side has the framework's structure, then the UHECR side does too, because they are the same structural claim viewed from two directions.

What the declaration does not claim matters more than what it proves. It does not say that the observed IMF causes UHECRs, or that star-forming regions produce the highest-energy particles. It does not derive the IMF from first principles, nor does it predict a new cosmic-ray flux. The theorem establishes only a logical bridge inside the framework: the two phenomena share a single structural description. A reader who expects a causal astrophysical link will not find one here. The framework's own physical bridge, from recognition structure to observable astrophysics, remains an open target, not a proved result.

THEOREM stellar_imf_implies_uhecr · IndisputableMonolith/Astrophysics/StellarIMFStructure.lean
/-- Stellar-IMF structure implies UHECR-side structural input. -/
theorem stellar_imf_implies_uhecr (h : stellar_imf_from_ledger) : uhecr_from_ledger :=
  h

What this page does not claim

The observed initial mass function causes or produces ultra-high-energy cosmic rays. The framework derives the initial mass function from first principles in this declaration. The physical bridge from recognition structure to observable astrophysics is proved.

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/StellarIMFStructure.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