Question #115: The language Ld, diagonalization language, is the set of strings formed as follows:
The column enumerates the strings and the row enumerates the Turing machine. The table entry 0 means that the corresponding string is not in the corresponding language of Turing machine. In other words, if aij = 0, it means that jth string is not in the ith language. Now, take the diagonal of this table and flip all of the elements. The language thus formed by taking all flipped diagonal elements is called as diagonalization language. Which of the following is true based on above information?
- The diagonal language disagrees in some column with every row of the table.
- There can’t be any Turing machine describing diagonal strings.
- There are more languages than Turing machines.
- All of the above.
Solution:
Option 1 is correct because for Mi will disagree at wi. We know by this argument that there is at least one language (diagonalization language) for which there is no Turing machine. Hence, the correct answer is option 4.

