pith. machine review for the scientific record. sign in
theorem

stellar_imf_structure

proved
show as:
view math explainer →
module
IndisputableMonolith.Astrophysics.StellarIMFStructure
domain
Astrophysics
line
12 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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