User:IssaRice/Computability and logic/Diagonalization lemma: Difference between revisions

From Machinelearning
No edit summary
Line 28: Line 28:


To complete the proof, apply <math>A</math> to both sides of the final equality to obtain <math>A(\mathrm{diag}(\ulcorner B\urcorner))</math> iff <math>A(\ulcorner G\urcorner)</math>; this simplifies to <math>G</math> iff <math>A(\ulcorner G\urcorner)</math>.
To complete the proof, apply <math>A</math> to both sides of the final equality to obtain <math>A(\mathrm{diag}(\ulcorner B\urcorner))</math> iff <math>A(\ulcorner G\urcorner)</math>; this simplifies to <math>G</math> iff <math>A(\ulcorner G\urcorner)</math>.
==Comparison table==
{| class="sortable wikitable"
|-
! Step !! Rogers's fixed point theorem !! Diagonalization lemma
|-
| Result || <math>\varphi_e \simeq \varphi_{f(e)}</math> || <math>G \leftrightarrow A(\ulcorner G\urcorner)</math>
|-
| Definition of diagonal function || <math>d(x) = \varphi_x(x)</math> || <math>\mathrm{diag}(\ulcorner C\urcorner) = \ulcorner C(\ulcorner C\urcorner)\urcorner</math>
|-
| Composition of given mapping with diagonal function (<math>\mathrm{given} \circ \mathrm{diagonal}</math>) || <math>f\circ d</math> || <math>A(\mathrm{diag}(x)</math>
|-
|
|}

Revision as of 03:30, 8 February 2019

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

Step Rogers's fixed point theorem Diagonalization lemma
Result
Definition of diagonal function
Composition of given mapping with diagonal function ()