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

supernova_implies_stellar_imf

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

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Astrophysics.SupernovaMechanismStructure on GitHub at line 15.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

  12theorem supernova_mechanism_structure : supernova_mechanism_from_ledger := stellar_imf_structure
  13
  14/-- Supernova-mechanism structure implies IMF-side structural input. -/
  15theorem supernova_implies_stellar_imf (h : supernova_mechanism_from_ledger) :
  16    stellar_imf_from_ledger :=
  17  h
  18
  19end SupernovaMechanismStructure
  20end Astrophysics
  21end IndisputableMonolith