r_process_yields_from_ledger
The definition equates the r-process yields structure to the neutron star equation of state derived from the ledger. Nuclear astrophysicists modeling heavy-element nucleosynthesis would cite it when linking yields to neutron-star interiors. The implementation is a direct one-line alias to the upstream neutron-star equation of state proposition.
claimThe proposition that r-process yields follow from the ledger is defined to be identical to the neutron star equation of state derived from the ledger.
background
The Nuclear module derives nuclear structure from the ledger through the nuclear force. Upstream, the neutron star equation of state from ledger is defined as nuclear force from ledger. This alias sits in the nuclear domain, where Recognition Science fixes constants via the phi fixed point and the unified forcing chain.
proof idea
The definition is a direct alias that sets the r-process yields from ledger equal to the neutron star equation of state from ledger. No lemmas or tactics are applied beyond the alias.
why it matters in Recognition Science
This definition is used by the theorem establishing r-process yields structure and the theorem that r-process implies neutron star EOS. It supplies the interface between yields and EOS input in the nuclear sector, consistent with ledger-derived nuclear forces. No open questions are closed here.
scope and limits
- Does not compute numerical yield fractions for isotopes.
- Does not specify the explicit form of the nuclear force.
- Does not address the phi-ladder mass formula or Berry threshold.
- Does not derive the eight-tick octave for nuclear processes.
formal statement (Lean)
12def r_process_yields_from_ledger : Prop := neutron_star_eos_from_ledger
proof body
Definition body.
13