Questions tagged [computability-theory]
computable sets and functions, Turing degrees, c.e. degrees, models of computability, primitive recursion, oracle computation, models of computability, decision problems, undecidability, Turing jump, halting problem, notions of computable randomness, computable model theory, computable equivalence relation theory, arithmetic and hyperarithmetic hierarchy, infinitary computability, $\alpha$-recursion, complexity theory.
1,102 questions
3
votes
1
answer
126
views
If $X'$ computes $\mathcal{O}^{Y}$ must $X$ compute $Y$?
If $X'$ computes $\mathcal{O}^{Y}$ must $X$ compute $Y$? If not is there a function $\Gamma$ which guarantees that if $X'$ computes $\Gamma(Y)$ then $X$ computes $Y$?
It is easy enough to see that ...
7
votes
1
answer
693
views
How to understand non-standard halting times?
Take any desired consistent c.e. theory $T$ asserting the basic facts of arithmetic such that $T$ can formalize the operation of Turing machines. There is some Turing machine program $p$ and input $n$ ...
9
votes
0
answers
368
views
For which sets do Arthur and Nimue have a winning strategy in this game (“communicate a bit”)?
TL;DR: I define a three-player game (Arthur, Nimue, Merlin) where Nimue is shown a hidden bit $b$ chosen by Merlin and tries to communicate it to her ally Arthur, but Arthur must act computably while ...
5
votes
1
answer
320
views
A universal ordering on the sets in a (Turing) degree
Do all the Turing degrees agree, in a definable (hyperarithmetic? arithmetic?) way, on an ordering of their representatives? I'll make this precise below but roughly the question is whether there is ...
3
votes
1
answer
195
views
Supernormal sequences
We call a binary sequence $s:\mathbb{N}\to\{0,1\}$ supernormal if
for every injective, increasing and computable function $\iota:\mathbb{N}\to\mathbb{N}$, the binary sequence $s\circ\iota:\mathbb{N}\...
13
votes
1
answer
308
views
How far does Cantor-Bendixson rank counting let us build computable isomorphisms between ordinals?
This is tangentially related to this old question of mine.
Say that a clean well-ordering is a computable well-ordering $\triangleleft$ of $\mathbb{N}$ such that the following additional data is ...
7
votes
1
answer
185
views
Admissibility spectrum and recursively large ordinals
Some people already have asked questions concerning Sy Friedman's results:
(1) For $x\in\mathbb{R}$ if every $x$-admissible ordinals are stable, then $0^\#\in L[x]$.
(2) There can be, by a class-...
21
votes
1
answer
2k
views
Is Exercise 5.3.5 of Chong and Yu's book Recursion Theory really correct?
In the book, Chi Tat Chong and Liang Yu, "Recursion Theory, Computational Aspects of Definability", De Gruyter 2015, Exercise 5.3.5 (p.98) quotes S.G.Simpson's result as follows:
If there ...
16
votes
1
answer
694
views
Are there any moderately difficult Collatz-type problems?
This question is inspired by a recent Quanta article, which explained that in order to compute BB(6), it is necessary to solve an "antihydra problem" which is somewhat similar to the ...
6
votes
0
answers
128
views
Randomness in $\omega^\omega$ and other measure relativization
It is a result of Levin and (independently?) Kautz that if $X \in 2^\omega$ is 1-ML random relative to a computable measure $\mu$ the either $X$ is computable (it is an atom of $\mu$) or $X$ is Turing ...
2
votes
1
answer
262
views
Is choice needed to construct a free ultrafilter on the boolean algebra of computable sets?
Is choice needed to construct a free ultrafilter on the boolean algebra of computable sets?
Inspiration
I ask this purely out of curiosity and because it's a natural follow-up question to GVT's ...
8
votes
3
answers
773
views
Model of ZFC In Which Martin's Cone Theorem Fails?
Is it known to be consistent with ZFC for there to exist a Turing degree invariant projective set which neither contains nor is disjoint from a cone? What about in $L$, i.e., is it known that (the ...
5
votes
0
answers
318
views
Hypercomputational explanatory strength
Lets consider two entities with different hyper-computational strength.
Entity A is able to comprehend the whole continuum and hence it decides every arithmetic sentence and, assuming Projective ...
2
votes
0
answers
257
views
Using dilators to formalize the intuitions about the size of small uncomputable ordinals
The least recursively inaccessible ordinal $I$, is, intuitively, the supremum of the ordinals that come from "recursively" iterating the function $\alpha\mapsto\omega^{CK}_\alpha$. For an ...
2
votes
0
answers
184
views
What is known about realizability model of the real analysis?
What do "Realizability of the axiom of choice in HOL" and "Realizability and the Axiom of Choice" mean when they claim they realize a non extensional version of $\sf AC$?
Can they ...
18
votes
1
answer
838
views
How to approximate the max and min of Hydra-Game?
Basic background:
A hydra is a finite rooted tree (with the root usually drawn at the bottom). The leaves of the hydra are called heads. Hercules is engaged in a battle with the hydra. At each step of ...
2
votes
2
answers
576
views
Computation Via Infinite Sums
Suppose I want to uniformly represent computation in an infinite series, what is the smallest/most natural set of operations I need to express the $n$-th term that allows me to capture arbitrary ...
-2
votes
1
answer
552
views
Does this specific 5-state Turing machine halt? [closed]
Basic setups:
A Turing machine M operates on a doubly infinite tape. The tape is divided into cells. Each cell can hold either a 0 or a 1 (meaning, we will consider only TM’s with two symbols). The ...
6
votes
0
answers
262
views
Are there natural statements in primitive recursive arithmetic with only bounded quantifiers that are true but not provable?
Goodstein's "Recursive Number Theory" (1957) presents a "logic-free" version of primitive recursive arithmetic: all statements in the logic are equalities of expressions involving ...
8
votes
1
answer
502
views
What does “the” mean in “the first Kleene algebra”? (In what sense is it unique?)
Definition: “The” first Kleene algebra $\mathcal{K}_1$ is the set $\mathbb{N}$ of natural numbers endowed with the partial operation $(p,n) \mapsto p\bullet n := \varphi_p(n)$ where $\varphi_p$ is the ...
10
votes
0
answers
321
views
Is Noether's Problem undecidable?
I begin by recalling Noether's problem over $\mathbb{Q}$:
Let $G$ be a finite group that act faithfully by field automorphisms on $\mathbb{Q}(x_1,\ldots,x_n)$, with the action on $\mathbb{Q}$ trivial. ...
7
votes
1
answer
337
views
A topos for realizability under a variable oracle
I am looking for a topos that describes realizability by Turing machines with access to a “variable oracle”.
I think the construction I want is this. Start with Baire space $\mathcal{N} := \mathbb{N}^...
9
votes
1
answer
582
views
Alternate proofs of the undecidability of the homeomorphism problem for finite simplicial complexes
It is classical that the homeomorphism problem for finite simplicial complexes is unsolvable. All the sources I know for this actually prove something slightly different:
Theorem: For $n \geq 5$, ...
8
votes
1
answer
579
views
Does the axiom of choice enable shorter minimum proofs of non-halting than ZF alone is capable of?
It is well-known that ZFC cannot prove the non-halting behavior of any more Turing machines than ZF alone can. However, does the addition of AC permit shorter minimum proofs of non-halting behavior in ...
13
votes
4
answers
2k
views
Are Category and Measure Special?
In logic, and I expect in mathematics more broadly, it seems like there is a special role played by notions like measure and (baire) category (as in meeting/avoiding dense sets). Obviously, these ...