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

HardProblemStance

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

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Philosophy.HardProblemOfConsciousnessFromRS on GitHub at line 21.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

used by

formal source

  18
  19namespace IndisputableMonolith.Philosophy.HardProblemOfConsciousnessFromRS
  20
  21inductive HardProblemStance where
  22  | eliminativism
  23  | typeAMaterialism
  24  | typeBMaterialism
  25  | dualism
  26  | panpsychismNeutralMonism
  27  deriving DecidableEq, Repr, BEq, Fintype
  28
  29theorem hardProblemStance_count :
  30    Fintype.card HardProblemStance = 5 := by decide
  31
  32structure HardProblemCert where
  33  five_stances : Fintype.card HardProblemStance = 5
  34
  35def hardProblemCert : HardProblemCert where
  36  five_stances := hardProblemStance_count
  37
  38end IndisputableMonolith.Philosophy.HardProblemOfConsciousnessFromRS