Skip to main content

Questions tagged [hypercomputation]

For questions about models of computation that can compute functions that Turing machines cannot. Often, these models are able to solve the halting problem.

Filter by
Sorted by
Tagged with
4 votes
1 answer
719 views

On Wikipedia in the article for oracle machines it says the following: A machine with an oracle for the halting problem can determine whether particular Turing machines will halt on particular inputs,...
user77036's user avatar
0 votes
0 answers
35 views

Homomorphic encryption allows to store data on a blockchain encrypted, but a smart contract is a program that is executed on a node on the blockchain, therefore the "source code" of the ...
Computer Scientist's user avatar
2 votes
1 answer
178 views

This problem arose when I tried to find the arithmetic hierarchy that $\mathsf{ALL}$, the class of all formal languages over a finite alphabet, corresponds to (like how $\mathsf{R} = \Delta^0_1$ and $\...
Dannyu NDos's user avatar
0 votes
0 answers
77 views

I know there are three barriers of computation; the thermodynamic barrier, the light barrier and the quantum barrier. Let’s say we figure out how to send signals FTL, learn how to get rid of excess ...
Max's user avatar
  • 1
-1 votes
2 answers
173 views

In a hypothetical scenario, where a precise and formal definition does not exist here, and thus expressed with analogies and verbal reasoning for the sake of simplifying the P, NP problem. A(lan) ...
Jeremaiha's user avatar
0 votes
1 answer
314 views

In mathematics and philosophy there are some unsolvable problems like Russell's paradox or the liar's paradox that are usually said to be undecidable... There are also other "impossibilities"...
vengaq's user avatar
  • 105
-2 votes
2 answers
731 views

The halting problem is NP hard, to my knowledge any NP problem can be reduced to a NP hard problem. Let us define a new computational complexity class called HP(Hypercomputational polynomal-time), The ...
Colonizor48's user avatar
0 votes
2 answers
378 views

as the title says does having a mutable transition function make the Turing machine more powerful by mutable I mean we have a set of transition functions that we can choose one of them arbitrary based ...
user avatar
1 vote
2 answers
212 views

I am not a computer scientist and this is my first question. This question is a question in layman terms and I also want the answer in layman terms. When I searched hyper-computation. There was a list ...
Rounak Sarkar's user avatar
0 votes
1 answer
147 views

Do the hyper computing machines/models that are supposed to be more powerful than Turing machines, capable of recognizing and deciding the languages that are not recognizable/decidable by Turing ...
al pal's user avatar
  • 641
0 votes
2 answers
178 views

I found a question in Mathematics Stack Exchange which asks a very similar question (https://math.stackexchange.com/questions/1023812/hypercomputation-higher-dimensional-variants-of-conways-game-of-...
user180164's user avatar
3 votes
1 answer
316 views

The idea of a Zeno machine is pretty interesting to me, but I can't seem to find a formal definition for how a Zeno machine would work. I can find a couple of definitions around but they are all ...
Sriotchilism O'Zaic's user avatar
0 votes
0 answers
135 views

This is a rather strong claim, and therefore likely to be incorrect, but hear me out. Firstly, when I talk of “computations”, I mean this in a broader sense than normally used, because I am including ...
user56834's user avatar
  • 4,284
1 vote
2 answers
250 views

I've read that when Turing-Church thesis is applied to the universe and physics, one of the three interpretations that we can use and is defended by some important physicists is that: "The universe ...
sztorwi's user avatar
  • 41
0 votes
1 answer
285 views

Jürgen Schmidhuber pointed out that a simple explanation of the universe would be a Turing machine analogy programmed to execute all possible programs computing all possible histories for all types of ...
sztorwi's user avatar
  • 41
3 votes
1 answer
651 views

Super-recursive algorithms are theoretical super-recursive algorithms are a generalization of ordinary algorithms that are more powerful, that is, compute more than Turing machines. In this entry it ...
sztorwi's user avatar
  • 41
0 votes
0 answers
256 views

The Church-Turing is a hypothesis about the nature of computable functions. It states that a function on the natural numbers is computable by a human being following an algorithm, ignoring resource ...
sztorwi's user avatar
  • 41
0 votes
1 answer
216 views

If uncomputable numbers existed, could this hypercomputation machines compute them? Could hypercomputation compute all types of uncomputable things? Even truly inconsistent things? Even things that ...
bautzeman's user avatar
  • 135
1 vote
2 answers
453 views

Hypercomputation is a "cheat" that extends the capability of a Turing machine or quantum computer or cellular automaton by adding extra abilities. A standard method is "Oracle machines", Turing ...
bautzeman's user avatar
  • 135
7 votes
1 answer
2k views

Certain idealizations of a Turing machine yield an increase in computational power, such as an inductive Turing machine, which can (trivially) solve the halting problem if it has an infinite amount of ...
Mike Battaglia's user avatar
18 votes
5 answers
5k views

There are relativistic spacetimes (e.g. M-H spacetimes; see Hogarth 1994) where a worldline of infinite duration can be contained in the past of a finite observer. This means that a normal observer ...
K--'s user avatar
  • 283
9 votes
1 answer
278 views

When I read about the Church-Turing thesis it seems to be a common claim that "physical reality is Turing-computable." What is the basis for this claim? Are there any theoretical results along these ...
user168715's user avatar
51 votes
4 answers
17k views

Are there any theoretical machines which exceed Turing machines capability in at least some areas?
user1561358's user avatar
5 votes
0 answers
312 views

In the question below, let TM be Turing machine, NTM be nondeterministic Turing machine and PTM be probabilistic Turing machine. In his paper "Actor Model of Computation: Scalable Robust Information ...
Paul Sujkov's user avatar
1 vote
8 answers
762 views

This may get slightly philosophical, but consider the following program: ...
Eiver's user avatar
  • 153
1 vote
3 answers
473 views

Church-Turing thesis : Every effectively calculable function is a TM-computable function. But, hypercomputation models are strictly more powerful than TM and can solve TM-uncomputable problems on the ...
François's user avatar
  • 671