2,392 views
1 votes
1 votes
A RE language can also be called as Turing Recognizable,Turing Acceptable or Turing Enumerable.

And REC can be called as Turing Decidable.

Now When we say that a language is Turing Computable, Strictly what we could say that it is RE or REC?

(Ofcourse if it is REC then it is RE also)

PS : It would be great if you could provide some reliable source for it.

1 Answer

Best answer
1 votes
1 votes

Now When we say that a language is Turing Computable, Strictly what we could say that it is RE or REC?

All Turing computable functions are recursive . That means it is RE .

Read this :

http://www.cogsci.rpi.edu/~heuveb/teaching/Logic/CompLogic/Web/Presentations/Turing-Computable%20Functions%20are%20Recursive.pdf

selected by

Related questions

2 votes
2 votes
1 answer
2
2 votes
2 votes
0 answers
4
bts1jimin asked Jan 8, 2019
611 views
CONSIDER THE FLLOWING LANGUAGE L={<M>| M is a TM and L(M)=empty}Which of the following is true?a- Decidable RECB- Undecidable and REc-Undecidable and non REd- Decidable ...