Skip to main content

Questions tagged [computability]

Questions related to computability theory, a.k.a. recursion theory

2 votes
0 answers
29 views

I just learned about Kleene’s recursion theorem; the one that states that for any computable $Q$ there is an $e$ such that $\varphi_e(x)\simeq Q(e,x)$. Applying this to a Turing machine that halts if ...
Tala Cruz's user avatar
  • 121
1 vote
0 answers
114 views

(I cross-posted this on Math SE because the answering rate is relatively slower here, and I was really desperate for any suggestions If you feel the post on math SE misses any good material or sources,...
Aditya Mishra's user avatar
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
1 vote
0 answers
35 views

A countable but not computable set $X$ can be computed by a Turing machine that has access to an oracle $O_X$ that can decide whether $x$ is in $X$. Suppose we keep querying $O_X$ for different ...
spacemonkey's user avatar
2 votes
1 answer
101 views

I have two related questions about the structure of countable sets in computability theory, which I believe are equivalent. ...
nullptr's user avatar
  • 123
7 votes
1 answer
280 views

I'm interested in gathering some solid arguments in favor of the Church-Turing thesis, which states that anything computable by an algorithm can be computed by a Turing machine. I understand that ...
Sam's user avatar
  • 207
0 votes
0 answers
41 views

Given a Gödel numbering of programs in a Turing complete language, consider a sequence of the Gödel numbers of programs that have a particular syntactic property (or more generally, non-(non-trivial ...
2080's user avatar
  • 213
0 votes
1 answer
113 views

I was reading through the proof for the halting problem and saw that that the "pathological" program that makes program H return the wrong result needs to have H inside it, where H is a ...
Aliesha Flynn's user avatar
5 votes
2 answers
667 views

Consider the Language $L=\{aba:a\in0^{+}, b\in \{0,1\}^{+}\}$ over the alphabet $\{0,1\}$ Claim:- $L$ is a non-regular language Proof:- Suppose $L$ is regular. Then by pumping lemma there exists a ...
RAHUL 's user avatar
  • 179
-1 votes
1 answer
107 views

I've encountered this question since I studied the Cardinality of SD, deriving from the statement that the set of syntactically valid Turing machines is infinite and there exist a canonical ...
frollino's user avatar
1 vote
2 answers
160 views

$L = \{ <M> | |L(M)|=\infty \wedge |<M>|<k \}$, for some $k>1000$. It seems to me that $L \notin RE \cup CoRE$, and I would like to prove it. However, it seems that the classic ...
Yuvi's user avatar
  • 322
4 votes
1 answer
239 views

Let $L \in R$ be an infinite recursive language. Is it always possible to find a subset $L' \subseteq L$ such that $L' \in \mathbb{RE} \setminus R$? In other words, can every infinite decidable ...
csmathstudent8's user avatar
2 votes
2 answers
164 views

I'm trying to understand the classification of the following language: $$ L = \{ \langle M \rangle \mid M \text{ runs for an even number of steps on every input } w \in \Sigma^* \} $$ That is, the set ...
csmathstudent8's user avatar
4 votes
0 answers
60 views

Imagine an input-less Turing machine $M$ that runs potentially forever, outputting a string of 0's, 1's, and "."s. $M$ can then be associated with the real number $x_M$ whose binary ...
AAA's user avatar
  • 141
3 votes
1 answer
135 views

Let $Z \subseteq \Sigma^*$ be an infinite language such that $Z \in \text{RE}$ or $Z \in \text{R}$. Let $P \subseteq RE$ be a non-trivial language property Now define the language: $$ L = \{\langle M \...
csmathstudent8's user avatar

15 30 50 per page
1
2 3 4 5
143