structure
definition
SupernovaCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Physics.SupernovaClassificationFromRS on GitHub at line 27.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
24
25theorem supernovaType_count : Fintype.card SupernovaType = 5 := by decide
26
27structure SupernovaCert where
28 five_types : Fintype.card SupernovaType = 5
29
30def supernovaCert : SupernovaCert where
31 five_types := supernovaType_count
32
33end IndisputableMonolith.Physics.SupernovaClassificationFromRS