Question abot Recursive\Recursively Enumerable Languages

  • Context: Graduate 
  • Thread starter Thread starter markiz
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
markiz
Messages
2
Reaction score
0
Note: If this is a wrong section please move this thread to it's appropriate section.How do I prove that language L1[tex]\in[/tex] R?

L1={<M>|L(M)[tex]\in[/tex]RE}

( M is a turning machine, <M> is machine's encoding)
I have the answer but i don't understand it!
The answer goes like this (sorry for loose translation):
Because of the fact that L(M)[tex]\in[/tex]RE, L1 contains all the encodings of the turning machine.
We can build turning machine M that decides L1 language:
On a given input string X we check if it's comprise an encoding of some machine, if it's M stops.
First of all I don't understand the conclusion that "L1 contains all the encodings of the turning machine"
 
Physics news on Phys.org
First the term is "Turing machine", not "turning machine". It is named for the British mathematician, Alan Turing.

"[itex]L_1= {<M>|L(M)\in RE}" <b>says</b> that [itex]L_1[itex]is the set of such encodings.[/itex][/itex][/itex]
 
And if i was L1={<M>|L(M)[tex]\in[/tex]R} ?