structure
definition
HardProblemCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Philosophy.HardProblemOfConsciousnessFromRS on GitHub at line 32.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
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