8.Turing-decidable Languages§
A language L⊂Σ∗0 is Turing-decidable iff
function χL:Σ∗0→{Y,N}
is Turing-computable, where for each w∈Σ∗0,
χL(w)={Yif w∈LNotherwise
Example: Let Σ0={a}, and let L={w∈Σ∗0:|w| is even}.
M erases the marks from left to right, with current parity encode by state. Once the string is finished, mark Y or N as appropriate.