# Recursively open doors

The following is Hofstadter-Gödel reasoning with my own speculative layer on top. ([I don't care if I'm correct](/ideas/viable-is-more-useful-than-correct.md), but I do want to understand.)

tldr: Logic itself cannot be fully defined, but it can define itself perfectly well, and can be used to create definitions for logical destinations we hadn't thought of before. There's a logical asymptote in every system.

Longer version:

1. Arranging formal components of logic (according to their own rules) always leads to valid logical statements. (Source: Principia Mathematica, via Hofstadter.)
2. There are valid logical statements that cannot be proven by the components of logic at hand. (Source: Gödel's incompleteness theorems, via Hofstadter.)
3. Arrangements of formal components of logic can themselves be validly arranged. let's call this these "hyper-logic components". we can get just as much logical flexibility from these as from the original, more-fundamental pieces. including, inevitably, the ability to construct a valid but unprovable hyper-logical statement. (This is my interpretation of Hofstadter.)
4. Components of hyper logic can be recombined to form hyper-hyper-logic components, which afford more valid-but-unprovable arrangements. (This is my own speculative theory here.) In this fashion, we can look back to our original components of logic, and then our components of hyper-logic, then our new level of hyper-hyper-logic, and we can anticipate infinitely increasing levels beyond that. at every level, there's always an open door of unprovability. It's a logical asymptote, though. We can keep going on forever, and we'll always get closer (i.e. more logically precise), but we'll never reach the limit.

{% hint style="info" %}
This concept is mentioned in:

* [20231223](/2023/12/23.md)
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.isaacbowen.com/ideas/always-leave-a-door-open/recursively-open-doors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
