[TI] Compact: Add better explanation

This commit is contained in:
2025-11-04 15:57:36 +01:00
parent 22b131efd7
commit 19ca631705
4 changed files with 15 additions and 14 deletions

View File

@@ -26,14 +26,14 @@ As with normal TMs, the Turing Machine $M$ accepts $w$ if and only if $M$ reache
Church's Thesis states that the Turing Machines are a formalization of the term ``Algorithm''.
It is the only axiom specific to Computer Science.
All the words that can be accepted by a Turing Machine are elements of $\mathcal{L}_{RE}$ and are called \bi{recursively enumerable}.
All the words that can be accepted by a Turing Machine are elements of $\cL_{RE}$ and are called \bi{recursively enumerable}.
\subsection{Non-Deterministic Turing Machines}
The same ideas as with NFA apply here. The transition function also maps into the power set:
\rmvspace
\begin{align*}
\delta : (Q - \{ \qacc, \qrej \}) \times \Gamma \rightarrow \mathcal{P}(Q \times \Gamma \times \{ L, R, N \})
\delta : (Q - \{ \qacc, \qrej \}) \times \Gamma \rightarrow \cP(Q \times \Gamma \times \{ L, R, N \})
\end{align*}
Again, when constructing a normal TM from a NTM (which is not required at the Midterm, or any other exam for that matter in this course),