User:IssaRice/Computability and logic/Diagonalization lemma
The diagonalization lemma, also called the Godel-Carnap fixed point theorem, is a fixed point theorem in logic.
Rogers's fixed point theorem
Let be a total computable function. Then there exists an index such that .
(simplified)
Define (this is actually slightly wrong, but it brings out the analogy better).
Consider the function . This is partial recursive, so for some index .
Now since . This is equivalent to by definition of . Thus, we may take to complete the proof.
Diagonalization lemma
(semantic version)
Let be a formula with one free variable. Then there exists a sentence such that iff .
Define to be where . In other words, given a number , the function finds the formula with that Godel number, then diagonalizes it (i.e. substitutes the Godel number of the formula into the formula itself), then returns the Godel number of the resulting sentence.
Let be , and let be .
Then is , by substituting in the definition of .
We also have by definition of . By definition of , this is , so we have .
To complete the proof, apply to both sides of the final equality to obtain iff ; this simplifies to iff .
Comparison table
Some things to notice:
- The two theorems are essentially identical, with identical proofs, as seen by the matching rows. The analogy breaks down slightly at the very end, where we apply vs (the latter corresponds to until the very end).
- In the partial recursive functions world, it's easy to go from the index (e.g. ) to the partial function (). In the formulas world it's the reverse, where it's easy to go from a formula (e.g. ) to its Godel number ).
| Step | Rogers's fixed point theorem | Diagonalization lemma |
|---|---|---|
| Theorem statement (note: quantifiers are part of the metalanguage) | ||
| Given mapping | ||
| Definition of diagonal function | ||
| Composition of given mapping with diagonal function () | ||
| Naming the composition | (name not given because compositions are easy to express outside a formal language) | |
| Index of composition | ||
| Expanding using definition of diagonal | ||
| The composition applied to own index (i.e. diagonalization of the composition) | ||
| G defined | (no equivalent definition) | is |
| Renaming index | ||
| Leibniz law to previous row | Apply to obtain | Apply to obtain |
| Use definition of G | ||
| (Definition of G)? | is | is |