structure
definition
CatalystSelectivityCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Chemistry.CatalystSelectivityFromJCost on GitHub at line 30.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
27theorem selectivityRegime_count :
28 Fintype.card SelectivityRegime = 5 := by decide
29
30structure CatalystSelectivityCert where
31 five_regimes : Fintype.card SelectivityRegime = 5
32
33def catalystSelectivityCert : CatalystSelectivityCert where
34 five_regimes := selectivityRegime_count
35
36end IndisputableMonolith.Chemistry.CatalystSelectivityFromJCost