r_process_yields_structure
plain-language theorem explainer
The theorem asserts that the r-process yields ledger holds. Nuclear astrophysicists modeling heavy-element production in neutron-star mergers would cite this reduction when linking yields to EOS inputs. The proof is a one-line wrapper that applies the neutron-star EOS structure theorem.
Claim. The proposition $r$-process yields from ledger holds, where this proposition is defined to be the neutron-star equation-of-state from ledger.
background
In this module, r_process_yields_from_ledger is defined as the proposition neutron_star_eos_from_ledger. The upstream theorem has_ns_eos_structure establishes neutron_star_eos_from_ledger by direct appeal to neutron_star_eos_structure. The module imports NeutronStarEOSStructure to supply the EOS ledger for r-process modeling.
proof idea
The proof is the term has_ns_eos_structure. It is a one-line wrapper that applies the neutron-star EOS structure theorem to discharge the r-process yields ledger proposition.
why it matters
This declaration reduces the r-process yields ledger to the neutron-star EOS structure, allowing nuclear models to inherit EOS constraints from the imported module. It fills a reduction step in the nuclear domain of the Recognition framework. No downstream uses are recorded.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.