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

MetaethicalPosition

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Philosophy.MetaethicalPositionsFromConfigDim on GitHub at line 16.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

used by

formal source

  13
  14namespace IndisputableMonolith.Philosophy.MetaethicalPositionsFromConfigDim
  15
  16inductive MetaethicalPosition where
  17  | moralRealism
  18  | constructivism
  19  | nonCognitivism
  20  | errorTheory
  21  | moralRelativism
  22  deriving DecidableEq, Repr, BEq, Fintype
  23
  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