275 views
0 votes
0 votes
"TM takes more than 481 steps on some inputs "

Agree : If given set of input alphabets are finite say over {a,b} then we have to check for only finite inputs (may be large in size ). --> Decidable.

Disagree : What if given input alphabet set itself it is infinite. Say over set of natural numbers
{1,2,… } then cases that we have to check for will not be finite as per me. If someone say lets check these many strings over these given alphabets then I may increase my alphabet set as its infinte hence it will also increase the possible strings which we have to check.
—> Decidable or Undecidable ?

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
2
baofbuiafbi asked Nov 14, 2023
148 views
Is the following language decidable or not? If you deem it decidable, you need to give an algorithm and analyse its running time. If not decidable, you need to prove it. ...
0 votes
0 votes
0 answers
3
baofbuiafbi asked Nov 14, 2023
154 views
Prove L = {F | F is a boolean formula and F evaluates to true on every asignment" is decidable (include algorithm and running time in big o notation)
0 votes
0 votes
0 answers
4
Abhipsa Panda asked May 24, 2022
154 views
How is equality problem for DCFL decidable?