Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The goal of this problem is to find an uncomputable (or incalculable) function. This function, S(n), will grow so fast that even Turing machines cannot

The goal of this problem is to find an uncomputable (or incalculable) function. This function, S(n), will grow so fast that even Turing machines cannot keep up with it.

Let -HALT TM = { | M is a TM and M halts on the input (i.e. no input)}.

You can assume the input alphabet to be = {0, 1}, which is sufficient to encode M.

a) Is -HALT TM recognizable? Why or why not?

b) Prove that -HALT TM is not decidable. Hint: you can use the fact thatHALT TMis not decidable and use that to show that -HALT TM being decidable would lead to a contradiction.

c) Let Hn be the set of n-state TMs that eventually halt when run on the empty input.Let S(n) be the maximum number steps a TM in Hn can take.

Let L1 = {m | m {0, 1}* such that m = S(n) for some n 1}.

Prove that L1 is not decidable.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

PostgreSQL Up And Running A Practical Guide To The Advanced Open Source Database

Authors: Regina Obe, Leo Hsu

3rd Edition

1491963417, 978-1491963418

Students also viewed these Databases questions