structure
definition
def or abbrev
GodelDissolution
show as:
view Lean formalization →
formal statement (Lean)
274structure GodelDissolution where
275 /-- RS is about selection, not proof -/
276 rs_is_selection : Prop
277 /-- Gödel is about proof, not selection -/
278 godel_is_about_proof : Prop
279 /-- Different targets → no obstruction -/
280 different_targets : rs_is_selection → godel_is_about_proof → True
281
282/-- The Gödel dissolution holds: RS and Gödel are about different things. -/