0

In the Chomsky hierarchy, level 0 grammars include all languages that can be recognized by a Turing machine. There is no level -1 (which would represent the class of languages that cannot be recognized by a Turing machine, but can be recognized by something more computationally powerful than a Turing machine). Turing machines are universal, in the sense that all Turing-equivalent machines have the same fundamental computational capability (ignoring time and space limits), and as far as we know, it is not possible to build something that is fundamentally more computationally powerful than a Turing machine.

What is the name for this theory? How is it proved that there cannot exist a computer more computationally powerful than a Turing machine?

3 Answers3

4

I believe that the questioner is inquiring about the Church-Turing thesis.

mhum
  • 2,350
  • 14
  • 18
1

The term I was looking for, that collects research on my original question as to whether there was a proof that Turing completeness is the most powerful model of computing, is hypercomputation:

https://en.wikipedia.org/wiki/Hypercomputation

It seems that it is controversial as to whether hypercomputation models can practically be built (there is no proof yet as to whether hypercomputation is possible or not).

(Thanks to mhum for pointing me in the right direction so that I could find this answer...)

1

In my recent question, I asked why do we consider Turing Machines as a limit of computation, you can check it here, good answer was provided for it: Is the Turing machine the only framework to analyse limits of computation?

math boy
  • 394
  • 1
  • 13