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

GodelDissolutionTheorem

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)

 212structure GodelDissolutionTheorem where
 213  /-- Self-referential queries are impossible -/
 214  self_ref_impossible : ¬∃ q : SelfRefQuery, True
 215  /-- General self-ref queries are impossible -/
 216  general_self_ref_impossible : ¬∃ q : GeneralSelfRefQuery, True
 217  /-- Every real config has definite status -/
 218  definite_status : ∀ c : ℝ, RSStab c ∨ ¬RSStab c
 219  /-- RS closure is about unique minimizer, not arithmetic -/
 220  rs_closure_meaning : ∃! x : ℝ, RSExists x
 221
 222/-- The Gödel dissolution theorem holds. -/

used by (1)

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

depends on (14)

Lean names referenced from this declaration's body.