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.