Skip to main content

Questions tagged [turing-machines]

The Turing machine is a fundamental model of computation, especially in theoretical work.

2 votes
1 answer
66 views

Consider alternating TMs with polynomial space and at a linear number of alternations. Is the halting problem for this class EXPTIME-complete, or does the linear alternation bound place it somewhere ...
Bartosz Bednarczyk's user avatar
2 votes
0 answers
93 views

A Turing machine can be seen as a configuration transition $T$ which brings a configuration $x$ into a configuration $y$, such that the configuration after $n$ steps, starting from $x$, is $T^n(x)$. ...
Doriano Brogioli's user avatar
0 votes
0 answers
46 views

In the paper of Valiant and Hopcroft et al "On Time versus space and related problems" I'm trying to understand the theorem 2 in section 3 "On the complexity of sorting". I don't ...
Wilmer Bandres Hernández's user avatar
1 vote
0 answers
85 views

I'm trying to figure out what's the fastest time bound that's been discovered for the general circuit value problem on a PRAM (parallel machine). Concurrent Read/Exclusive Write (CREW) or Concurrent ...
studentofstuff's user avatar
3 votes
3 answers
378 views

I'm finishing learning a course in Theoretical Computer Science based in Sipser's textbook. I find it very basic and quite useful for the introduction of the topic, but I would like to continue the ...
user2820579's user avatar
3 votes
2 answers
609 views

Is in any $\Sigma_1$-sound recursively enumerable first order theory $T$ extending arithmetic, there is a Turing machine $M$ such that for all input $n$, $T$ proves that $M$ halts on $n$, while ...
BoZhang's user avatar
  • 141
0 votes
0 answers
47 views

How can we extend classical notions of martingales and resource-bounded measure theory to non-deterministic Turing machine models? Could such a formulation shed more light on derandomization ...
Zare's user avatar
  • 31
0 votes
1 answer
186 views

This is an excersize problem from Kozen: Show that there exists an recursive-enumerable (r.e.) list of Turing machines such that every machine on the list accepts a recursive set and every recursive ...
SC_theorist's user avatar
6 votes
1 answer
214 views

Let's define a "lambda machine" as a machine that, at every step, performs (in normal order) a $\beta$-reduction on a lambda calculus expression. It terminates when no more reductions can be ...
FrancoVS's user avatar
  • 163
0 votes
0 answers
127 views

A reversible Turing machine ($\mathsf{RTM}$) is a Turing machine ($\mathsf{TM}$) whose transition function is a bijection, so that each instantaneous description ($\mathtt{ID}$) has at most one ...
Somudro Gupto's user avatar
2 votes
0 answers
118 views

I have a question regarding the definition of the query model for space-bounded oracle TMs. There are various query models (see, e.g., [1]). Among them, two prominent ones are: bounded query model, ...
not A or B's user avatar
2 votes
1 answer
554 views

There is a well known correspondence between automata and languages (e.g. Chomsky heirarchy). The Büchi-Elgot-Trakhtenbrot (BET) theorem characterizes regular languages as formalizable in monadic ...
silly-little-guy's user avatar
0 votes
0 answers
70 views

Is there a classification of problems based on how much additional memory (other than input) they would need? For context: assume we have a multi-tape Turing machine $M$, with a bounded input tape and ...
Mahyar's user avatar
  • 1
10 votes
2 answers
440 views

Consider the following Turing Machine A. Input: Turing Machine M that recognizes some language L(M) Output: If M is minimal (i.e. its length is minimum among Turing Machines that recognize the same ...
BookH's user avatar
  • 109
1 vote
0 answers
116 views

I am interested in Turing machines that can decide primality using only two symbols and, hence, unary encoding for the input. Currently I have a solution that has 29 useful states (not counting the ...
Cristian Gratie's user avatar

15 30 50 per page
1
2 3 4 5
18