theorem
proved
stellar_imf_structure
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Astrophysics.StellarIMFStructure on GitHub at line 12.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
9
10def stellar_imf_from_ledger : Prop := uhecr_from_ledger
11
12theorem stellar_imf_structure : stellar_imf_from_ledger := uhecr_structure
13
14/-- Stellar-IMF structure implies UHECR-side structural input. -/
15theorem stellar_imf_implies_uhecr (h : stellar_imf_from_ledger) : uhecr_from_ledger :=
16 h
17
18end StellarIMFStructure
19end Astrophysics
20end IndisputableMonolith