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

MetaethicalPositionsCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Philosophy.MetaethicalPositionsFromConfigDim
domain
Philosophy
line
27 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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