structure
definition
MetaethicalPositionsCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Philosophy.MetaethicalPositionsFromConfigDim on GitHub at line 27.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
24theorem metaethicalPosition_count :
25 Fintype.card MetaethicalPosition = 5 := by decide
26
27structure MetaethicalPositionsCert where
28 five_positions : Fintype.card MetaethicalPosition = 5
29
30def metaethicalPositionsCert : MetaethicalPositionsCert where
31 five_positions := metaethicalPosition_count
32
33end IndisputableMonolith.Philosophy.MetaethicalPositionsFromConfigDim