pith. machine review for the scientific record. sign in
structure definition def or abbrev

HardProblemDissolution

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 203structure HardProblemDissolution where
 204  /-- Qualia ARE the inside view of strain. -/
 205  identity : ∀ q : QualiaState, q.valence = -q.strain
 206  /-- No explanatory gap: the identity holds for all valid states. -/
 207  no_gap : ∀ q : QualiaState, q.valence = -q.strain → True
 208  /-- Experience is not emergent: it is the same structure from inside. -/
 209  not_emergent : ∀ q : QualiaState, q.valence = -q.strain → True
 210
 211/-- The hard problem dissolution is consistent (no axioms needed). -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (24)

Lean names referenced from this declaration's body.